← Latest papers
💻 computer science

GhostV2-YOLO: A Hardware-Aware Lightweight UAV Detection Network for Edge NPUs

This paper proposes GhostV2-YOLO, a hardware-aware lightweight UAV detection network that integrates DFC-Light attention, a full-link C2f_GhostV2 module, and strategic Coordinate Attention to achieve high accuracy and real-time inference on resource-constrained edge NPUs while demonstrating strong cross-dataset generalization.

Original authors: Jifa Zhang, Heyang Zhao, Linjiang Jia, Chen Ju, Ting Wei, Zonglin Li, Weiguang Zhang

Published 2026-08-25
📖 5 min read🧠 Deep dive

Original authors: Jifa Zhang, Heyang Zhao, Linjiang Jia, Chen Ju, Ting Wei, Zonglin Li, Weiguang Zhang

Original paper licensed under CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

In the crowded skies above our cities and countryside, a new kind of invisible traffic is taking shape. Unmanned aerial vehicles, or drones, have moved beyond hobbyist toys to become essential tools for delivery, inspection, and surveillance. Yet, this proliferation brings a critical challenge: how do we reliably spot these small, fast-moving machines against complex backdrops like city skylines or forest canopies? The answer lies in computer vision, a field where software learns to "see" by analyzing patterns in images. For years, the most effective tools for this job have been deep learning networks, complex systems that mimic the human brain's ability to recognize objects. However, these systems are often too heavy and power-hungry to run on the small, battery-operated devices that need to watch the skies in real time. The goal for engineers has long been to build a detector that is both sharp enough to catch a tiny drone and light enough to run on a chip the size of a postage stamp.

A team of researchers at Xi'an Technological University has tackled this exact problem with a new system they call GhostV2-YOLO. Their work focuses on a specific type of hardware found in modern edge devices: neural processing units, or NPUs. These are specialized chips designed to speed up artificial intelligence tasks, but they have strict rules about what kinds of mathematical operations they can perform efficiently. Many existing drone-detection networks use complex mathematical steps that these chips cannot handle well, forcing the device to slow down and use its main processor instead. This creates a bottleneck where the theoretical speed of the chip is never reached in the real world. The researchers set out to design a detection network that respects these hardware limits from the very beginning, ensuring that every step of the process runs smoothly on the chip without needing to fall back to slower methods.

The core of their solution is a clever rethinking of how the network processes visual information. Instead of using large, heavy mathematical filters to scan an image for details, they broke these filters down into smaller, simpler steps that the hardware loves. Imagine trying to move a heavy piece of furniture through a narrow doorway; instead of forcing the whole object through at once, you break it down into manageable parts that fit easily. The researchers applied this logic to the network's "eyes," replacing a single large scanning operation with two smaller, cascaded ones. This change reduced the amount of data the system needed to handle by nearly 28 percent while keeping its ability to see fine details intact. Furthermore, they redesigned the network's internal structure so that this lightweight approach was used everywhere, from the initial image capture all the way to the final decision-making stage, rather than just in the beginning.

To make the system even better at spotting small objects, the team added a specific type of attention mechanism. In the same way a human might focus on a specific spot in a crowded room to find a friend, this addition helps the computer understand exactly where an object is located in space. By placing this focus tool at key layers of the network, the system became significantly better at distinguishing a small drone from a bird or a cloud. The result is a network that is not only smaller and faster but also more accurate than previous standard models. When tested on a custom collection of over 20,000 images featuring drones in various environments—from urban areas to forests—the new system correctly identified targets with high precision. It achieved a detection accuracy of 96.36 percent while using only 2.32 million parameters, a measure of the model's complexity, which is 23 percent fewer than the standard benchmark model.

The true test of this work, however, was not just in simulation but in physical deployment. The researchers took their design and installed it on a HiSilicon Hi3403 edge processor, a chip commonly used in real-world surveillance equipment. The system ran at a speed of 25.5 frames per second, meaning it could analyze more than 25 images every single second without lag. This performance met the strict requirement for real-time tracking, allowing the device to follow a moving drone instantly. Crucially, the system utilized 100 percent of the chip's specialized processing power, with no part of the calculation falling back to the slower main processor. This confirmed that their hardware-aware design successfully eliminated the bottlenecks that plague other systems. The researchers also tested the system on public datasets containing images of drones and birds, and it maintained its high performance without needing any extra training, proving it could generalize well to new situations.

This work demonstrates that high-performance artificial intelligence does not require massive, power-hungry computers. By carefully aligning the design of the software with the specific capabilities of the hardware it runs on, it is possible to create systems that are both lightweight and incredibly effective. The GhostV2-YOLO network offers a practical path forward for deploying reliable drone detection in the field, whether for securing airports, monitoring wildlife, or ensuring public safety. It shows that when engineers understand the constraints of their tools, they can build solutions that are not just theoretically sound, but practically ready for the real world.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →