CVApr 9, 2024

YOLC: You Only Look Clusters for Tiny Object Detection in Aerial Images

arXiv:2404.06180v287 citationsh-index: 32Has CodeIEEE transactions on intelligent transportation systems (Print)
Originality Incremental advance
AI Analysis

This addresses the problem of efficient and accurate detection of small objects in large aerial images for applications like surveillance and mapping, representing an incremental improvement over existing methods.

The paper tackled tiny object detection in aerial images by proposing YOLC, which adaptively zooms into cluster regions and modifies regression loss, achieving state-of-the-art results on Visdrone2019 and UAVDT datasets.

Detecting objects from aerial images poses significant challenges due to the following factors: 1) Aerial images typically have very large sizes, generally with millions or even hundreds of millions of pixels, while computational resources are limited. 2) Small object size leads to insufficient information for effective detection. 3) Non-uniform object distribution leads to computational resource wastage. To address these issues, we propose YOLC (You Only Look Clusters), an efficient and effective framework that builds on an anchor-free object detector, CenterNet. To overcome the challenges posed by large-scale images and non-uniform object distribution, we introduce a Local Scale Module (LSM) that adaptively searches cluster regions for zooming in for accurate detection. Additionally, we modify the regression loss using Gaussian Wasserstein distance (GWD) to obtain high-quality bounding boxes. Deformable convolution and refinement methods are employed in the detection head to enhance the detection of small objects. We perform extensive experiments on two aerial image datasets, including Visdrone2019 and UAVDT, to demonstrate the effectiveness and superiority of our proposed approach. Code is available at https://github.com/dawn-ech/YOLC.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes