SDCoNet: Saliency-Driven Multi-Task Collaborative Network for Remote Sensing Object Detection
Ruo Qi, Linhui Dai, Yusong Qin, Chaolei Yang, Yanshan Li
TL;DR
SDCoNet tackles the challenge of small-object detection in low-quality remote sensing images by tightly coupling single-image super-resolution with detection through a cross-task shared Swin Transformer encoder. It introduces a saliency-driven query token mechanism and a gradient routing strategy to align SR reconstruction with detection semantics while focusing attention on object regions. The framework achieves state-of-the-art performance on NWPU VHR-10-Split, DOTAv1.5-Split, and HRSSD-Split, with pronounced gains on small objects and favorable computational efficiency. This approach demonstrates that explicit cross-task interaction and saliency-guided attention can significantly improve detection robustness in cluttered RS scenes, offering practical impact for Earth observation tasks.
Abstract
In remote sensing images, complex backgrounds, weak object signals, and small object scales make accurate detection particularly challenging, especially under low-quality imaging conditions. A common strategy is to integrate single-image super-resolution (SR) before detection; however, such serial pipelines often suffer from misaligned optimization objectives, feature redundancy, and a lack of effective interaction between SR and detection. To address these issues, we propose a Saliency-Driven multi-task Collaborative Network (SDCoNet) that couples SR and detection through implicit feature sharing while preserving task specificity. SDCoNet employs the swin transformer-based shared encoder, where hierarchical window-shifted self-attention supports cross-task feature collaboration and adaptively balances the trade-off between texture refinement and semantic representation. In addition, a multi-scale saliency prediction module produces importance scores to select key tokens, enabling focused attention on weak object regions, suppression of background clutter, and suppression of adverse features introduced by multi-task coupling. Furthermore, a gradient routing strategy is introduced to mitigate optimization conflicts. It first stabilizes detection semantics and subsequently routes SR gradients along a detection-oriented direction, enabling the framework to guide the SR branch to generate high-frequency details that are explicitly beneficial for detection. Experiments on public datasets, including NWPU VHR-10-Split, DOTAv1.5-Split, and HRSSD-Split, demonstrate that the proposed method, while maintaining competitive computational efficiency, significantly outperforms existing mainstream algorithms in small object detection on low-quality remote sensing images. Our code is available at https://github.com/qiruo-ya/SDCoNet.
