Image Super-Resolution Using Dense Skip Connections
Tong Tong, Gen Li, Xiejie Liu, Qinquan Gao
Abstract
Recent studies have shown that the performance of single-image super-resolution methods can be significantly boosted by using deep convolutional neural networks. In this study, we present a novel single-image super-resolution method by introducing dense skip connections in a very deep network. In the proposed network, the feature maps of each layer are propagated into all subsequent layers, providing an effective way to combine the low-level features and high-level features to boost the reconstruction performance. In addition, the dense skip connections in the network enable short paths to be built directly from the output to each layer, alleviating the vanishing-gradient problem of very deep networks. Moreover, deconvolution layers are integrated into the network to learn the upsampling filters and to speedup the reconstruction process. Further, the proposed method substantially reduces the number of parameters, enhancing the computational efficiency. We evaluate the proposed method using images from four benchmark datasets and set a new state of the art.
BibTeX
@inproceedings{iccv2017_imagesuperresolu,
title = {Image Super-Resolution Using Dense Skip Connections},
author = {Tong Tong and Gen Li and Xiejie Liu and Qinquan Gao},
booktitle = {ICCV 2017},
year = {2017}
}