paper-with-me

홈 › Papers

Efficient Image Super-Resolution Using Pixel Attention

2020-10-02 · Hengyuan Zhao, Xiangtao Kong, Jingwen He, Yu Qiao, Chao Dong

This work aims at designing a lightweight convolutional neural network for image super resolution (SR). With simplicity bare in mind, we construct a pretty concise and effective network with a newly proposed pixel attention scheme. Pixel attention (PA) is similar as channel attention and spatial attention in formulation. The difference is that PA produces 3D attention maps instead of a 1D attention vector or a 2D map. This attention scheme introduces fewer additional parameters but generates better SR results. On the basis of PA, we propose two building blocks for the main branch and the reconstruction branch, respectively. The first one - SC-PA block has the same structure as the Self-Calibrated convolution but with our PA layer. This block is much more efficient than conventional residual/dense blocks, for its twobranch architecture and attention scheme. While the second one - UPA block combines the nearest-neighbor upsampling, convolution and PA layers. It improves the final reconstruction quality with little parameter cost. Our final model- PAN could achieve similar performance as the lightweight networks - SRResNet and CARN, but with only 272K parameters (17.92% of SRResNet and 17.09% of CARN). The effectiveness of each proposed component is also validated by ablation study. The code is available at https://github.com/zhaohengyuan1/PAN.

📄 PDF Abstract BibTeX arXiv:2010.01073

Code (1)

zhaohengyuan1/PAN 공식 구현 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 제목 키워드 기반

Lightweight Image Super-Resolution with Superpixel Token Interaction

2023-01-01 · ICCV 2023 1 · Aiping Zhang, Wenqi Ren, Yi Liu, Xiaochun Cao

Transformer-based methods have demonstrated impressive results on single-image super-resolution (SISR) task. However, self-attention mechanism is computationally expensive when applied to the entire image. As a resul…

Image Super-ResolutionSuperpixelsSuper-Resolution

SuperInpaint: Learning Detail-Enhanced Attentional Implicit Representation for Super-resolutional Image Inpainting

2023-07-26 · Canyu Zhang, Qing Guo, Xiaoguang Li, Renjie Wan 외

In this work, we introduce a challenging image restoration task, referred to as SuperInpaint, which aims to reconstruct missing regions in low-resolution images and generate completed images with arbitrarily higher resol…

Image InpaintingImage ReconstructionImage RestorationSuper-Resolution

PixelSR: Efficient Screen Content Super-Resolution via Pixel Classification

2026-08-01 · Zhiheng Li, Lei Chen, Jie Zhou, Jiwen Lu arxiv

Screen content images are generally composed of texts and graphics. Compared to natural images, these man-made images contain a large quantity of sharp but repetitive structures. However, existing works in screen content…

Burst Image Super-Resolution via Multi-Cross Attention Encoding and Multi-Scan State-Space Decoding

2025-05-26 · Tengda Huang, Yu Zhang, Tianren Li, Yufu Qu 외

Multi-image super-resolution (MISR) can achieve higher image quality than single-image super-resolution (SISR) by aggregating sub-pixel information from multiple spatially shifted frames. Among MISR tasks, burst super-re…

Burst Image Super-ResolutionImage Super-ResolutionSuper-Resolution

Pixel Adapter: A Graph-Based Post-Processing Approach for Scene Text Image Super-Resolution

2023-09-16 · Wenyu Zhang, Xin Deng, Baojun Jia, Xingtong Yu 외

Current Scene text image super-resolution approaches primarily focus on extracting robust features, acquiring text information, and complex training strategies to generate super-resolution images. However, the upsampling…

Graph AttentionImage Super-ResolutionSuper-Resolution