论文思路

  1. RS2Change:以单幅遥感影像为基础,通过SAM等模型构建多模态控制条件,基于多模态条件生成第二时相图像,从而构造变化检测数据集
    • 代表方法:ChangeBridge、Changen2
  2. Any2Change:以“语义分割、目标检测、实例分割”类型的数据集为基础,利用数据集内在条件,构造统一的生成框架,生成第二时相图像,从而将其转变为变化检测数据集
    • 代表方法:rs-paint、HySCDG
  3. Noise2Change:设计生成方式,从噪声中生成语义分割图等中间产物,再逐步生成双时相图像及对应变化掩码,从而构造变化检测数据集
    • 代表方法:Noise2Change

数据集

对比方法

文献阅读

遥感图像变化生成

TPAMI 26 | Generating Any Changes in the Noise Domain

论文链接:https://doi.org/10.1109/TPAMI.2025.3643733
代码链接:https://github.com/chiangliu/noise2change
作者单位:湖南大学

CVPR 26 | ChangeBridge: Spatiotemporal Image Generation with Multimodal Controls for Remote Sensing

论文链接:https://doi.org/10.48550/arXiv.2507.04678
代码链接:https://github.com/zhenghuizhao/ChangeBridge
作者单位:武汉大学

TPAMI 25 | Changen2: Multi-Temporal Remote Sensing Generative Change Foundation Model

论文链接:https://ieeexplore.ieee.org/document/10713915
代码链接:https://github.com/Z-Zheng/pytorch-change-models
作者单位:斯坦福大学

ISPRS 25 | Open-vocabulary generative vision-language models for creating a large-scale remote sensing change detection dataset

论文链接:https://doi.org/10.1016/j.isprsjprs.2025.04.023
代码链接:http://gpcv.whu.edu.cn/data
作者单位:武汉大学

CVPR 25 | The Change You Want To Detect: Semantic Change Detection In Earth Observation With Hybrid Data Generation

论文链接:https://doi.org/10.1109/CVPR52734.2025.00211
代码链接:https://yb23.github.io/projects/cywd/
作者单位:古斯塔夫·埃菲尔大学

ICLRW Oral 25 | Tackling Few-Shot Segmentation in Remote Sensing via Inpainting Diffusion Model

论文链接:https://doi.org/10.48550/arXiv.2503.03785
代码链接:https://github.com/SteveImmanuel/rs-paint
作者单位:TelePIX

WACV 24 | SyntheWorld: A Large-Scale Synthetic Dataset for Land Cover Mapping and Building Change Detection

论文链接:https://ieeexplore.ieee.org/abstract/document/10483785
代码链接:https://github.com/JTRNEO/SyntheWorld
作者单位:东京大学

遥感图像生成

AAAI 26 | Any2RSI: Controllable Remote Sensing Text-to-Image Generation via Any Control and Enriched Description

论文链接:https://doi.org/10.1609/aaai.v40i15.38283
代码链接:https://github.com/House-yuyu/Any2RSI
作者单位:武汉大学

arXiv 26 | GeoDiT: Point-Conditioned Diffusion Transformer for Satellite Image Synthesis

论文链接:https://doi.org/10.48550/arXiv.2603.02172
作者单位:华盛顿大学

自然图像变化生成

WACV 25 | Improving Zero-Shot Object-Level Change Detection by Incorporating Visual Correspondence

论文链接:https://doi.org/10.1109/WACV61041.2025.00855
代码链接:https://github.com/anguyen8/image-diff
作者单位:奥本大学

WACV 23 | The Change You Want to See

论文链接:https://doi.org/10.1109/WACV56688.2023.00398
代码链接:https://www.robots.ox.ac.uk/~vgg/research/cyws
作者单位:牛津大学

自然图像生成

ICLR 21 | Denoising Diffusion Implicit Models

论文链接:https://openreview.net/forum?id=St1giarCHLP
代码链接:https://github.com/ermongroup/ddim
作者单位:斯坦福大学

NeurIPS 20 | Denoising Diffusion Probabilistic Models

论文链接:https://proceedings.neurips.cc/paper/2020/hash/4c5bcfec8584af0d967f1ab10179ca4b-Abstract.html
代码链接:https://github.com/hojonathanho/diffusion
作者单位:加州大学伯克利分校

ICML 15 | Deep Unsupervised Learning using Nonequilibrium Thermodynamics

论文链接:http://proceedings.mlr.press/v37/sohl-dickstein15.html
代码链接:https://github.com/Sohl-Dickstein/Diffusion-Probabilistic-Models
作者单位:斯坦福大学