paper-with-me

홈 › Papers

Comprehensive and Delicate: An Efficient Transformer for Image Restoration

2023-01-01 · CVPR 2023 1 · Haiyu Zhao, Yuanbiao Gou, Boyun Li, Dezhong Peng, Jiancheng Lv, Xi Peng

Vision Transformers have shown promising performance in image restoration, which usually conduct window- or channel-based attention to avoid intensive computations. Although the promising performance has been achieved, they go against the biggest success factor of Transformers to a certain extent by capturing the local instead of global dependency among pixels. In this paper, we propose a novel efficient image restoration Transformer that first captures the superpixel-wise global dependency, and then transfers it into each pixel. Such a coarse-to-fine paradigm is implemented through two neural blocks, i.e., condensed attention neural block (CA) and dual adaptive neural block (DA). In brief, CA employs feature aggregation, attention computation, and feature recovery to efficiently capture the global dependency at the superpixel level. To embrace the pixel-wise global dependency, DA takes a novel dual-way structure to adaptively encapsulate the globality from superpixels into pixels. Thanks to the two neural blocks, our method achieves comparable performance while taking only 6% FLOPs compared with SwinIR.

📄 PDF Abstract BibTeX

Code (1)

XLearning-SCU/2023-CVPR-CODE 공식 구현 pytorch

Tasks

Image RestorationSuperpixels

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Adam 설명 없음
Residual Connection 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

IRNeXt: Rethinking Convolutional Network Design for Image Restoration

2023-04-24 · ICML 2023 4 · Yuning Cui, Wenqi Ren, Sining Yang, Xiaochun Cao 외

We present IRNeXt, a simple yet effective convolutional network architecture for image restoration. Recently, Transformer models have dominated the field of image restoration due to the powerful ability of modeling long-…

DeblurringImage DeblurringImage DehazingImage Restoration+1

Revitalizing Convolutional Network for Image Restoration

2024-06-25 · IEEE Transactions on Pattern Analysis and Machine Intelligence 2024 6 · Yuning Cui, Wenqi Ren, Xiaochun Cao, Alois Knoll

Image restoration aims to reconstruct a high-quality image from its corrupted version, playing essential roles in many scenarios. Recent years have witnessed a paradigm shift in image restoration from convolutional neura…

DeblurringImage DeblurringImage DehazingImage Restoration+2

Varformer: Adapting VAR's Generative Prior for Image Restoration

2024-12-30 · Siyang Wang, Feng Zhao

Generative models trained on extensive high-quality datasets effectively capture the structural and statistical properties of clean images, rendering them powerful priors for transforming degraded features into clean one…

Image ReconstructionImage Restoration

Navigating Image Restoration with VAR's Distribution Alignment Prior

2025-01-01 · CVPR 2025 1 · Siyang Wang, Naishan Zheng, Jie Huang, Feng Zhao

Generative models trained on extensive high-quality datasets effectively capture the structural and statistical properties of clean images, rendering them powerful priors for transforming degraded features into clean…

Image ReconstructionImage Restoration

VmambaIR: Visual State Space Model for Image Restoration

2024-03-18 · Yuan Shi, Bin Xia, Xiaoyu Jin, Xing Wang 외

Image restoration is a critical task in low-level computer vision, aiming to restore high-quality images from degraded inputs. Various models, such as convolutional neural networks (CNNs), generative adversarial networks…

DenoisingImage RestorationImage Super-Resolutionmodel+3