Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

RDP-Net: Region Detail Preserving Network for Change Detection

About

Change detection (CD) is an essential earth observation technique. It captures the dynamic information of land objects. With the rise of deep learning, convolutional neural networks (CNN) have shown great potential in CD. However, current CNN models introduce backbone architectures that lose detailed information during learning. Moreover, current CNN models are heavy in parameters, which prevents their deployment on edge devices such as UAVs. In this work, we tackle this issue by proposing RDP-Net: a region detail preserving network for CD. We propose an efficient training strategy that constructs the training tasks during the warmup period of CNN training and lets the CNN learn from easy to hard. The training strategy enables CNN to learn more powerful features with fewer FLOPs and achieve better performance. Next, we propose an effective edge loss that increases the penalty for errors on details and improves the network's attention to details such as boundary regions and small areas. Furthermore, we provide a CNN model with a brand new backbone that achieves the state-of-the-art empirical performance in CD with only 1.70M parameters. We hope our RDP-Net would benefit the practical CD applications on compact devices and could inspire more people to bring change detection to a new level with the efficient training strategy. The code and models are publicly available at https://github.com/Chnja/RDPNet.

Hongjia Chen, Fangling Pu, Rui Yang, Rui Tang, Xin Xu• 2022

Related benchmarks

TaskDatasetResultRank
Change DetectionLEVIR-CD (test)
F1 Score90.1
357
Change DetectionLEVIR-CD
F1 Score90.12
188
Change DetectionLEVIR
F1 Score90.1
62
Change DetectionSYSU-CD
F1 Score75.36
50
Remote Sensing Change DetectionCLCD
F1 Score54.31
32
Change DetectionSVCD CDD
F1 Score97.2
26
Change DetectionGVLM
Precision87.51
20
Change DetectionWHU Building dataset
F1 Score90.15
14
Change DetectionCDD dataset (test)
F1 Score97.2
13
Change DetectionEGY-BCD
Overall Accuracy (OA)96.12
9
Showing 10 of 10 rows

Other info

Code

Follow for update