paper-with-me

홈 › Papers

A cross Transformer for image denoising

2023-10-16 · Chunwei Tian, Menghua Zheng, WangMeng Zuo, Shichao Zhang, Yanning Zhang, Chia-Wen Ling

Deep convolutional neural networks (CNNs) depend on feedforward and feedback ways to obtain good performance in image denoising. However, how to obtain effective structural information via CNNs to efficiently represent given noisy images is key for complex scenes. In this paper, we propose a cross Transformer denoising CNN (CTNet) with a serial block (SB), a parallel block (PB), and a residual block (RB) to obtain clean images for complex scenes. A SB uses an enhanced residual architecture to deeply search structural information for image denoising. To avoid loss of key information, PB uses three heterogeneous networks to implement multiple interactions of multi-level features to broadly search for extra information for improving the adaptability of an obtained denoiser for complex scenes. Also, to improve denoising performance, Transformer mechanisms are embedded into the SB and PB to extract complementary salient features for effectively removing noise in terms of pixel relations. Finally, a RB is applied to acquire clean images. Experiments illustrate that our CTNet is superior to some popular denoising methods in terms of real and synthetic image denoising. It is suitable to mobile digital devices, i.e., phones. Codes can be obtained at https://github.com/hellloxiaotian/CTNet.

📄 PDF Abstract BibTeX arXiv:2310.10408

Code (1)

hellloxiaotian/ctnet 공식 구현 pytorch

Tasks

DenoisingImage Denoising

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Multi-Head Attention 설명 없음
Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

AKDT: Adaptive Kernel Dilation Transformer for Effective Image Denoising

2025-02-26 · VISAPP 2025 2 · Alexandru Brateanu, Raul Balmez, Adrian Avram, Ciprian Orhei

Image denoising is a fundamental yet challenging task, especially when dealing with high-resolution images and complex noise patterns. Most existing methods rely on standard Transformer architectures, which often suffer …

Color Image DenoisingDenoisingImage Denoising

SGDFormer: One-stage Transformer-based Architecture for Cross-Spectral Stereo Image Guided Denoising

2024-03-30 · Runmin Zhang, Zhu Yu, Zehua Sheng, Jiacheng Ying 외

Cross-spectral image guided denoising has shown its great potential in recovering clean images with rich details, such as using the near-infrared image to guide the denoising process of the visible one. To obtain such im…

DenoisingSuper-Resolution

Xformer: Hybrid X-Shaped Transformer for Image Denoising

2023-03-11 · Jiale Zhang, Yulun Zhang, Jinjin Gu, Jiahua Dong 외

In this paper, we present a hybrid X-shaped vision Transformer, named Xformer, which performs notably on image denoising tasks. We explore strengthening the global representation of tokens from different scopes. In detai…

DecoderDenoisingImage Denoising

Switch Diffusion Transformer: Synergizing Denoising Tasks with Sparse Mixture-of-Experts

2024-03-14 · Byeongjun Park, Hyojun Go, Jin-Young Kim, Sangmin Woo 외

Diffusion models have achieved remarkable success across a range of generative tasks. Recent efforts to enhance diffusion model architectures have reimagined them as a form of multi-task learning, where each task corresp…

DenoisingMixture-of-ExpertsMulti-Task Learning

EWT: Efficient Wavelet-Transformer for Single Image Denoising

2023-04-13 · Juncheng Li, Bodong Cheng, Ying Chen, Guangwei Gao 외

Transformer-based image denoising methods have achieved encouraging results in the past year. However, it must uses linear operations to model long-range dependencies, which greatly increases model inference time and con…

DenoisingGPUImage Denoising