Skip to content

Latest commit

 

History

History

snunet

SNUNet

SNUNet-CD: A Densely Connected Siamese Network for Change Detection of VHR Images

Introduction

Official Repo

Code Snippet

Abstract

Change detection is an important task in remote sensing (RS) image analysis. It is widely used in natural disaster monitoring and assessment, land resource planning, and other fields. As a pixel-to-pixel prediction task, change detection is sensitive about the utilization of the original position information. Recent change detection methods always focus on the extraction of deep change semantic feature, but ignore the importance of shallow-layer information containing high-resolution and finegrained features, this often leads to the uncertainty of the pixels at the edge of the changed target and the determination miss of small targets. In this letter, we propose a densely connected siamese network for change detection, namely SNUNet-CD (the combination of Siamese network and NestedUNet). SNUNet-CD alleviates the loss of localization information in the deep layers of neural network through compact information transmission between encoder and decoder, and between decoder and decoder. In addition, Ensemble Channel Attention Module (ECAM) is proposed for deep supervision. Through ECAM, the most representative features of different semantic levels can be refined and used for the final classification. Experimental results show that our method improves greatly on many evaluation criteria and has a better tradeoff between accuracy and calculation amount than other state-of-the-art (SOTA) change detection methods.

@ARTICLE{9355573,
  author={S. {Fang} and K. {Li} and J. {Shao} and Z. {Li}},
  journal={IEEE Geoscience and Remote Sensing Letters}, 
  title={SNUNet-CD: A Densely Connected Siamese Network for Change Detection of VHR Images}, 
  year={2021},
  volume={},
  number={},
  pages={1-5},
  doi={10.1109/LGRS.2021.3056416}}

Results and models

LEVIR-CD

Method base_channel Crop Size Lr schd Mem (GB) Precision Recall F1-Score IoU config download
SNUNet 16 256x256 40000 - 92.70 90.04 91.35 84.08 config

SVCD

Method base_channel Crop Size Lr schd Mem (GB) Precision Recall F1-Score IoU config download
SNUNet 16 256x256 120000 - 94.69 91.90 93.27 87.40 config
  • All metrics are based on the category "change".
  • All scores are computed on the test set.
  • 120000 iters ~ 100 epochs in SVCD Dataset