CVJun 18, 2024

Restorer: Removing Multi-Degradation with All-Axis Attention and Prompt Guidance

arXiv:2406.12587v2
Originality Incremental advance
AI Analysis

This addresses the need for efficient, multi-degradation image restoration in real-world applications, though it is incremental over existing all-in-one approaches.

The authors tackled the problem of task confusion in all-in-one image restoration models by introducing Restorer, a Transformer-based model with All-Axis Attention and textual prompts, which achieved state-of-the-art performance across multiple tasks using a single set of parameters.

There are many excellent solutions in image restoration.However, most methods require on training separate models to restore images with different types of degradation.Although existing all-in-one models effectively address multiple types of degradation simultaneously, their performance in real-world scenarios is still constrained by the task confusion problem.In this work, we attempt to address this issue by introducing \textbf{Restorer}, a novel Transformer-based all-in-one image restoration model.To effectively address the complex degradation present in real-world images, we propose All-Axis Attention (AAA), a mechanism that simultaneously models long-range dependencies across both spatial and channel dimensions, capturing potential correlations along all axes.Additionally, we introduce textual prompts in Restorer to incorporate explicit task priors, enabling the removal of specific degradation types based on user instructions. By iterating over these prompts, Restorer can handle composite degradation in real-world scenarios without requiring additional training.Based on these designs, Restorer with one set of parameters demonstrates state-of-the-art performance in multiple image restoration tasks compared to existing all-in-one and even single-task models.Additionally, Restorer is efficient during inference, suggesting the potential in real-world applications.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes