TL;DR
This paper introduces TFMAN, a novel CNN-based super-resolution method that combines trainable feature matching and a region-level non-local module, achieving superior results with fewer parameters.
Contribution
The paper proposes Trainable Feature Matching (TFM) integrated into CNNs and a streamlined non-local module (SRNL), enhancing super-resolution performance with explicit feature learning.
Findings
TFMAN outperforms existing methods on benchmark datasets.
The proposed SRNL reduces computational complexity of non-local operations.
Fewer parameters are needed for comparable or better super-resolution results.
Abstract
Convolutional Neural Networks (CNNs) have been widely employed for image Super-Resolution (SR) in recent years. Various techniques enhance SR performance by altering CNN structures or incorporating improved self-attention mechanisms. Interestingly, these advancements share a common trait. Instead of explicitly learning high-frequency details, they learn an implicit feature processing mode that utilizes weighted sums of a feature map's own elements for reconstruction, akin to convolution and non-local. In contrast, early dictionary-based approaches learn feature decompositions explicitly to match and rebuild Low-Resolution (LR) features. Building on this analysis, we introduce Trainable Feature Matching (TFM) to amalgamate this explicit feature learning into CNNs, augmenting their representation capabilities. Within TFM, trainable feature sets are integrated to explicitly learn features…
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
