Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Degradation-Aware Feature Perturbation for All-in-One Image Restoration

About

All-in-one image restoration aims to recover clear images from various degradation types and levels with a unified model. Nonetheless, the significant variations among degradation types present challenges for training a universal model, often resulting in task interference, where the gradient update directions of different tasks may diverge due to shared parameters. To address this issue, motivated by the routing strategy, we propose DFPIR, a novel all-in-one image restorer that introduces Degradation-aware Feature Perturbations(DFP) to adjust the feature space to align with the unified parameter space. In this paper, the feature perturbations primarily include channel-wise perturbations and attention-wise perturbations. Specifically, channel-wise perturbations are implemented by shuffling the channels in high-dimensional space guided by degradation types, while attention-wise perturbations are achieved through selective masking in the attention space. To achieve these goals, we propose a Degradation-Guided Perturbation Block (DGPB) to implement these two functions, positioned between the encoding and decoding stages of the encoder-decoder architecture. Extensive experimental results demonstrate that DFPIR achieves state-of-the-art performance on several all-in-one image restoration tasks including image denoising, image dehazing, image deraining, motion deblurring, and low-light image enhancement. Our codes are available at https://github.com/TxpHome/DFPIR.

Xiangpeng Tian, Xiangyu Liao, Xiao Liu, Meng Li, Chao Ren• 2025

Related benchmarks

TaskDatasetResultRank
Image DeblurringGoPro (test)
PSNR28.82
585
Image DeblurringGoPro
PSNR28.82
221
Image DehazingSOTS (test)
PSNR31.64
161
Image DerainingRain100L (test)
PSNR37.62
161
Image DerainingRain100L
PSNR38.65
152
Low-light Image EnhancementLOL
PSNR23.82
122
DerainingRain100L
PSNR38.65
116
Image DehazingSOTS Outdoor
PSNR31.87
112
Low-light Image EnhancementLOL (test)
PSNR23.82
97
Image DehazingSOTS
PSNR31.87
95
Showing 10 of 49 rows

Other info

Code

Follow for update