Accelerating the Super-Resolution Convolutional Neural Network
Chao Dong, Chen Change Loy, Xiaoou Tang
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/yjn870/FSRCNN-pytorchpytorch★ 271
- github.com/Nhat-Thanh/FSRCNN-Pytorchpytorch★ 6
- github.com/MohammedAlkhrashi/TMAnone★ 5
- github.com/GatorSense/SRrootimagingpytorch★ 1
- github.com/poikilos/pyrotocanvastf★ 0
- github.com/MindSpore-scientific-2/code-11/tree/main/Super-Resolution-for-Root-Imagingmindspore★ 0
- github.com/MohammedAlkhrashi/4D-Dreamnone★ 0
- github.com/MaxHolmberg96/Fast-super-resolution-by-CNNtf★ 0
- github.com/Araxeus/PNG-Upscaletf★ 0
- github.com/amiq-consulting/image-upscaling-CNNnone★ 0
Abstract
As a successful deep model applied in image super-resolution (SR), the Super-Resolution Convolutional Neural Network (SRCNN) has demonstrated superior performance to the previous hand-crafted models either in speed and restoration quality. However, the high computational cost still hinders it from practical usage that demands real-time performance (24 fps). In this paper, we aim at accelerating the current SRCNN, and propose a compact hourglass-shape CNN structure for faster and better SR. We re-design the SRCNN structure mainly in three aspects. First, we introduce a deconvolution layer at the end of the network, then the mapping is learned directly from the original low-resolution image (without interpolation) to the high-resolution one. Second, we reformulate the mapping layer by shrinking the input feature dimension before mapping and expanding back afterwards. Third, we adopt smaller filter sizes but more mapping layers. The proposed model achieves a speed up of more than 40 times with even superior restoration quality. Further, we present the parameter settings that can achieve real-time performance on a generic CPU while still maintaining good performance. A corresponding transfer strategy is also proposed for fast training and testing across different upscaling factors.
Tasks
Benchmark Results
| Dataset | Model | Metric | Claimed | Verified | Status |
|---|---|---|---|---|---|
| BSD100 - 2x upscaling | FSRCNN [[Dong et al.2016]] | PSNR | 31.53 | — | Unverified |
| FFHQ 1024 x 1024 - 4x upscaling | FSRCNN | FID | 23.97 | — | Unverified |
| FFHQ 256 x 256 - 4x upscaling | FSRCNN | FID | 139.78 | — | Unverified |
| Manga109 - 4x upscaling | FSRCNN | SSIM | 0.86 | — | Unverified |