English

SDCoNet: Saliency-Driven Multi-Task Collaborative Network for Remote Sensing Object Detection

Computer Vision and Pattern Recognition 2026-01-21 v1 Machine Learning

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.

Keywords

Cite

@article{arxiv.2601.12507,
  title  = {SDCoNet: Saliency-Driven Multi-Task Collaborative Network for Remote Sensing Object Detection},
  author = {Ruo Qi and Linhui Dai and Yusong Qin and Chaolei Yang and Yanshan Li},
  journal= {arXiv preprint arXiv:2601.12507},
  year   = {2026}
}
R2 v1 2026-07-01T09:09:39.975Z