End-to-End Image Super-Resolution via Deep and Shallow Convolutional Networks
Yifan Wang, Lijun Wang, Hongyu Wang, Peihua Li

TL;DR
This paper introduces an end-to-end trainable deep CNN for image super-resolution that jointly learns feature extraction, upsampling, and reconstruction, outperforming existing methods by conducting upsampling in feature space and using multi-scale reconstruction.
Contribution
It proposes a novel end-to-end deep CNN that performs upsampling in feature space and employs multi-scale reconstruction, with a new training approach for faster convergence and better results.
Findings
Outperforms state-of-the-art super-resolution methods on standard datasets.
Joint training of deep and shallow networks accelerates convergence and enhances performance.
Ablation studies confirm the effectiveness of multi-scale reconstruction and feature-space upsampling.
Abstract
One impressive advantage of convolutional neural networks (CNNs) is their ability to automatically learn feature representation from raw pixels, eliminating the need for hand-designed procedures. However, recent methods for single image super-resolution (SR) fail to maintain this advantage. They utilize CNNs in two decoupled steps, i.e., first upsampling the low resolution (LR) image to the high resolution (HR) size with hand-designed techniques (e.g., bicubic interpolation), and then applying CNNs on the upsampled LR image to reconstruct HR results. In this paper, we seek an alternative and propose a new image SR method, which jointly learns the feature extraction, upsampling and HR reconstruction modules, yielding a completely end-to-end trainable deep CNN. As opposed to existing approaches, the proposed method conducts upsampling in the latent feature space with filters that are…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image Processing Techniques · Image Processing Techniques and Applications · Advanced Vision and Imaging
