CS<sup> <i>n</i> </sup>Net: A Remote Sensing Detection Network Breaking the Second-Order Limitation of Transformers With Recursive Convolutions
Chengcheng Chen, Weiming Zeng, Xiliang Zhang, Yuhao Zhou
Abstract
In recent years, transformer-based networks, known for their ability to model long-range dependencies, have been widely used in downstream computer vision tasks, surpassing certain neural network architectures. However, transformer-based networks suffer from issues such as large parameter size, high computational complexity, and difficulties in extending spatial and channel features to the third or even higher orders, resulting in convergence challenges for small to medium-sized datasets and limited effectiveness in extracting high-order detailed features. In this paper, we propose a high-order spatial and channel controllable convolution module, named CS <sup xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">n</sup> , which can replace standard convolutions in any convolutional network. In the context of remote sensing small object detection, CS <sup xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">n</sup> demonstrates superior performance compared to Self-Attention structures embedded in neural networks. Moreover, it introduces long-range dependency relationships among pixels, similar to Self-Attention, and adopts a cascaded recursive approach to extend spatial and channel features to arbitrary higher orders without introducing significant additional computation. This extension captures crucial information from high-order spatial and channel dimensions, resulting in improved accuracy for small object detection. Additionally, we construct a novel, versatile CS <sup xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">n</sup> -(FPN+PAN) structure for object detection networks, referred to as CS <sup xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">n</sup> Net. Finally, our proposed model exhibits significant advantages in remote sensing detection when compared to state-of-the-art methods on publicly available SAR datasets (SSDD, HRSID) and optical remote sensing dataset (NWPU-10), achieving respective improvements of 3.4%, 4.5%, and 0.4% in mAP <sub xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">50</sub> compared to baseline models.