Advances in Object Detection in Satellite Imagery: A Study on Efficient Approaches

Thursday 20 March 2025


The quest for better object detection in satellite imagery has led researchers down a winding path of innovation and experimentation. From deep learning-based methods to traditional computer vision techniques, the field has seen its fair share of breakthroughs and setbacks. In recent years, the focus has shifted towards developing more efficient and effective approaches that can handle the unique challenges posed by small objects in high-resolution satellite images.


One such approach is the use of multi-scale feature extraction algorithms. By combining features extracted at different scales, these methods aim to capture a wider range of object sizes and shapes. In a recent study, researchers tested four different object detection techniques – YOLOv11, SSD, Faster R- CNN, and Cascade R-CNN – on two datasets: xView and SkySat.


The results were impressive. The anchor-free approaches, such as YOLOv11 and Cascade R-CNN, outperformed their anchored counterparts in terms of precision and recall. This is likely due to the fact that anchors can be overly restrictive, forcing objects into predetermined shapes and sizes. By avoiding anchors altogether, these methods are able to capture a wider range of object variations.


Another key finding was the importance of region proposal networks (RPNs) in improving detection performance. RPNs generate proposals for potential objects based on features extracted from the input image. In this study, the use of RPNs in Faster R-CNN and Cascade R-CNN led to significant improvements in precision and recall.


The choice of backbone architecture also played a crucial role in the results. The c3k2 convolution filter used in YOLOv11 proved to be particularly effective, while the VGG-16 and ResNet-50 backbones used in SSD and Faster R-CNN, respectively, showed more mixed performance.


In addition to these technical findings, the study also highlights the importance of dataset quality. The xView dataset, for example, consists of high-resolution satellite images with over a million objects, making it an ideal testing ground for object detection algorithms. In contrast, the SkySat dataset is much smaller, with only 30 images available.


The implications of this research are far-reaching. As the demand for accurate and efficient object detection in satellite imagery continues to grow, developers will need to adapt their approaches to meet the challenges posed by small objects in high-resolution images. The use of anchor-free methods, region proposal networks, and carefully selected backbone architectures may prove key to achieving these goals.


Cite this article: “Advances in Object Detection in Satellite Imagery: A Study on Efficient Approaches”, The Science Archive, 2025.


Object Detection, Satellite Imagery, Deep Learning, Computer Vision, Multi-Scale Feature Extraction, Anchor-Free Methods, Region Proposal Networks, Backbone Architecture, Dataset Quality, Xview, Skysat.


Reference: Xiaohui Yuan, Aniv Chakravarty, Lichuan Gu, Zhenchun Wei, Elinor Lichtenberg, Tian Chen, “An Empirical Study of Methods for Small Object Detection from Satellite Imagery” (2025).


Leave a Reply