Accurate Image Super-Resolution Using Very Deep Convolutional Networks
Jiwon Kim, Jung Kwon Lee, Kyoung Mu Lee
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/SJHNJU/VDSRtf★ 0
- github.com/Lornatang/VDSR-PyTorchpytorch★ 0
- github.com/Lornatang/DRRN-PyTorchpytorch★ 0
- github.com/GuillaumeDufau/Image-super-resolution-vdsrtf★ 0
- github.com/yslenjoy/machine_learning_SuperResolutionnone★ 0
- github.com/jshermeyer/VDSR4Geotf★ 0
- github.com/murrman95/INF573Project2018tf★ 0
- github.com/Nhat-Thanh/VDSR-Pytorchpytorch★ 0
Abstract
We present a highly accurate single-image super-resolution (SR) method. Our method uses a very deep convolutional network inspired by VGG-net used for ImageNet classification simonyan2015very. We find increasing our network depth shows a significant improvement in accuracy. Our final model uses 20 weight layers. By cascading small filters many times in a deep network structure, contextual information over large image regions is exploited in an efficient way. With very deep networks, however, convergence speed becomes a critical issue during training. We propose a simple yet effective training procedure. We learn residuals only and use extremely high learning rates (10^4 times higher than SRCNN dong2015image) enabled by adjustable gradient clipping. Our proposed method performs better than existing methods in accuracy and visual improvements in our results are easily noticeable.
Tasks
Benchmark Results
| Dataset | Model | Metric | Claimed | Verified | Status |
|---|---|---|---|---|---|
| IXI | VDSR | PSNR 2x T2w | 38.65 | — | Unverified |
| Manga109 - 4x upscaling | VDSR | SSIM | 0.89 | — | Unverified |
| Set14 - 2x upscaling | VDSR [[Kim et al.2016a]] | PSNR | 33.03 | — | Unverified |
| Set5 - 2x upscaling | VDSR [[Kim et al.2016a]] | PSNR | 37.53 | — | Unverified |
| Urban100 - 2x upscaling | VDSR [[Kim et al.2016a]] | PSNR | 30.76 | — | Unverified |
| VggFace2 - 8x upscaling | VDSR | PSNR | 22.5 | — | Unverified |
| WebFace - 8x upscaling | VDSR | PSNR | 23.65 | — | Unverified |