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

Simple Baselines for Image Restoration

About

Although there have been significant advances in the field of image restoration recently, the system complexity of the state-of-the-art (SOTA) methods is increasing as well, which may hinder the convenient analysis and comparison of methods. In this paper, we propose a simple baseline that exceeds the SOTA methods and is computationally efficient. To further simplify the baseline, we reveal that the nonlinear activation functions, e.g. Sigmoid, ReLU, GELU, Softmax, etc. are not necessary: they could be replaced by multiplication or removed. Thus, we derive a Nonlinear Activation Free Network, namely NAFNet, from the baseline. SOTA results are achieved on various challenging benchmarks, e.g. 33.69 dB PSNR on GoPro (for image deblurring), exceeding the previous SOTA 0.38 dB with only 8.4% of its computational costs; 40.30 dB PSNR on SIDD (for image denoising), exceeding the previous SOTA 0.28 dB with less than half of its computational costs. The code and the pre-trained models are released at https://github.com/megvii-research/NAFNet.

Liangyu Chen, Xiaojie Chu, Xiangyu Zhang, Jian Sun• 2022

Related benchmarks

TaskDatasetResultRank
Image DeblurringGoPro (test)
PSNR33.75
585
Image DenoisingBSD68
PSNR33.67
297
Image ClassificationImageNet (test)
Top-1 Accuracy70.8
291
Image ClassificationCUB
Accuracy53.82
249
Image DeblurringRealBlur-J (test)
PSNR33.12
226
Image DenoisingUrban100
PSNR33.14
222
Image DeblurringGoPro
PSNR33.71
221
Image DeblurringHIDE (test)
PSNR31.32
207
Image DehazingSOTS (test)
PSNR30.98
161
Image DerainingRain100L (test)
PSNR31.45
161
Showing 10 of 137 rows
...

Other info

Code

Follow for update