SOTAVerified

Selective Residual M-Net for Real Image Denoising

2022-03-03Code Available1· sign in to hype

Chi-Mao Fan, Tsung-Jung Liu, Kuan-Hsien Liu

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Image restoration is a low-level vision task which is to restore degraded images to noise-free images. With the success of deep neural networks, the convolutional neural networks surpass the traditional restoration methods and become the mainstream in the computer vision area. To advance the performanceof denoising algorithms, we propose a blind real image denoising network (SRMNet) by employing a hierarchical architecture improved from U-Net. Specifically, we use a selective kernel with residual block on the hierarchical structure called M-Net to enrich the multi-scale semantic information. Furthermore, our SRMNet has competitive performance results on two synthetic and two real-world noisy datasets in terms of quantitative metrics and visual quality. The source code and pretrained model are available at https://github.com/TentativeGitHub/SRMNet.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
SIDDSRMNetPSNR (sRGB)39.72Unverified

Reproductions