Optimizing Data Augmentation for Real-Time Small UAV Detection: A Lightweight Context-Aware Approach

arXiv cs.CV / 4/23/2026

📰 NewsDeveloper Stack & InfrastructureIdeas & Deep AnalysisModels & Research

Key Points

  • The paper targets real-time visual detection of small UAVs on edge devices, where lightweight models like YOLOv11 Nano have limited learning capacity.
  • It proposes a lightweight, context-aware data augmentation pipeline that combines Mosaic-style strategies with HSV color-space adaptation.
  • Experiments across four standard datasets show the method improves mean Average Precision (mAP) and avoids issues common to heavier approaches such as Copy-Paste, including synthetic artifacts and overfitting.
  • The study also evaluates robustness under fog, finding the proposed pipeline provides the best trade-off between precision and stability for real-time deployment, while methods like MixUp only work well in certain settings.

Abstract

Visual detection of Unmanned Aerial Vehicles (UAVs) is a critical task in surveillance systems due to their small physical size and environmental challenges. Although deep learning models have achieved significant progress, deploying them on edge devices necessitates the use of lightweight models, such as YOLOv11 Nano, which possess limited learning capacity. In this research, an efficient and context-aware data augmentation pipeline, combining Mosaic strategies and HSV color-space adaptation, is proposed to enhance the performance of these models. Experimental results on four standard datasets demonstrate that the proposed approach, compared to heavy and instance-level methods like Copy-Paste, not only prevents the generation of synthetic artifacts and overfitting but also significantly improves mean Average Precision (mAP) across all scenarios. Furthermore, the evaluation of generalization capability under foggy conditions revealed that the proposed method offers the optimal balance between Precision and stability for real-time systems, whereas alternative methods, such as MixUp, are effective only in specific applications.