Residual Feature Distillation Network for Lightweight Image Super-Resolution
Jie Liu, Jie Tang, Gangshan Wu

TL;DR
This paper introduces the Residual Feature Distillation Network (RFDN), a lightweight CNN model for image super-resolution that balances high performance with low computational complexity, suitable for edge devices.
Contribution
It proposes the feature distillation connection (FDC) as a lightweight alternative to channel splitting, and develops RFDN and its enhanced version E-RFDN, achieving state-of-the-art results in efficient super-resolution.
Findings
RFDN outperforms existing methods in accuracy and efficiency.
FDC simplifies the model while maintaining performance.
E-RFDN won first place in the AIM 2020 super-resolution challenge.
Abstract
Recent advances in single image super-resolution (SISR) explored the power of convolutional neural network (CNN) to achieve a better performance. Despite the great success of CNN-based methods, it is not easy to apply these methods to edge devices due to the requirement of heavy computation. To solve this problem, various fast and lightweight CNN models have been proposed. The information distillation network is one of the state-of-the-art methods, which adopts the channel splitting operation to extract distilled features. However, it is not clear enough how this operation helps in the design of efficient SISR models. In this paper, we propose the feature distillation connection (FDC) that is functionally equivalent to the channel splitting operation while being more lightweight and flexible. Thanks to FDC, we can rethink the information multi-distillation network (IMDN) and propose a…
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 Processing Techniques and Applications · Advanced Vision and Imaging
MethodsConvolution · Batch Normalization · Residual Connection · *Communicated@Fast*How Do I Communicate to Expedia? · Residual Block
