paper-with-me

홈 › Papers

Dense residual Transformer for image denoising

2022-05-14 · Chao Yao, Shuo Jin, Meiqin Liu, Xiaojuan Ban

Image denoising is an important low-level computer vision task, which aims to reconstruct a noise-free and high-quality image from a noisy image. With the development of deep learning, convolutional neural network (CNN) has been gradually applied and achieved great success in image denoising, image compression, image enhancement, etc. Recently, Transformer has been a hot technique, which is widely used to tackle computer vision tasks. However, few Transformer-based methods have been proposed for low-level vision tasks. In this paper, we proposed an image denoising network structure based on Transformer, which is named DenSformer. DenSformer consists of three modules, including a preprocessing module, a local-global feature extraction module, and a reconstruction module. Specifically, the local-global feature extraction module consists of several Sformer groups, each of which has several ETransformer layers and a convolution layer, together with a residual connection. These Sformer groups are densely skip-connected to fuse the feature of different layers, and they jointly capture the local and global information from the given noisy images. We conduct our model on comprehensive experiments. Experimental results prove that our DenSformer achieves improvement compared to some state-of-the-art methods, both for the synthetic noise data and real noise data, in the objective and subjective evaluations.

📄 PDF Abstract BibTeX arXiv:2205.06944

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingImage CompressionImage DenoisingImage Enhancement

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adam 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Residual Connection 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

GRDN:Grouped Residual Dense Network for Real Image Denoising and GAN-based Real-world Noise Modeling

2019-05-27 · Dong-Wook Kim, Jae Ryun Chung, Seung-Won Jung

Recent research on image denoising has progressed with the development of deep learning architectures, especially convolutional neural networks. However, real-world image denoising is still very challenging because it is…

DenoisingGenerative Adversarial NetworkImage DenoisingNoise Estimation

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

Multi-wavelet residual dense convolutional neural network for image denoising

2020-02-19 · Shuo-Fei Wang, Wen-Kai Yu, Ya-Xin Li

Networks with large receptive field (RF) have shown advanced fitting ability in recent years. In this work, we utilize the short-term residual learning method to improve the performance and robustness of networks for ima…

DenoisingImage Denoising

Eformer: Edge Enhancement based Transformer for Medical Image Denoising

2021-09-16 · Achleshwar Luthra, Harsh Sulakhe, Tanish Mittal, Abhishek Iyer 외

In this work, we present Eformer - Edge enhancement based transformer, a novel architecture that builds an encoder-decoder network using transformer blocks for medical image denoising. Non-overlapping window-based self-a…

DecoderDenoisingImage DenoisingMedical Image Denoising+1

Dense-Sparse Deep Convolutional Neural Networks Training for Image Denoising

2021-07-10 · Basit O. Alawode, Mudassir Masood

Recently, deep learning methods such as the convolutional neural networks have gained prominence in the area of image denoising. This is owing to their proven ability to surpass state-of-the-art classical image denoising…

DenoisingImage Denoising