摘要
骨干网络特征提取不充分以及浅层卷积层缺乏语义信息等往往导致了对于小目标检测的效果不佳,为提高小目标检测的精确性与鲁棒性,提出一种融合注意力机制的深层次小目标检测算法。首先,针对骨干网络特征提取能力不足的问题,选用Darknet-53作为特征提取网络,通过构建新的分组残差连接来替换原Darknet-53中的残差连接结构,形成新的I-Darknet53骨干增强网络,该分组残差结构可通过交织不同通道的特征信息有效提高输出的感受野大小。其次,在多尺度检测阶段,提出浅层特征增强网络,采用特征增强模块与通道注意力机制引导下的高效特征融合策略对浅层与深层进行特征融合获得浅层增强特征,从而改善浅层语义特征信息不足的问题。实验结果表明,相较于SSD算法,所提算法在PASCALVOC数据集上检测效果更加突出。当输入图像尺寸为300×300时,模型平均精度均值为80.2%;当输入图像尺寸为500×500时,模型平均精度均值为82.3%。并且在保证检测速度的前提下,增强了模型对小目标的检测效果。
Insufficient feature extraction of the backbone network and lack of semantic information in the shallow convolution layer often lead to poor detection results on small objects.In order to improve the accuracy and robustness of small object detection,this paper proposes a deep small object detection algorithm that integrates attention mechanism.Firstly,to address the problem of insufficient feature extraction capability of the backbone network,Darknet-53 is selected as the network of feature extraction,and a new grouped residual connection is proposed to replace the residual connection structure in the original Darknet-53.This forms a new enhanced backbone network named I-Darknet53.This grouped residual structure can effectively increase the size of the receptive field by interweaving the feature information of different channels.Secondly,in the multi-scale detection phase,a shallow feature enhancement network is proposed to obtain shallow enhanced features by fusing the shallow layer and deep layer.The network including feature enhancement module and an efficient feature fusion strategy guided by channel attention mechanism is used to improve the lack of semantic information of shallow features.Experimental results show that the proposed algorithm has better performance than the SSD algorithm on PASCAL VOC dataset.When the input image size is 300×300,the average accuracy of the proposed model is 80.2%;when the input image size is 500×500,the average accuracy of the proposed model is 82.3%.In addition,it can effectively improve the detection accuracy of small objects under the premise of ensuring the detection speed.
作者
赵鹏飞
谢林柏
彭力
ZHAO Pengfei;XIE Linbo;PENG Li(Engineering Research Center of Internet of Things Technology Applications(School of Internet of Things Engineering,Jiangnan University),Ministry of Education,Wuxi,Jiangsu 214122,China)
出处
《计算机科学与探索》
CSCD
北大核心
2022年第4期927-937,共11页
Journal of Frontiers of Computer Science and Technology
基金
国家自然科学基金(61873112)
国家重点研发计划(2018YFD0400902)。
关键词
小目标检测
特征提取
特征融合
注意力机制
small object detection
feature extraction
feature fusion
attention mechanism