paper-with-me

홈 › Papers

HAT: Hybrid Attention Transformer for Image Restoration

2023-09-11 · Xiangyu Chen, Xintao Wang, Wenlong Zhang, Xiangtao Kong, Yu Qiao, Jiantao Zhou, Chao Dong

Transformer-based methods have shown impressive performance in image restoration tasks, such as image super-resolution and denoising. However, we find that these networks can only utilize a limited spatial range of input information through attribution analysis. This implies that the potential of Transformer is still not fully exploited in existing networks. In order to activate more input pixels for better restoration, we propose a new Hybrid Attention Transformer (HAT). It combines both channel attention and window-based self-attention schemes, thus making use of their complementary advantages. Moreover, to better aggregate the cross-window information, we introduce an overlapping cross-attention module to enhance the interaction between neighboring window features. In the training stage, we additionally adopt a same-task pre-training strategy to further exploit the potential of the model for further improvement. Extensive experiments have demonstrated the effectiveness of the proposed modules. We further scale up the model to show that the performance of the SR task can be greatly improved. Besides, we extend HAT to more image restoration applications, including real-world image super-resolution, Gaussian image denoising and image compression artifacts reduction. Experiments on benchmark and real-world datasets demonstrate that our HAT achieves state-of-the-art performance both quantitatively and qualitatively. Codes and models are publicly available at https://github.com/XPixelGroup/HAT.

📄 PDF Abstract BibTeX arXiv:2309.05239

Code (2)

xpixelgroup/hat 공식 구현 pytorch
chxy95/hat pytorch

Tasks

DenoisingImage CompressionImage DenoisingImage RestorationImage Super-ResolutionSuper-Resolution

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Adam 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

SANDFORMER: CNN and Transformer under Gated Fusion for Sand Dust Image Restoration

2023-03-08 · Jun Shi, Bingcai Wei, Gang Zhou, Liye Zhang

Although Convolutional Neural Networks (CNN) have made good progress in image restoration, the intrinsic equivalence and locality of convolutions still constrain further improvements in image quality. Recent vision trans…

Image RestorationSand

Edge-Efficient Image Restoration: Transformer Distillation into State-Space Models

2026-05-04 · Srinivas Soumitri Miriyala, Sowmya Vajrala, Sravanth Kodavanti, Vikram Nelvoy Rajendiran 외 arxiv

We propose a modular framework for hybrid image restoration that integrates transformer and state-space model (SSM) blocks with a focus on improving runtime efficiency on edge hardware. While transformers provide strong …

Image Restoration

MatIR: A Hybrid Mamba-Transformer Image Restoration Model

2025-01-30 · Juan Wen, Weiyan Hou, Luc van Gool, Radu Timofte

In recent years, Transformers-based models have made significant progress in the field of image restoration by leveraging their inherent ability to capture complex contextual features. Recently, Mamba models have made a …

Computational EfficiencyImage InpaintingImage RestorationMamba+1

Dual-former: Hybrid Self-attention Transformer for Efficient Image Restoration

2022-10-03 · Sixiang Chen, Tian Ye, Yun Liu, ErKang Chen

Recently, image restoration transformers have achieved comparable performance with previous state-of-the-art CNNs. However, how to efficiently leverage such architectures remains an open problem. In this work, we present…

DecoderImage DehazingImage RestorationRain Removal+2

OAPT: Offset-Aware Partition Transformer for Double JPEG Artifacts Removal

2024-08-21 · Qiao Mo, Yukang Ding, Jinhua Hao, Qiang Zhu 외

Deep learning-based methods have shown remarkable performance in single JPEG artifacts removal task. However, existing methods tend to degrade on double JPEG images, which are prevalent in real-world scenarios. To addres…

Image Restoration