Yun Juntong, Jiang Du, Liu Ying, Sun Ying, Tao Bo, Kong Jianyi, Tian Jinrong, Tong Xiliang, Xu Manman, Fang Zifan
Key Laboratory of Metallurgical Equipment and Control Technology of Ministry of Education, Wuhan University of Science and Technology, Wuhan, China.
Research Center for Biomimetic Robot and Intelligent Measurement and Control, Wuhan University of Science and Technology, Wuhan, China.
Front Bioeng Biotechnol. 2022 Aug 16;10:861286. doi: 10.3389/fbioe.2022.861286. eCollection 2022.
The continuous development of deep learning improves target detection technology day by day. The current research focuses on improving the accuracy of target detection technology, resulting in the target detection model being too large. The number of parameters and detection speed of the target detection model are very important for the practical application of target detection technology in embedded systems. This article proposed a real-time target detection method based on a lightweight convolutional neural network to reduce the number of model parameters and improve the detection speed. In this article, the depthwise separable residual module is constructed by combining depthwise separable convolution and non-bottleneck-free residual module, and the depthwise separable residual module and depthwise separable convolution structure are used to replace the VGG backbone network in the SSD network for feature extraction of the target detection model to reduce parameter quantity and improve detection speed. At the same time, the convolution kernels of 1 × 3 and 3 × 1 are used to replace the standard convolution of 3 × 3 by adding the convolution kernels of 1 × 3 and 3 × 1, respectively, to obtain multiple detection feature graphs corresponding to SSD, and the real-time target detection model based on a lightweight convolutional neural network is established by integrating the information of multiple detection feature graphs. This article used the self-built target detection dataset in complex scenes for comparative experiments; the experimental results verify the effectiveness and superiority of the proposed method. The model is tested on video to verify the real-time performance of the model, and the model is deployed on the Android platform to verify the scalability of the model.
深度学习的不断发展使目标检测技术日益进步。当前的研究主要集中在提高目标检测技术的准确性上,导致目标检测模型过于庞大。目标检测模型的参数数量和检测速度对于目标检测技术在嵌入式系统中的实际应用非常重要。本文提出了一种基于轻量级卷积神经网络的实时目标检测方法,以减少模型参数数量并提高检测速度。本文通过将深度可分离卷积与无瓶颈残差模块相结合构建了深度可分离残差模块,并使用深度可分离残差模块和深度可分离卷积结构替换SSD网络中的VGG主干网络,用于目标检测模型的特征提取,以减少参数量并提高检测速度。同时,分别通过添加1×3和3×1的卷积核来替换3×3的标准卷积,得到与SSD对应的多个检测特征图,并通过整合多个检测特征图的信息建立基于轻量级卷积神经网络的实时目标检测模型。本文使用自建的复杂场景目标检测数据集进行对比实验;实验结果验证了所提方法的有效性和优越性。对模型进行视频测试以验证模型的实时性能,并将模型部署在安卓平台上以验证模型的可扩展性。