Residual Dense Network for Image Restoration
Yulun Zhang, Yapeng Tian, Yu Kong, Bineng Zhong, Yun Fu

TL;DR
This paper introduces a residual dense network (RDN) that fully exploits hierarchical features from all convolutional layers to improve image restoration tasks such as super-resolution, denoising, and deblurring, achieving state-of-the-art results.
Contribution
The paper proposes a novel residual dense block (RDB) with local feature fusion and a global feature fusion mechanism to enhance feature utilization and training stability in deep CNNs for image restoration.
Findings
RDN outperforms existing methods on benchmark datasets.
RDN achieves superior visual quality in restored images.
The approach is effective across multiple image restoration tasks.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image Processing Techniques · Image and Signal Denoising Methods · Advanced Image Fusion Techniques
MethodsConvolution · Concatenated Skip Connection · Batch Normalization · *Communicated@Fast*How Do I Communicate to Expedia? · Dense Block
