Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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

TaskDatasetResultRank
Super-ResolutionSet5
PSNR37.63
751
Image Super-resolutionManga109
PSNR37.63
656
Super-ResolutionUrban100
PSNR30.76
603
Super-ResolutionSet14
PSNR33.04
586
Image Super-resolutionSet5 (test)
PSNR37.63
544
Single Image Super-ResolutionUrban100
PSNR30.75
500
Super-ResolutionB100
PSNR31.85
418
Super-ResolutionB100 (test)
PSNR31.85
363
Single Image Super-ResolutionSet5
PSNR37.63
352
Super-ResolutionManga109
PSNR37.57
298
Showing 10 of 70 rows

Other info

Code

Follow for update