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

Residual Dense Network for Image Restoration

About

Convolutional neural network has recently achieved great success for image restoration (IR) and also offered hierarchical features. However, most deep CNN based IR models do not make full use of the hierarchical features from the original low-quality images, thereby achieving relatively-low performance. In this paper, we propose a novel residual dense network (RDN) to address this problem in IR. We fully exploit the hierarchical features from all the convolutional layers. Specifically, we propose residual dense block (RDB) to extract abundant local features via densely connected convolutional layers. RDB further allows direct connections from the state of preceding RDB to all the layers of current RDB, leading to a contiguous memory mechanism. To adaptively learn more effective features from preceding and current local features and stabilize the training of wider network, we proposed local feature fusion in RDB. After fully obtaining dense local features, we use global feature fusion to jointly and adaptively learn global hierarchical features in a holistic way. We demonstrate the effectiveness of RDN with several representative IR applications, single image super-resolution, Gaussian image denoising, image compression artifact reduction, and image deblurring. Experiments on benchmark and real-world datasets show that our RDN achieves favorable performance against state-of-the-art methods for each IR task quantitatively and visually.

Yulun Zhang, Yapeng Tian, Yu Kong, Bineng Zhong, Yun Fu• 2018

Related benchmarks

TaskDatasetResultRank
Image Super-resolutionSet5 (test)
PSNR38.34
544
Image Super-resolutionSet5
PSNR38.24
507
Super-ResolutionB100
PSNR32.34
418
Super-ResolutionB100 (test)
PSNR32.41
363
Image DenoisingBSD68
PSNR36.49
297
Image Super-resolutionSet14 (test)
PSNR34.28
292
Single Image Super-ResolutionUrban100 (test)
PSNR33.36
289
Image Super-resolutionManga109 (test)
PSNR34.34
233
Image DenoisingUrban100
PSNR36.75
222
Gray-scale image denoisingSet12
PSNR35.08
131
Showing 10 of 44 rows

Other info

Code

Follow for update