Deeply-Recursive Convolutional Network for Image Super-Resolution
About
We propose an image super-resolution method (SR) using a deeply-recursive convolutional network (DRCN). Our network has a very deep recursive layer (up to 16 recursions). Increasing recursion depth can improve performance without introducing new parameters for additional convolutions. Albeit advantages, learning a DRCN is very hard with a standard gradient descent method due to exploding/vanishing gradients. To ease the difficulty of training, we propose two extensions: recursive-supervision and skip-connection. Our method outperforms previous methods by a large margin.
Jiwon Kim, Jung Kwon Lee, Kyoung Mu Lee• 2015
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Super-Resolution | Set5 | PSNR37.63 | 751 | |
| Image Super-resolution | Manga109 | PSNR37.63 | 656 | |
| Super-Resolution | Urban100 | PSNR30.76 | 603 | |
| Super-Resolution | Set14 | PSNR33.04 | 586 | |
| Image Super-resolution | Set5 (test) | PSNR37.63 | 544 | |
| Single Image Super-Resolution | Urban100 | PSNR30.75 | 500 | |
| Super-Resolution | B100 | PSNR31.85 | 418 | |
| Super-Resolution | B100 (test) | PSNR31.85 | 363 | |
| Single Image Super-Resolution | Set5 | PSNR37.63 | 352 | |
| Super-Resolution | Manga109 | PSNR37.57 | 298 |
Showing 10 of 70 rows