Object Detection Based on DenseNet and RPN

Jing Li,Wenjie Chen,Yangyang Sun,Ye Li,Zhihong Peng
DOI: https://doi.org/10.23919/chicc.2019.8866610
2019-01-01
Abstract:Object detection algorithm based on depth model has achieved state-of-the-art results on various challenging benchmarks. However, the large amount of parameters of depth model means a large amount of calculation. This seriously limits the practical application of object detection algorithm, especially on embedded devices with limited computing power. We propose an object detection algorithm based on DenseNet and Region Proposal Network(RPN) and replace ROI Pooling with ROI Align. From the evaluation on PASCAL VOC and MS COCO we can see that the algorithm achieves object detection with fewer parameters while maintaining or improving accuracy. This is meaningful for the development of embedded in-depth learning. Finally, we explore the influence of different shared convolutional layers on object detection algorithm.
What problem does this paper attempt to address?