paper-with-me

홈 › Papers

UCDFormer: Unsupervised Change Detection Using a Transformer-driven Image Translation

2023-08-02 · Qingsong Xu, Yilei Shi, Jianhua Guo, Chaojun Ouyang, Xiao Xiang Zhu

Change detection (CD) by comparing two bi-temporal images is a crucial task in remote sensing. With the advantages of requiring no cumbersome labeled change information, unsupervised CD has attracted extensive attention in the community. However, existing unsupervised CD approaches rarely consider the seasonal and style differences incurred by the illumination and atmospheric conditions in multi-temporal images. To this end, we propose a change detection with domain shift setting for remote sensing images. Furthermore, we present a novel unsupervised CD method using a light-weight transformer, called UCDFormer. Specifically, a transformer-driven image translation composed of a light-weight transformer and a domain-specific affinity weight is first proposed to mitigate domain shift between two images with real-time efficiency. After image translation, we can generate the difference map between the translated before-event image and the original after-event image. Then, a novel reliable pixel extraction module is proposed to select significantly changed/unchanged pixel positions by fusing the pseudo change maps of fuzzy c-means clustering and adaptive threshold. Finally, a binary change map is obtained based on these selected pixel pairs and a binary classifier. Experimental results on different unsupervised CD tasks with seasonal and style changes demonstrate the effectiveness of the proposed UCDFormer. For example, compared with several other related methods, UCDFormer improves performance on the Kappa coefficient by more than 12\%. In addition, UCDFormer achieves excellent performance for earthquake-induced landslide detection when considering large-scale applications. The code is available at \url{https://github.com/zhu-xlab/UCDFormer}

📄 PDF Abstract BibTeX arXiv:2308.01146

Code (1)

zhu-xlab/ucdformer 공식 구현 pytorch

Tasks

Change DetectionTranslation

Similar Papers 제목 키워드 기반

Unsupervised Change Detection Based on Image Reconstruction Loss with Segment Anything

2024-08-18 · Remote Sensing Letters 2024 8 · Hyeoncheol Noh, Jingi Ju, YuHyun Kim, Minwoo Kim 외

In remote sensing, change detection based on deep learning shows promising performance. However, collecting multi-temporal paired images for training a change detection model is costly. To solve this problem, unsupervise…

Change DetectionImage Reconstruction

MergeSAM: Unsupervised change detection of remote sensing images based on the Segment Anything Model

2025-07-30 · Meiqi Hu, Lingzhi Lu, Chengxi Han, Xiaoping Liu arxiv

Recently, large foundation models trained on vast datasets have demonstrated exceptional capabilities in feature extraction and general feature representation. The ongoing advancements in deep learning-driven large model…

Object SegmentationChange Detection

Bridging Supervision Gaps: A Unified Framework for Remote Sensing Change Detection

2026-01-25 · Kaixuan Jiang, Chen Wu, Zhenghui Zhao, Chengxi Han 외 arxiv

Change detection (CD) aims to identify surface changes from multi-temporal remote sensing imagery. In real-world scenarios, Pixel-level change labels are expensive to acquire, and existing models struggle to adapt to sce…

Change Detection

Fully Convolutional Change Detection Framework with Generative Adversarial Network for Unsupervised, Weakly Supervised and Regional Supervised Change Detection

2022-01-16 · Chen Wu, Bo Du, Liangpei Zhang

Deep learning for change detection is one of the current hot topics in the field of remote sensing. However, most end-to-end networks are proposed for supervised change detection, and unsupervised change detection models…

Change DetectionGenerative Adversarial Network

Change Detection Needs Neighborhood Interaction in Transformer

2023-11-22 · remotesensing 2023 11 · Hangling Ma, Lingran Zhao, Bingquan Li, Ruiqing Niu 외

Remote sensing image change detection (CD) is an essential technique for analyzing surface changes from co-registered images of different time periods. The main challenge in CD is to identify the alterations that the use…

Change Detection