Lightweight Low-Altitude UAV Object Detection Based on Improved YOLOv5s
, et
28 mars 2024
À propos de cet article
Publié en ligne: 28 mars 2024
Pages: 87 - 99
DOI: https://doi.org/10.2478/ijanmc-2024-0009
Mots clés
© 2024 Haokai Zeng et al., published by Sciendo
This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
Figure 1.

Figure 2.
![Framework of image measuring system [14]](https://sciendo-parsed.s3.eu-central-1.amazonaws.com/660534f21ae47050093cd87e/j_ijanmc-2024-0009_fig_002.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIA6AP2G7AKOUXAVR44%2F20250918%2Feu-central-1%2Fs3%2Faws4_request&X-Amz-Date=20250918T012135Z&X-Amz-Expires=3600&X-Amz-Signature=9d408c83249c122b13e220e0a852f772e4f94e332665301516c9a6da15da51e0&X-Amz-SignedHeaders=host&x-amz-checksum-mode=ENABLED&x-id=GetObject)
Figure 3.

Figure 4.

Figure 5.

Figure 6.

Figure 7.

Figure 8.

Figure 9.

Figure 10.

Figure 11.

Figure 12.

Figure 13.

Figure 14.

Figure 15.

Figure 16.

Figure 17.

Mainstream Algorithm Comparative Experiment Results
Module | Params/106 | GFLOP/G | AP.5/% | FPS |
---|---|---|---|---|
YOLOv3 Tiny | 8.66 | 12.9 | 79.1 | 166.67 |
YOLOv5s | 7.01 | 15.9 | 92.2 | 68.79 |
YOLOv7 Tiny | 6.01 | 13.2 | 88.4 | 63.30 |
YOLOv8s | 11.12 | 28.4 | 89.0 | 109.89 |
ATD-YOLO | 5.23 | 11.0 | 92.8 | 75.35 |
Results of ablation experiments
YOLOv5s | C3F | EMA | CARFE | Slim-Neck | Params/10 6 | GFLOP/G | mAP.5/% | FPS |
---|---|---|---|---|---|---|---|---|
√ | 7.01 | 15.8 | 92.2 | 68.79 | ||||
√ | √ | 6.33 | 13.8 | 92.3 | 75.05 | |||
√ | √ | √ | 6.38 | 14.1 | 92.7 | 69.83 | ||
√ | √ | √ | √ | 6.40 | 14.1 | 93.1 | 67.85 | |
√ | √ | √ | √ | √ | 5.23 | 11.0 | 92.8 | 75.35 |
Contrast experiment of attention module
Module | mAP.5/% | GFLOP /G | Params/106 | FPS |
---|---|---|---|---|
SE[ |
91.8 | 13.8 | 6.37 | 74.93 |
ECA[ |
92.2 | 13.8 | 6.34 | 74.37 |
CBAM[ |
92.3 | 13.8 | 6.37 | 72.63 |
CA[ |
91.2 | 13.8 | 6.36 | 72.87 |
EMA | 92.7 | 14.1 | 6.38 | 69.83 |
Origin of the Dataset and Quantity of Images
Dataset | Number of Images |
---|---|
Det-Fly | 3893 |
Drone-vs-Bird | 3959 |
Real World | 1525 |
Multi-view drone tracking | 3447 |
DUT anti-UAV | 3639 |
Anti-UAV | 2767 |
Experimental Setup Configuration
Name | Environment Configuration |
---|---|
System Environment | Ubuntu 22.04 |
CPU | AMD Ryzen 9 5950X |
GPU | RTX 4060 Ti 16GB |
Deep Learning Framework | Pytorch 1.13.1 |
IDE | CUDA 11.7 |