节点文献
轻量级YOLOv3的交通标志检测算法
Lightweight YOLOv3 Traffic Sign Detection Algorithm
【摘要】 交通标志检测在自动驾驶领域一直是个比较热门的课题。在深度学习算法中,YOLOv3和Faster R-CNN已经获得了极好的目标检测性能,但在检测小目标时,存在漏检的情况。针对交通标志检测中小目标准确快速识别的需求,本文提出一种轻量级YOLOv3的交通标志检测算法。通过卷积神经网络同时使用浅层和深层的特征提取,得到多尺度特征图,深层特征可以有效地保持检测精度不下降,浅层特征可以有效地提高小目标检测任务的精度。通过剪枝算法对模型进行压缩,将训练好的模型进行稀疏训练,把一些不重要的卷积核通道删除掉,对剪枝后的模型微调,保持模型文件中参数的平衡,同时保持检测精度。实验结果表明,通过提取多尺度特征图的方法模型准确率提高了2.3%,通过剪枝算法对模型压缩,使模型的权重大小减小了70%,模型的检测时间节省了90%。由此建立了鲁棒性更强的轻量级交通标志检测模型,可以部署在移动端嵌入式设备上,不再占用庞大的GPU计算资源即可提高检测效率。
【Abstract】 Traffic sign detection has always been a hot topic in the field of autonomous driving. In deep learning algorithms,YOLOv3 and Faster R-CNN have obtained excellent object detection performance, but when detecting small targets, there are cases of missed detection. In order to accurately and quickly identify small targets in traffic sign detection, this paper proposes a lightweight YOLOv3 traffic sign detection algorithm. Multi-scale feature maps are obtained through convolutional neural networks while using both shallow and deep feature extraction. Deep features can effectively keep the detection accuracy from falling, and shallow features can effectively improve the accuracy of small target detection tasks. The model is compressed by the pruning algorithm, the trained model is sparsely trained, some unimportant convolution kernel channels are deleted, and the pruned model is fine-tuning to maintain the balance of parameters in the model file. The experimental results show that the accuracy of the model is improved by 2.3% by extracting the multi-scale feature map, the weight of the model is reduced by 70% by compressing the model with the pruning algorithm, and the detection time of the model is saved by 90%. Therefore, a lightweight traffic sign detection model with stronger robustness can be deployed on mobile embedded devices, without taking up large GPU computing resources but improving detection efficiency.
【Key words】 convolutional neural network; traffic signs; small object detection; multi-scale feature map; model compression;
- 【文献出处】 计算机与现代化 ,Computer and Modernization , 编辑部邮箱 ,2020年09期
- 【分类号】TP391.41;TP183;U463.6
- 【被引频次】14
- 【下载频次】692