Share your thoughts, 1 month free Claude Pro on usSee more
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
672
Image DenoisingBSD68
PSNR26.75
419
Image DeblurringGoPro
PSNR28.82
414
DerainingRain100L
PSNR38.65
280
Image DerainingRain100L
PSNR38.65
249
DehazingSOTS
PSNR31.87
238
Low-light Image EnhancementLOL v1
PSNR23.82
195
Image DehazingSOTS
PSNR31.87
171
Low-light Image EnhancementLOL
PSNR23.82
162
Image DehazingSOTS (test)
PSNR31.64
161
Showing 10 of 127 rows
...

Other info

Code

Follow for update