Scholay

学术搜索 · AI 审稿 · LaTeX 协作

Object Detection Based on Faster R-CNN Algorithm with Skip Pooling and Fusion of Contextual Information

作者:Yi Xiao, Xinqing Wang, Peng Zhang, Fanjie Meng, Faming Shao · 发表于:Sensors · 年份:2020 · DOI:10.3390/s20195490 · 被引用次数:92 · 研究领域:Advanced Neural Network Applications、Video Surveillance and Tracking Methods、Advanced Image and Video Retrieval Techniques

Deep learning is currently the mainstream method of object detection. Faster region-based convolutional neural network (Faster R-CNN) has a pivotal position in deep learning. It has impressive detection effects in ordinary scenes. However, under special conditions, there can still be unsatisfactory detection performance, such as the object having problems like occlusion, deformation, or small size. This paper proposes a novel and improved algorithm based on the Faster R-CNN framework combined with the Faster R-CNN algorithm with skip pooling and fusion of contextual information. This algorithm can improve the detection performance under special conditions on the basis of Faster R-CNN. The improvement mainly has three parts: The first part adds a context information feature extraction model after the conv5_3 of the convolutional layer; the second part adds skip pooling so that the former can fully obtain the contextual information of the object, especially for situations where the object is occluded and deformed; and the third part replaces the region proposal network (RPN) with a more efficient guided anchor RPN (GA-RPN), which can maintain the recall rate while improving the detection performance. The latter can obtain more detailed information from different feature layers of the deep neural network algorithm, and is especially aimed at scenes with small objects. Compared with Faster R-CNN, you only look once series (such as: YOLOv3), single shot detector (such as: SSD512),...