Image Blind Denoising Using Dual Convolutional Neural Network with Skip Connection
Wencong Wu, Shicheng Liao, Guannan Lv, Peng Liang, Yungang Zhang

TL;DR
This paper introduces DCBDNet, a dual CNN model with skip connections for image denoising that balances performance and complexity, effectively removing various noise types with fewer parameters.
Contribution
The paper proposes a novel dual CNN architecture with noise estimation and skip connections, achieving competitive denoising with reduced model complexity.
Findings
Effective removal of Gaussian, spatially variant, and real noise.
Achieves a good trade-off between denoising performance and model complexity.
Competitive results on benchmark datasets.
Abstract
In recent years, deep convolutional neural networks have shown fascinating performance in the field of image denoising. However, deeper network architectures are often accompanied with large numbers of model parameters, leading to high training cost and long inference time, which limits their application in practical denoising tasks. In this paper, we propose a novel dual convolutional blind denoising network with skip connection (DCBDNet), which is able to achieve a desirable balance between the denoising effect and network complexity. The proposed DCBDNet consists of a noise estimation network and a dual convolutional neural network (CNN). The noise estimation network is used to estimate the noise level map, which improves the flexibility of the proposed model. The dual CNN contains two branches: a u-shaped sub-network is designed for the upper branch, and the lower branch is composed…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImage and Signal Denoising Methods · Advanced Image Fusion Techniques · Photoacoustic and Ultrasonic Imaging
MethodsConvolution · Dilated Convolution
