DroneScan-YOLO: Redundancy-Aware Lightweight Detection for Tiny Objects in UAV Imagery
Yann V. Bellec

TL;DR
DroneScan-YOLO is a lightweight UAV object detection system optimized for tiny objects, combining increased resolution, dynamic pruning, a new detection branch, and a hybrid loss to significantly improve accuracy while maintaining speed.
Contribution
It introduces four novel design choices—higher input resolution, RPA-Block pruning, MSFD detection branch, and SAL-NWD loss—that collectively enhance tiny object detection in UAV imagery.
Findings
Achieves 55.3% mAP@50 on VisDrone2019-DET, outperforming baseline by 16.6 points.
Improves tiny object class AP@50 by up to 187%.
Maintains 96.7 FPS inference speed with minimal parameter increase.
Abstract
Aerial object detection in UAV imagery presents unique challenges due to the high prevalence of tiny objects, adverse environmental conditions, and strict computational constraints. Standard YOLO-based detectors fail to address these jointly: their minimum detection stride of 8 pixels renders sub-32px objects nearly undetectable, their CIoU loss produces zero gradients for non-overlapping tiny boxes, and their architectures contain significant filter redundancy. We propose DroneScan-YOLO, a holistic system contribution that addresses these limitations through four coordinated design choices: (1) increased input resolution of 1280x1280 to maximize spatial detail for tiny objects, (2) RPA-Block, a dynamic filter pruning mechanism based on lazy cosine-similarity updates with a 10-epoch warm-up period, (3) MSFD, a lightweight P2 detection branch at stride 4 adding only 114,592 parameters…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
