Fully Convolutional Network with Densely Feature Fusion Models for Object Detection

Shouzhi Huang,Xiaoyu Li,Zhuqing Jiang,Xiaoqiang Guo,Aidong Men
DOI: https://doi.org/10.1109/icmew.2018.8551503
2018-01-01
Abstract:We present Fully Convolutional Networks with Densely Feature Fusion Models (DFF-FCN) which is an effective framework for multi-scale object detection. DFF-FCN reuses the inherent convolutional hierarchical features of regular convolutional neural networks from both forward and backward directions so that the highly semantic features incorporate with shallow high-resolution features complementarily. We propose a new fully convolutional network to build feature pyramids to construct semantic features at all levels using a single neural network so that the multi-scale features all have enough detail and semantic information for object detection tasks. We also add another branch to predict objectness in order to reduce the searching space of objects. Our network runs at the speed of 20 FPS (frame per second) which is faster than Faster R-CNN counterpart and our method gets better detection performance.
What problem does this paper attempt to address?