摘要
深度卷积神经网络在各个领域都表现出很好的效果,与之伴随的是庞大的计算量和参数量。针对当前基于深度卷积神经网络的目标检测算法对计算资源需求太大和内存消耗严重的问题,提出一种高性能轻量化的网络模型。首先将Stem模块和ShuffleNet V2进行融合,提升网络特征提取能力,并利用融合后的网络对原始YOLOv5的骨干网络进行重构,显著降低了网络的计算量和内存占用,同时,引入可变形卷积以提升网络的检测性能。道路监控图像和VOC、COCO数据集测试结果表明,所提出的模型在保持检测精度的前提下,将参数量和模型尺寸降低了90%,计算量仅为原始模型的18%,实现了检测模型的轻量化,更有助于在计算资源有限和对实时性要求高的场景中部署。
Deep convolution neural networks have shown good results in various fields,accompanied by a huge amount of calculation and parameters.Aiming at the problems of high requirement of computational resources and serious memory consumption of the current deep convolution neural network based object detection algorithms,a high-performance lightweight network model is proposed.Firstly,Stem module and ShuffleNet V2 are fused to improve the network feature extraction capability,and the original YOLOv5 backbone network is reconstructed by the fused network,which significantly reduces the computational cost and memory consumption of the network.Meanwhile,deformable convolution is introduced to improve the detection performance of the network.Experimental results on the road monitoring images and VOC,COCO data sets show that the proposed model reduces the parameter and model size by 90%,and the calculation amount is only 18%of the original model,while the detection accuracy can be still maintained.The proposed lightweight detection model is more conducive to be deploied in the scenarios of limited computational resources and high real-time requirements.
作者
宋爽
张悦
张琳娜
岑翼刚
李浥东
SONG Shuang;ZHANG Yue;ZHANG Linna;CEN Yigang;LI Yidong(School of Computer and Information Technology,Beijing Jiaotong University,Beijing 100044,China;Beijing Key Laboratory of Advanced Information Science and Network Technology,Beijing 100044,China;School of Mechanical Engineering,Guizhou University,Guiyang 550025,China)
出处
《系统工程与电子技术》
EI
CSCD
北大核心
2022年第9期2716-2725,共10页
Systems Engineering and Electronics
基金
国家重点研发计划(2019YFB2204200)
国家自然科学基金(62062021,61872034,62011530042)
北京市自然科学基金(4202055)
广西自然科学基金(2018GXNSFBA281086)
贵州省科技计划(黔科中引地[2021]4023)资助课题。
关键词
目标检测
卷积神经网络
轻量化网络
单阶段检测算法
可变形卷积
object detection
convolution neural network
lightweight network
single stage detection algorithm
deformable convolution