paper-with-me

홈 › Papers

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

2024-04-09 · ChenGuang Liu, Guangshuai Gao, Ziyue Huang, Zhenghui Hu, Qingjie Liu, Yunhong Wang

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.

📄 PDF Abstract BibTeX arXiv:2404.06180

Code (1)

dawn-ech/yolc 공식 구현 pytorch

Tasks

Objectobject-detectionObject DetectionObject Detection In Aerial Images

Methods 이 논문이 사용한 방법론

DLA 설명 없음
Center Pooling Center Pooling is a pooling technique for object detection that aims to capture richer and more recognizable visual patterns. The geometric centers of objects do not…
Batch Normalization 설명 없음
Cascade Corner Pooling Cascade Corner Pooling is a pooling layer for object detection that builds upon the corner pooling operation. Corners are…
CenterNet CenterNet is a one-stage object detector that detects each object as a triplet, rather than a pair, of keypoints. It utilizes two customized modules named [cascade corner…
Deformable Convolution Deformable convolutions add 2D offsets to the regular grid sampling locations in the standard convolution. It enables free…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Enhanced Detection of Tiny Objects in Aerial Images

2025-09-21 · Kihyun Kim, Michalis Lazarou, Tania Stathaki arxiv

While one-stage detectors like YOLOv8 offer fast training speed, they often under-perform on detecting small objects as a trade-off. This becomes even more critical when detecting tiny objects in aerial imagery due to lo…

Data Augmentation

An Efficient Cervical Whole Slide Image Analysis Framework Based on Multi-scale Semantic and Location Deep Features

2021-06-29 · Ziquan Wei, Shenghua Cheng, Junbo Hu, Li Chen 외

Digital gigapixel whole slide image (WSI) is widely used in clinical diagnosis, and automated WSI analysis is key for computer-aided diagnosis. Currently, analyzing the integrated descriptor of probabilities or feature m…

Bipartite Stochastic Block Models with Tiny Clusters

2018-12-01 · NeurIPS 2018 12 · Stefan Neumann

We study the problem of finding clusters in random bipartite graphs. We present a simple two-step algorithm which provably finds even tiny clusters of size $O(n^\epsilon)$, where $n$ is the number of vertices in the grap…

Spectral Clustering with Smooth Tiny Clusters

2020-09-10 · Hengrui Wang, Yubo Zhang, Mingzhi Chen, Tong Yang

Spectral clustering is one of the most prominent clustering approaches. The distance-based similarity is the most widely used method for spectral clustering. However, people have already noticed that this is not suitable…

Clustering

Real-time object detection method based on improved YOLOv4-tiny

2020-11-09 · Zicong Jiang, Liquan Zhao, Shuaiyang Li, Yanfei Jia

The "You only look once v4"(YOLOv4) is one type of object detection methods in deep learning. YOLOv4-tiny is proposed based on YOLOv4 to simple the network structure and reduce parameters, which makes it be suitable for …

Objectobject-detectionObject DetectionReal-Time Object Detection