Merging recovery feature network to faster RCNN for low-resolution images detection

Ruyi Zhang,Yujiu Yang
DOI: https://doi.org/10.1109/GlobalSIP.2017.8309157
2018-01-01
Abstract:The low-resolution (LR) image is one of the obstacles to the improvement of object detection performance. To alleviate the problem, we design a coupled Convolution Neural Networks( CNNs) to recover LR image's information in convolution feature space. One of the CNNs is pre-trained and frozen, which is used for computing label features. Another of the CNNs is feature recovery network (FRN) which is trainable. Here, FRN is learned by optimizing the distance between features of LR images and its HR images counterpart. In this paper, we merge FRN and Faster RCNN into as a single network by concatenating convolutional features. A large number of experiments show that our merging structure detector has about 2% higher accuracy than the original Faster RCNN on detecting LR images.
What problem does this paper attempt to address?