菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-21
📄 Abstract - Optimizing Data Augmentation for Real-Time Small UAV Detection: A Lightweight Context-Aware Approach

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.

顶级标签: computer vision machine learning model training
详细标签: uav detection data augmentation lightweight model real-time context-aware 或 搜索:

优化数据增强以实现实时小型无人机检测:一种轻量级上下文感知方法 / Optimizing Data Augmentation for Real-Time Small UAV Detection: A Lightweight Context-Aware Approach


1️⃣ 一句话总结

本文提出了一种轻量级且上下文感知的数据增强方法(结合Mosaic策略和HSV颜色调整),在不增加计算负担的前提下,显著提升了YOLOv11 Nano等小型模型对小型无人机的检测精度与抗干扰能力,避免了传统增强方法(如Copy-Paste)带来的伪影和过拟合问题,并在雾天等复杂环境下仍能保持稳健性能。

源自 arXiv: 2604.19999