Multi-Stage Progressive Image Restoration

Image restoration tasks demand a complex balance between spatial details and high-level contextualized information while recovering images. In this paper, we propose a novel synergistic design that can optimally balance these competing goals. Our main proposal is a multi-stage architecture, that progressively learns restoration functions for the degraded inputs, thereby breaking down the overall recovery process into more manageable steps. Specifically, our model first learns the contextualized features using encoder-decoder architectures and later combines them with a high-resolution branch that retains local information. At each stage, we introduce a novel per-pixel adaptive design that leverages in-situ supervised attention to reweight the local features. A key ingredient in such a multi-stage architecture is the information exchange between different stages. To this end, we propose a two-faceted approach where the information is not only exchanged sequentially from early to late stages, but lateral connections between feature processing blocks also exist to avoid any loss of information. The resulting tightly interlinked multi-stage architecture, named as MPRNet, delivers strong performance gains on ten datasets across a range of tasks including image deraining, deblurring, and denoising. The source code and pre-trained models are available at https://github.com/swz30/MPRNet.

PDF Abstract CVPR 2021 PDF CVPR 2021 Abstract

Results from the Paper


Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Spectral Reconstruction ARAD-1K MPRNet PSNR 33.50 # 3
MRAE 0.1817 # 3
RMSE 0.0270 # 3
Image Denoising DND MPRNet PSNR (sRGB) 39.80 # 6
SSIM (sRGB) 0.954 # 7
Deblurring GoPro MPRNet PSNR 32.66 # 25
SSIM 0.959 # 21
Image Deblurring GoPro MPRNet PSNR 32.66 # 23
SSIM 0.959 # 20
Params (M) 20.1 # 10
Deblurring HIDE (trained on GOPRO) MPRNet PSNR (sRGB) 30.96 # 10
SSIM (sRGB) 0.939 # 11
Params (M) 20.1 # 5
Single Image Deraining Rain100H MPRNet PSNR 30.41 # 7
SSIM 0.89 # 9
Single Image Deraining Rain100L MPRNet PSNR 36.40 # 11
SSIM 0.965 # 12
Deblurring RealBlur-J MPRNet SSIM (sRGB) 0.922 # 7
PSNR (sRGB) 31.76 # 8
Params(M) 20.1 # 6
Deblurring RealBlur-J (trained on GoPro) MPRNet PSNR (sRGB) 28.70 # 8
SSIM (sRGB) 0.873 # 8
Deblurring RealBlur-R MPRNet PSNR (sRGB) 39.31 # 7
SSIM (sRGB) 0.972 # 3
Deblurring RealBlur-R (trained on GoPro) MPRNet PSNR (sRGB) 35.99 # 7
SSIM (sRGB) 0.952 # 8
Deblurring RSBlur MPRNet Average PSNR 33.61 # 4
Image Denoising SIDD MPRNet PSNR (sRGB) 39.71 # 11
SSIM (sRGB) 0.958 # 11
Single Image Deraining Test100 MPRNet PSNR 30.27 # 6
SSIM 0.897 # 6
Single Image Deraining Test1200 MPRNet PSNR 32.91 # 7
SSIM 0.916 # 8
Single Image Deraining Test2800 MPRNet PSNR 33.64 # 5
SSIM 0.938 # 4

Methods