Share your thoughts, 1 month free Claude Pro on usSee more
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
PSNR38.24
774
Image Super-resolutionSet5 (test)
PSNR38.34
626
Super-ResolutionB100
PSNR32.34
465
Image DenoisingBSD68
PSNR36.49
419
Super-ResolutionB100 (test)
PSNR32.41
408
Image Super-resolutionSet14 (test)
PSNR34.28
348
Single Image Super-ResolutionUrban100 (test)
PSNR33.36
341
Image DenoisingUrban100
PSNR36.75
317
Image Super-resolutionManga109 (test)
PSNR34.34
260
Color Image DenoisingKodak24
PSNR37.33
174
Showing 10 of 44 rows

Other info

Code

Follow for update