English

Gated Texture CNN for Efficient and Configurable Image Denoising

Computer Vision and Pattern Recognition 2020-04-21 v2

Abstract

Convolutional neural network (CNN)-based image denoising methods typically estimate the noise component contained in a noisy input image and restore a clean image by subtracting the estimated noise from the input. However, previous denoising methods tend to remove high-frequency information (e.g., textures) from the input. It caused by intermediate feature maps of CNN contains texture information. A straightforward approach to this problem is stacking numerous layers, which leads to a high computational cost. To achieve high performance and computational efficiency, we propose a gated texture CNN (GTCNN), which is designed to carefully exclude the texture information from each intermediate feature map of the CNN by incorporating gating mechanisms. Our GTCNN achieves state-of-the-art performance with 4.8 times fewer parameters than previous state-of-the-art methods. Furthermore, the GTCNN allows us to interactively control the texture strength in the output image without any additional modules, training, or computational costs.

Keywords

Cite

@article{arxiv.2003.07042,
  title  = {Gated Texture CNN for Efficient and Configurable Image Denoising},
  author = {Kaito Imai and Takamichi Miyata},
  journal= {arXiv preprint arXiv:2003.07042},
  year   = {2020}
}

Comments

code is available: https://github.com/mdipcit/GTCNN

R2 v1 2026-06-23T14:15:46.209Z