paper-with-me

Papers

Improving Super-Resolution Performance using Meta-Attention Layers

2021-10-27 · IEEE Signal Processing Letters 2021 9 · Matthew Aquilina, Christian Galea, John Abela, Kenneth P. Camilleri, Reuben A. Farrugia

Convolutional Neural Networks (CNNs) have achieved impressive results across many super-resolution (SR) and image restoration tasks. While many such networks can upscale low-resolution (LR) images using just the raw pixel-level information, the ill-posed nature of SR can make it difficult to accurately super-resolve an image which has undergone multiple different degradations. Additional information (metadata) describing the degradation process (such as the blur kernel applied, compression level, etc.) can guide networks to super-resolve LR images with higher fidelity to the original source. Previous attempts at informing SR networks with degradation parameters have indeed been able to improve performance in a number of scenarios. However, due to the fully-convolutional nature of many SR networks, most of these metadata fusion methods either require a complete architectural change, or necessitate the addition of significant extra complexity. Thus, these approaches are difficult to introduce into arbitrary SR networks without considerable design alterations. In this paper, we introduce meta-attention, a simple mechanism which allows any SR CNN to exploit the information available in relevant degradation parameters. The mechanism functions by translating the metadata into a channel attention vector, which in turn selectively modulates the network's feature maps. Incorporating meta-attention into SR networks is straightforward, as it requires no specific type of architecture to function correctly. Extensive testing has shown that meta-attention can consistently improve the pixel-level accuracy of state-of-the-art (SOTA) networks when provided with relevant degradation metadata. For PSNR, the gain on blurred/downsampled (X4) images is of 0.2969 dB (on average) and 0.3320 dB for SOTA general and face SR models, respectively.

📄 PDF Abstract BibTeX arXiv:2110.14638

Code (1)

um-dsrg/Super-Resolution-Meta-Attention-Networks 공식 구현 pytorch

Tasks

Image RestorationImage Super-ResolutionSuper-Resolution

Similar Papers 제목 키워드 기반

Single Image Super-Resolution via a Holistic Attention Network

2020-08-20 · ECCV 2020 8 · Ben Niu, Weilei Wen, Wenqi Ren, Xiangde Zhang 외

Informative features play a crucial role in the single image super-resolution task. Channel attention has been demonstrated to be effective for preserving information-rich features in each layer. However, channel attenti…

Image Super-ResolutionSuper-Resolution

Medical image super-resolution method based on dense blended attention network

2019-05-13 · Kewen Liu, Yuan Ma, Hongxia Xiong, Zejun Yan 외

In order to address the issue that medical image would suffer from severe blurring caused by the lack of high-frequency details in the process of image super-resolution reconstruction, a novel medical image super-resolut…

Image Super-ResolutionSSIMSuper-Resolution

RDRN: Recursively Defined Residual Network for Image Super-Resolution

2022-11-17 · Alexander Panaetov, Karim Elhadji Daou, Igor Samenko, Evgeny Tetin 외

Deep convolutional neural networks (CNNs) have obtained remarkable performance in single image super-resolution (SISR). However, very deep networks can suffer from training difficulty and hardly achieve further performan…

Image Super-ResolutionSuper-Resolution

Parameter-Free Channel Attention for Image Classification and Super-Resolution

2023-03-20 · Yuxuan Shi, Lingxiao Yang, Wangpeng An, XianTong Zhen 외

The channel attention mechanism is a useful technique widely employed in deep convolutional neural networks to boost the performance for image processing tasks, eg, image classification and image super-resolution. It is …

Classificationimage-classificationImage ClassificationImage Super-Resolution+1

Attention-Aware Linear Depthwise Convolution for Single Image Super-Resolution

2019-08-07 · Seongmin Hwang, Gwanghuyn Yu, Cheolkon Jung, Jin-Young Kim

Although deep convolutional neural networks (CNNs) have obtained outstanding performance in image superresolution (SR), their computational cost increases geometrically as CNN models get deeper and wider. Meanwhile, the …

Image Super-ResolutionSuper-Resolution