paper-with-me

Papers

Residual Feature Distillation Network for Lightweight Image Super-Resolution

2020-09-24 · Jie Liu, Jie Tang, Gangshan Wu

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 lightweight and accurate SISR model called residual feature distillation network (RFDN). RFDN uses multiple feature distillation connections to learn more discriminative feature representations. We also propose a shallow residual block (SRB) as the main building block of RFDN so that the network can benefit most from residual learning while still being lightweight enough. Extensive experimental results show that the proposed RFDN achieve a better trade-off against the state-of-the-art methods in terms of performance and model complexity. Moreover, we propose an enhanced RFDN (E-RFDN) and won the first place in the AIM 2020 efficient super-resolution challenge. Code will be available at https://github.com/njulj/RFDN.

📄 PDF Abstract BibTeX arXiv:2009.11551

Code (2)

njulj/RFDN 공식 구현 pytorch
tuvovan/RFDNet-ImageSuperResolution tf

Tasks

Image Super-ResolutionSuper-Resolution

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Batch Normalization 설명 없음
Residual Connection 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Residual Block Residual Blocks are skip-connection blocks that learn residual functions with reference to the layer inputs, instead of learning unreferenced functions. They were introduced…

Similar Papers 제목 키워드 기반

Feature Distillation Interaction Weighting Network for Lightweight Image Super-Resolution

2021-12-16 · Guangwei Gao, Wenjie Li, Juncheng Li, Fei Wu 외

Convolutional neural networks based single-image super-resolution (SISR) has made great progress in recent years. However, it is difficult to apply these methods to real-world scenarios due to the computational and memor…

Image Super-ResolutionSuper-Resolution

Efficient Image Super-Resolution with Feature Interaction Weighted Hybrid Network

2022-12-29 · Wenjie Li, Juncheng Li, Guangwei Gao, Weihong Deng 외

Lightweight image super-resolution aims to reconstruct high-resolution images from low-resolution images using low computational costs. However, existing methods result in the loss of middle-layer features due to activat…

Image Super-ResolutionSuper-Resolution

Efficient Star Distillation Attention Network for Lightweight Image Super-Resolution

2025-06-14 · Fangwei Hao, Ji Du, Desheng Kong, Jiesheng Wu 외

In recent years, the performance of lightweight Single-Image Super-Resolution (SISR) has been improved significantly with the application of Convolutional Neural Networks (CNNs) and Large Kernel Attention (LKA). However,…

Image Super-ResolutionRepresentation LearningSuper-Resolution

Distillation Guided Residual Learning for Binary Convolutional Neural Networks

2020-07-10 · Jianming Ye, Shiliang Zhang, Jingdong Wang

It is challenging to bridge the performance gap between Binary CNN (BCNN) and Floating point CNN (FCNN). We observe that, this performance gap leads to substantial residuals between intermediate feature maps of BCNN and …

DVMSR: Distillated Vision Mamba for Efficient Super-Resolution

2024-05-05 · Xiaoyan Lei, Wenlong Zhang, Weifeng Cao

Efficient Image Super-Resolution (SR) aims to accelerate SR network inference by minimizing computational complexity and network parameters while preserving performance. Existing state-of-the-art Efficient Image Super-Re…

Image Super-ResolutionLong-range modelingMambaSSIM+1