English

Multi-stage image denoising with the wavelet transform

Image and Video Processing 2022-10-04 v3 Computer Vision and Pattern Recognition

Abstract

Deep convolutional neural networks (CNNs) are used for image denoising via automatically mining accurate structure information. However, most of existing CNNs depend on enlarging depth of designed networks to obtain better denoising performance, which may cause training difficulty. In this paper, we propose a multi-stage image denoising CNN with the wavelet transform (MWDCNN) via three stages, i.e., a dynamic convolutional block (DCB), two cascaded wavelet transform and enhancement blocks (WEBs) and a residual block (RB). DCB uses a dynamic convolution to dynamically adjust parameters of several convolutions for making a tradeoff between denoising performance and computational costs. WEB uses a combination of signal processing technique (i.e., wavelet transformation) and discriminative learning to suppress noise for recovering more detailed information in image denoising. To further remove redundant features, RB is used to refine obtained features for improving denoising effects and reconstruct clean images via improved residual dense architectures. Experimental results show that the proposed MWDCNN outperforms some popular denoising methods in terms of quantitative and qualitative analysis. Codes are available at https://github.com/hellloxiaotian/MWDCNN.

Keywords

Cite

@article{arxiv.2209.12394,
  title  = {Multi-stage image denoising with the wavelet transform},
  author = {Chunwei Tian and Menghua Zheng and Wangmeng Zuo and Bob Zhang and Yanning Zhang and David Zhang},
  journal= {arXiv preprint arXiv:2209.12394},
  year   = {2022}
}
R2 v1 2026-06-28T02:04:11.850Z