TL;DR
This paper introduces a lightweight, efficient super-resolution network that effectively handles arbitrary scale factors and real images, outperforming existing methods in quality, memory, and speed.
Contribution
The novel IMDN architecture with multi-distillation blocks and contrast-aware attention improves super-resolution efficiency and flexibility for practical applications.
Findings
Outperforms state-of-the-art SR methods in visual quality.
Reduces memory footprint and inference time.
Handles arbitrary scale factors with an adaptive cropping strategy.
Abstract
In recent years, single image super-resolution (SISR) methods using deep convolution neural network (CNN) have achieved impressive results. Thanks to the powerful representation capabilities of the deep networks, numerous previous ways can learn the complex non-linear mapping between low-resolution (LR) image patches and their high-resolution (HR) versions. However, excessive convolutions will limit the application of super-resolution technology in low computing power devices. Besides, super-resolution of any arbitrary scale factor is a critical issue in practical applications, which has not been well solved in the previous approaches. To address these issues, we propose a lightweight information multi-distillation network (IMDN) by constructing the cascaded information multi-distillation blocks (IMDB), which contains distillation and selective fusion parts. Specifically, the…
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
MethodsConvolution
