paper-with-me

홈 › Papers

Content-Aware Transformer for All-in-one Image Restoration

2025-04-07 · Gang Wu, Junjun Jiang, Kui Jiang, Xianming Liu

Image restoration has witnessed significant advancements with the development of deep learning models. Although Transformer architectures have progressed considerably in recent years, challenges remain, particularly the limited receptive field in window-based self-attention. In this work, we propose DSwinIR, a Deformable Sliding window Transformer for Image Restoration. DSwinIR introduces a novel deformable sliding window self-attention that adaptively adjusts receptive fields based on image content, enabling the attention mechanism to focus on important regions and enhance feature extraction aligned with salient features. Additionally, we introduce a central ensemble pattern to reduce the inclusion of irrelevant content within attention windows. In this way, the proposed DSwinIR model integrates the deformable sliding window Transformer and central ensemble pattern to amplify the strengths of both CNNs and Transformers while mitigating their limitations. Extensive experiments on various image restoration tasks demonstrate that DSwinIR achieves state-of-the-art performance. For example, in image deraining, compared to DRSformer on the SPA dataset, DSwinIR achieves a 0.66 dB PSNR improvement. In all-in-one image restoration, compared to PromptIR, DSwinIR achieves over a 0.66 dB and 1.04 dB improvement on three-task and five-task settings, respectively. Pretrained models and code are available at our project https://github.com/Aitical/DSwinIR.

📄 PDF Abstract BibTeX arXiv:2504.04869

Code (1)

aitical/dswinir 공식 구현 pytorch

Tasks

AllImage RestorationRain Removal

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
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…
Multi-Head Attention 설명 없음
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…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Unified Diffusion Transformer for High-fidelity Text-Aware Image Restoration

2025-12-09 · Jin Hyeon Kim, Paul Hyunbin Cho, Claire Kim, Jaewon Min 외 arxiv

Text-Aware Image Restoration (TAIR) aims to recover high-quality images from low-quality inputs containing degraded textual content. While diffusion models provide strong generative priors for general image restoration, …

Image RestorationText Spotting

Training-Free Large Model Priors for Multiple-in-One Image Restoration

2024-07-18 · Xuanhua He, Lang Li, Yingying Wang, Hui Zheng 외

Image restoration aims to reconstruct the latent clear images from their degraded versions. Despite the notable achievement, existing methods predominantly focus on handling specific degradation types and thus require sp…

Image Restoration

Learning Frequency-Aware Dynamic Transformers for All-In-One Image Restoration

2024-06-30 · Zenglin Shi, Tong Su, Pei Liu, Yunpeng Wu 외

This work aims to tackle the all-in-one image restoration task, which seeks to handle multiple types of degradation with a single model. The primary challenge is to extract degradation representations from the input degr…

AllDeblurringDenoisingImage Restoration+1

MWFormer: Multi-Weather Image Restoration Using Degradation-Aware Transformers

2024-11-26 · Ruoxi Zhu, Zhengzhong Tu, Jiaming Liu, Alan C. Bovik 외

Restoring images captured under adverse weather conditions is a fundamental task for many computer vision applications. However, most existing weather restoration approaches are only capable of handling a specific type o…

Contrastive LearningImage Restoration

PromptCIR: Blind Compressed Image Restoration with Prompt Learning

2024-04-26 · Bingchen Li, Xin Li, Yiting Lu, Ruoyu Feng 외

Blind Compressed Image Restoration (CIR) has garnered significant attention due to its practical applications. It aims to mitigate compression artifacts caused by unknown quality factors, particularly with JPEG codecs. E…

Image EnhancementImage RestorationPrompt Learning