paper-with-me

Papers

YOLO-Drone: An Efficient Object Detection Approach Using the GhostHead Network for Drone Images

2025-11-14 · Hyun-Ki Jung arxiv

Object detection using images or videos captured by drones is a promising technology with significant potential across various industries. However, a major challenge is that drone images are typically taken from high altitudes, making object identification difficult. This paper proposes an effective solution to address this issue. The base model used in the experiments is YOLOv11, the latest object detection model, with a specific implementation based on YOLOv11n. The experimental data were sourced from the widely used and reliable VisDrone dataset, a standard benchmark in drone-based object detection. This paper introduces an enhancement to the Head network of the YOLOv11 algorithm, called the GhostHead Network. The model incorporating this improvement is named YOLO-Drone. Experimental results demonstrate that YOLO-Drone achieves significant improvements in key detection accuracy metrics, including Precision, Recall, F1-Score, and mAP (0.5), compared to the original YOLOv11. Specifically, the proposed model recorded a 0.4% increase in Precision, a 0.6% increase in Recall, a 0.5% increase in F1-Score, and a 0.5% increase in mAP (0.5). Additionally, the Inference Speed metric, which measures image processing speed, also showed a notable improvement. These results indicate that YOLO-Drone is a high-performance model with enhanced accuracy and speed compared to YOLOv11. To further validate its reliability, comparative experiments were conducted against other high-performance object detection models, including YOLOv8, YOLOv9, and YOLOv10. The results confirmed that the proposed model outperformed YOLOv8 by 0.1% in mAP (0.5) and surpassed YOLOv9 and YOLOv10 by 0.3% and 0.6%, respectively.

📄 PDF Abstract BibTeX arXiv:2511.10905

Code (0)

등록된 구현이 없습니다.

Tasks

Object Detection

Similar Papers 제목 키워드 기반

Drone-vs-Bird: Drone Detection Using YOLOv7 with CSRT Tracker

2023-05-05 · IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) 2023 5 · Sahaj K. Mistry, Shreyas Chatterjee, Ajeet K. Verma, Vinit Jakhetiya 외

Drone detection has become a critical component of surveillance, but detecting small drones remains a challenge. In this work, we introduce a new drone detection scheme that uses a customized YOLOv7 combined with a track…

Object Tracking

YOLO-Drone:Airborne real-time detection of dense small objects from high-altitude perspective

2023-04-14 · Li Zhu, Jiahui Xiong, Feng Xiong, Hanzheng Hu 외

Unmanned Aerial Vehicles (UAVs), specifically drones equipped with remote sensing object detection technology, have rapidly gained a broad spectrum of applications and emerged as one of the primary research focuses in th…

Objectobject-detectionObject DetectionReal-Time Object Detection

YOLO-FEDER FusionNet: A Novel Deep Learning Architecture for Drone Detection

2024-06-17 · Tamara R. Lenhard, Andreas Weinmann, Stefan Jäger, Tobias Koch

Predominant methods for image-based drone detection frequently rely on employing generic object detection algorithms like YOLOv5. While proficient in identifying drones against homogeneous backgrounds, these algorithms o…

Objectobject-detectionObject Detection

YOLOBirDrone: Dataset for Bird vs Drone Detection and Classification and a YOLO based enhanced learning architecture

2026-01-13 · Dapinder Kaur, Neeraj Battish, Arnav Bhavsar, Shashi Poddar arxiv

The use of aerial drones for commercial and defense applications has benefited in many ways and is therefore utilized in several different application domains. However, they are also increasingly used for targeted attack…

TPH-YOLOv5: Improved YOLOv5 Based on Transformer Prediction Head for Object Detection on Drone-captured Scenarios

2021-08-26 · Xingkui Zhu, Shuchang Lyu, Xu Wang, Qi Zhao

Object detection on drone-captured scenarios is a recent popular task. As drones always navigate in different altitudes, the object scale varies violently, which burdens the optimization of networks. Moreover, high-speed…

Data AugmentationNavigateObjectobject-detection+2