Accurate Object Detection in Aerial Images with YOLOSCM

Thursday 13 March 2025


The art of detecting objects in aerial images has long been a challenge for computer vision researchers. With the increasing use of drones and other unmanned aerial vehicles (UAVs) for surveillance, mapping, and even delivery, the need for accurate object detection has never been more pressing.


One major obstacle to overcome is the sheer scale of these images. Aerial photos can be massive, with millions or even hundreds of millions of pixels. This makes it difficult for computer models to process and analyze the data efficiently. Moreover, small objects like cars or pedestrians are often lost in the noise of large, complex backgrounds.


To address this issue, a team of researchers has developed an innovative approach that combines a high-resolution feature branch with a novel training strategy. The resulting algorithm, called YOLOSCM, is designed to detect small vehicles and handle uneven data distribution with ease.


The core idea behind YOLOSCM is to identify the locations where objects are most likely to be aggregated, and then focus on those areas for more precise detection. This approach allows the model to efficiently process large images while still accurately detecting small objects.


To achieve this, the researchers introduced a Segmentation Clustering Module (SCM) that adaptively identifies dense vehicle regions. The SCM operates by creating a binary vehicle presence map, dividing it into grids, and selecting the top-K densest grids as candidates. These regions are then resized to fit the detection model and used for fine-grained object detection.


The team also developed a phased training strategy to optimize the detection of small vehicles and densely packed targets in complex urban traffic scenes. The approach involves two stages: rough training and fine training. During rough training, the locations of target aggregation are identified, and the SCM is used to retain only those regions containing vehicles for fine detection.


The results of this innovative approach are impressive. On the VisDrone 2019 dataset, YOLOSCM outperformed other state-of-the-art methods in detecting cars, with an average precision (AP) score of 28.2 compared to 23.6 for ClusDet and 26.7 for CDMNet.


The implications of this research are significant. With the ability to accurately detect small objects in aerial images, applications such as traffic monitoring, crowd surveillance, and even autonomous drone systems become more viable.


Cite this article: “Accurate Object Detection in Aerial Images with YOLOSCM”, The Science Archive, 2025.


Object Detection, Aerial Images, Unmanned Aerial Vehicles, Computer Vision, Image Processing, Feature Extraction, Clustering Algorithm, Segmentation, Traffic Monitoring, Autonomous Systems.


Reference: Changhui Deng, Lieyang Chen, Shinan Liu, “YOLOSCM: An improved YOLO algorithm for cars detection” (2025).


Leave a Reply