paper-with-me

Papers

Single image super-resolution based on trainable feature matching attention network

2024-05-29 · Qizhou Chen, Qing Shao

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 from training images through feature matching. Furthermore, we integrate non-local and channel attention into our proposed Trainable Feature Matching Attention Network (TFMAN) to further enhance SR performance. To alleviate the computational demands of non-local operations, we propose a streamlined variant called Same-size-divided Region-level Non-Local (SRNL). SRNL conducts non-local computations in parallel on blocks uniformly divided from the input feature map. The efficacy of TFM and SRNL is validated through ablation studies and module explorations. We employ a recurrent convolutional network as the backbone of our TFMAN to optimize parameter utilization. Comprehensive experiments on benchmark datasets demonstrate that TFMAN achieves superior results in most comparisons while using fewer parameters. The code is available at https://github.com/qizhou000/tfman.

📄 PDF Abstract BibTeX arXiv:2405.18872

Code (1)

qizhou000/tfman 공식 구현 pytorch

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…

Similar Papers 제목 키워드 기반

Deep Iterative Residual Convolutional Network for Single Image Super-Resolution

2020-09-07 · Rao Muhammad Umer, Gian Luca Foresti, Christian Micheloni

Deep convolutional neural networks (CNNs) have recently achieved great success for single image super-resolution (SISR) task due to their powerful feature representation capabilities. The most recent deep learning based …

Image Super-ResolutionSuper-Resolution

Robust Reference-Based Super-Resolution With Similarity-Aware Deformable Convolution

2020-06-01 · CVPR 2020 6 · Gyumin Shim, Jinsun Park, In So Kweon

In this paper, we propose a novel and efficient reference feature extraction module referred to as the Similarity Search and Extraction Network (SSEN) for reference-based super-resolution (RefSR) tasks. The proposed modu…

Image Super-ResolutionOptical Flow EstimationReference-based Super-ResolutionSuper-Resolution

One-shot Ultra-high-Resolution Generative Adversarial Network That Synthesizes 16K Images On A Single GPU

2022-02-28 · JunSeok Oh, Donghwee Yoon, Injung Kim

We propose a one-shot ultra-high-resolution generative adversarial network (OUR-GAN) framework that generates non-repetitive 16K (16, 384 x 8, 640) images from a single training image and is trainable on a single consume…

16k4kDiversityGenerative Adversarial Network+4

Deep Unfolding Network for Image Super-Resolution

2020-03-23 · CVPR 2020 6 · Kai Zhang, Luc van Gool, Radu Timofte

Learning-based single image super-resolution (SISR) methods are continuously showing superior effectiveness and efficiency over traditional model-based methods, largely due to the end-to-end training. However, different …

Image Super-ResolutionSuper-Resolution

Reference-Conditioned Super-Resolution by Neural Texture Transfer

2018-04-10 · Zhifei Zhang, Zhaowen Wang, Zhe Lin, Hairong Qi

With the recent advancement in deep learning, we have witnessed a great progress in single image super-resolution. However, due to the significant information loss of the image downscaling process, it has become extremel…

Image StylizationImage Super-ResolutionReference-based Super-ResolutionSuper-Resolution