AAAI2021

Efficient Deep Image Denoising via Class Specific Convolution

Lu Xu, Jiawei Zhang, Xuanye Cheng, Feng Zhang, Xing Wei, Jimmy S. J. Ren

15 citations

Abstract

Deep neural networks have been widely used in image denoising during the past few years. Even though they achieve great success on this problem, they are computationally inefficient which makes them inappropriate to be implemented in mobile devices. In this paper, we propose an efficient deep neural network for image denoising based on pixel-wise classification 1 . Despite using a computationally efficient network cannot effectively remove the noises from any content, it is still capable to denoise from a specific type of pattern or texture. The proposed method follows such a divide and conquer scheme. We first use an efficient U-net to pixel-wisely classify pixels in the noisy image based on the local gradient statistics. Then we replace part of the convolution layers in existing denoising networks by the proposed Class Specific Convolution layers (CSConv) which use different weights for different classes of pixels. Quantitative and qualitative evaluations on public datasets demonstrate that the proposed method can reduce the computational costs without sacrificing the performance compared to state-of-the-art algorithms. 2007; Zoran and Weiss 2011; Dong et al. 2012; Gu et al. 2014) have been proposed to solve this problem in the last decade. Even though they are effective to remove noises, their computational costs are high because of the complex optimization process as well as block matching procedure which make them inappropriate to be deployed in mobile devices. Recently, deep neural networks have been widely used in image denoising (