paper-with-me

Papers

Image Blind Denoising Using Dual Convolutional Neural Network with Skip Connection

2023-04-04 · Wencong Wu, Shicheng Liao, Guannan Lv, Peng Liang, Yungang Zhang

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 of the dilated convolution layers. Skip connections between layers are utilized in both the upper and lower branches. The proposed DCBDNet was evaluated on several synthetic and real-world image denoising benchmark datasets. Experimental results have demonstrated that the proposed DCBDNet can effectively remove gaussian noise in a wide range of levels, spatially variant noise and real noise. With a simple model structure, our proposed DCBDNet still can obtain competitive denoising performance compared to the state-of-the-art image denoising models containing complex architectures. Namely, a favorable trade-off between denoising performance and model complexity is achieved. Codes are available at https://github.com/WenCongWu/DCBDNet.

📄 PDF Abstract BibTeX arXiv:2304.01620

Code (1)

WenCongWu/DCBDNet 공식 구현 pytorch

Tasks

DenoisingImage DenoisingNoise Estimation

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Dilated Convolution 설명 없음

Similar Papers 제목 키워드 기반

Blind microscopy image denoising with a deep residual and multiscale encoder/decoder network

2021-05-01 · Fabio Hernán Gil Zuluaga, Francesco Bardozzo, Jorge Iván Ríos Patiño, Roberto Tagliaferri

In computer-aided diagnosis (CAD) focused on microscopy, denoising improves the quality of image analysis. In general, the accuracy of this process may depend both on the experience of the microscopist and on the equipme…

DecoderDenoisingImage DenoisingSpecificity+1

Image Denoising using Attention-Residual Convolutional Neural Networks

2021-01-19 · Rafael G. Pires, Daniel F. S. Santos, Marcos C. S. Santana, Claudio F. G. Santos 외

During the image acquisition process, noise is usually added to the data mainly due to physical limitations of the acquisition sensor, and also regarding imprecisions during the data transmission and manipulation. In tha…

DenoisingImage Denoising

View Blind-spot as Inpainting: Self-Supervised Denoising with Mask Guided Residual Convolution

2021-09-10 · Yuhongze Zhou, Liguang Zhou, Tin Lun Lam, Yangsheng Xu

In recent years, self-supervised denoising methods have shown impressive performance, which circumvent painstaking collection procedure of noisy-clean image pairs in supervised denoising methods and boost denoising appli…

Denoising

Dual convolutional neural network with attention for image blind denoising

2024-09-08 · Multimedia Systems 2024 9 · Wencong Wu, Guannan Lv, Yingying Duan, Peng Liang 외

Noise removal of images is an essential preprocessing procedure for many computer vision tasks. Currently, many denoising models based on deep neural networks can perform well in removing the noise with known distributio…

DenoisingImage DenoisingNoise Estimation

DCANet: Dual Convolutional Neural Network with Attention for Image Blind Denoising

2023-04-04 · Wencong Wu, Guannan Lv, Yingying Duan, Peng Liang 외

Noise removal of images is an essential preprocessing procedure for many computer vision tasks. Currently, many denoising models based on deep neural networks can perform well in removing the noise with known distributio…

DenoisingImage DenoisingNoise Estimation