Deep CNN for Removal of Salt and Pepper Noise

Yan Xing,Jian Xu,Jieqing Tan,Daolun Li,Wenshu Zha
DOI: https://doi.org/10.1049/iet-ipr.2018.6004
IF: 2.3
2019-01-01
IET Image Processing
Abstract:Image denoising is a common problem during image processing. Salt and pepper noise may contaminate an image by randomly converting some pixel values into 255 or 0. The traditional image denoising algorithm is based on filter design or interpolation algorithm. There exists no work using the convolutional neural network (CNN) to directly remove salt and pepper noise to the authors' knowledge. In this study, they utilise CNN with the multi-layer structure for the removal of salt and pepper noise, which contains padding, batch normalisation and rectified linear unit. In training, they divide images into three parts: training set, validation set and test set. Experimental results demonstrate that the architecture can effectively remove salt and pepper noise for the various noisy images. In addition, their model can remove high-density noise well due to the extensive local receptive fields of the deep neural networks. Finally, extensive experimental results show that their denoiser is effective for those images with a large number of interference pixels which may cause misjudgement. In a word, they generalise the application of CNN to salt and pepper noise removal and obtain competitive results.
What problem does this paper attempt to address?