paper-with-me

홈 › Papers

Dual Residual Attention Network for Image Denoising

2023-05-07 · Wencong Wu, Shijie Liu, Yi Zhou, Yungang Zhang, Yu Xiang

In image denoising, deep convolutional neural networks (CNNs) can obtain favorable performance on removing spatially invariant noise. However, many of these networks cannot perform well on removing the real noise (i.e. spatially variant noise) generated during image acquisition or transmission, which severely sets back their application in practical image denoising tasks. Instead of continuously increasing the network depth, many researchers have revealed that expanding the width of networks can also be a useful way to improve model performance. It also has been verified that feature filtering can promote the learning ability of the models. Therefore, in this paper, we propose a novel Dual-branch Residual Attention Network (DRANet) for image denoising, which has both the merits of a wide model architecture and attention-guided feature learning. The proposed DRANet includes two different parallel branches, which can capture complementary features to enhance the learning ability of the model. We designed a new residual attention block (RAB) and a novel hybrid dilated residual attention block (HDRAB) for the upper and the lower branches, respectively. The RAB and HDRAB can capture rich local features through multiple skip connections between different convolutional layers, and the unimportant features are dropped by the residual attention modules. Meanwhile, the long skip connections in each branch, and the global feature fusion between the two parallel branches can capture the global features as well. Moreover, the proposed DRANet uses downsampling operations and dilated convolutions to increase the size of the receptive field, which can enable DRANet to capture more image context information. Extensive experiments demonstrate that compared with other state-of-the-art denoising methods, our DRANet can produce competitive denoising performance both on synthetic and real-world noise removal.

📄 PDF Abstract BibTeX arXiv:2305.04269

Code (1)

WenCongWu/DRANet 공식 구현 pytorch

Tasks

DenoisingImage Denoising

Similar Papers 제목 키워드 기반

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

Two-stage Progressive Residual Dense Attention Network for Image Denoising

2024-01-05 · Wencong Wu, An Ge, Guannan Lv, Yuelong Xia 외

Deep convolutional neural networks (CNNs) for image denoising can effectively exploit rich hierarchical features and have achieved great success. However, many deep CNN-based denoising models equally utilize the hierarch…

DenoisingImage Denoising

Learning Medical Image Denoising with Deep Dynamic Residual Attention Network

2020-12-09 · S M A Sharif, Rizwan Ali Naqvi 2, Mithun Biswas

Image denoising performs a prominent role in medical image analysis. In many cases, it can drastically accelerate the diagnostic process by enhancing the perceptual quality of noisy image samples. However, despite the ex…

DenoisingDiagnosticFeature CorrelationImage Denoising+2

Attention Mechanism Enhanced Kernel Prediction Networks for Denoising of Burst Images

2019-10-18 · Bin Zhang, Shenyao Jin, Yili Xia, Yongming Huang 외

Deep learning based image denoising methods have been extensively investigated. In this paper, attention mechanism enhanced kernel prediction networks (AME-KPNs) are proposed for burst image denoising, in which, nearly c…

DenoisingImage Denoising

Beyond a Gaussian Denoiser: Residual Learning of Deep CNN for Image Denoising

2016-08-13 · Kai Zhang, WangMeng Zuo, Yunjin Chen, Deyu Meng 외

Discriminative model learning for image denoising has been recently attracting considerable attentions due to its favorable denoising performance. In this paper, we take one step forward by investigating the construction…

Color Image DenoisingDenoisingGPUImage Deblocking+4