Zhou Meijia, Wan Xuefen, Yang Yi, Zhang Jie, Li Siwen, Zhou Shubo, Jiang Xueqin
College of Information Science and Technology, Donghua University, Shanghai 201620, China.
College of Computer Science, North China Institute of Science and Technology, Langfang 065201, China.
Sensors (Basel). 2025 Jan 1;25(1):196. doi: 10.3390/s25010196.
Modern city construction focuses on developing smart transportation, but the recognition of the large number of non-motorized vehicles in the city is still not sufficient. Compared to fixed recognition equipment, drones have advantages in image acquisition due to their flexibility and maneuverability. With the dataset collected from aerial images taken by drones, this study proposed a novel lightweight architecture for small objection detection based on YOLO framework, named EBR-YOLO. Firstly, since the targets in the application scenario are generally small, the number of Backbone layers is reduced, and the AZML module is proposed to enrich the detail information and enhance the model learning capability. Secondly, the C2f module is reconstructed using part of the convolutional PConv to reduce the network's computational volume and improve the detection speed. Finally, the downsampling operation is reshaped by combining with the introduced ADown module to further reduce the computational amount of the model. The experimental results show that the algorithm achieves an mAP of 98.9% and an FPS of 89.8 on the self-built dataset of this paper, which is only 0.2% and 0.3 lower compared to the original YOLOv8 network, respectively, and the number of parameters is 70% lower compared to the baseline, which ensures the accuracy and computational speed of the model while reducing its computational volume greatly. At the same time, the model generalization experiments are carried out on the UCAS-AOD and CARPK datasets, and the performance of the model is almost the same as the baseline.
现代城市建设注重发展智能交通,但对城市中大量非机动车的识别仍不够充分。与固定识别设备相比,无人机因其灵活性和机动性在图像采集方面具有优势。基于无人机航拍图像收集的数据集,本研究提出了一种基于YOLO框架的用于小目标检测的新型轻量级架构,名为EBR-YOLO。首先,由于应用场景中的目标通常较小,减少了骨干层数量,并提出了AZML模块以丰富细节信息并增强模型学习能力。其次,使用部分卷积PConv对C2f模块进行重构,以减少网络的计算量并提高检测速度。最后,结合引入的ADown模块对下采样操作进行重塑,以进一步减少模型的计算量。实验结果表明,该算法在本文自建数据集上实现了98.9%的平均精度均值(mAP)和89.8的每秒帧数(FPS),分别比原始YOLOv8网络低0.2%和0.3%,且参数数量比基线低70%,在大幅减少计算量的同时确保了模型的准确性和计算速度。同时,在UCAS-AOD和CARPK数据集上进行了模型泛化实验,模型性能与基线几乎相同。