CVIVJan 26, 2025

DDUNet: Dual Dynamic U-Net for Highly-Efficient Cloud Segmentation

arXiv:2501.15385v111 citationsh-index: 9IGARSS
Originality Incremental advance
AI Analysis

This work improves cloud segmentation for remote sensing applications, but it is incremental as it builds on existing U-Net architectures.

The paper tackles cloud segmentation by proposing DDUNet, a lightweight network that addresses issues like limited receptive fields and high parameter counts, achieving 95.3% accuracy with only 0.33M parameters on the SWINySEG dataset.

Cloud segmentation amounts to separating cloud pixels from non-cloud pixels in an image. Current deep learning methods for cloud segmentation suffer from three issues. (a) Constrain on their receptive field due to the fixed size of the convolution kernel. (b) Lack of robustness towards different scenarios. (c) Requirement of a large number of parameters and limitations for real-time implementation. To address these issues, we propose a Dual Dynamic U-Net (DDUNet) for supervised cloud segmentation. The DDUNet adheres to a U-Net architecture and integrates two crucial modules: the dynamic multi-scale convolution (DMSC), improving merging features under different reception fields, and the dynamic weights and bias generator (DWBG) in classification layers to enhance generalization ability. More importantly, owing to the use of depth-wise convolution, the DDUNet is a lightweight network that can achieve 95.3% accuracy on the SWINySEG dataset with only 0.33M parameters, and achieve superior performance over three different configurations of the SWINySEg dataset in both accuracy and efficiency.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes