LightCDNet: Lightweight Change Detection Network Based on VHR Images
Yuanjun Xing, Jiawei Jiang, Jun Xiang, Enping Yan, Yabin Song, Dengkui Mo
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/NightSongs/LightCDNetpytorch★ 40
Abstract
Lightweight change detection models are essential for industrial applications and edge devices. Reducing the model size while maintaining high accuracy is a key challenge in developing lightweight change detection models. However, many existing methods oversimplify the model architecture, leading to a loss of information and reduced performance. Therefore, developing a lightweight model that can effectively preserve the input information is a challenging problem. To address this challenge, we propose LightCDNet, a novel lightweight change detection model that effectively preserves the input information. LightCDNet consists of an early fusion backbone network and a pyramid decoder for end-to-end change detection. The core component of LightCDNet is the Deep Supervised Fusion Module (DSFM), which guides the early fusion of primary features to improve performance. We evaluated LightCDNet on the LEVIR-CD dataset and found that it achieved comparable or better performance than state-of-the-art models while being 10–117 times smaller in size.