Simple Baselines for Image Restoration

10 Apr 2022  Â·  Liangyu Chen, Xiaojie Chu, Xiangyu Zhang, Jian Sun ·

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.

PDF Abstract

Results from the Paper


Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Image Deblurring GoPro NAFNet - TLC PSNR 33.69 # 10
SSIM 0.967 # 5
Params (M) 67.89 # 16
Deblurring GoPro NAFNet PSNR 33.69 # 8
SSIM 0.967 # 6
Deblurring MSU BASED NAFNet (REDS) SSIM 0.95035 # 1
PSNR 30.54803 # 10
VMAF 66.85941 # 5
LPIPS 0.08561 # 9
ERQAv2.0 0.74508 # 5
Subjective 2.8405 # 1
Image Denoising SIDD NAFNet PSNR (sRGB) 40.30 # 3
SSIM (sRGB) 0.961 # 5

Methods