paper-with-me

홈 › Papers

Learning A Sparse Transformer Network for Effective Image Deraining

2023-03-21 · CVPR 2023 1 · Xiang Chen, Hao Li, Mingqiang Li, Jinshan Pan

Transformers-based methods have achieved significant performance in image deraining as they can model the non-local information which is vital for high-quality image reconstruction. In this paper, we find that most existing Transformers usually use all similarities of the tokens from the query-key pairs for the feature aggregation. However, if the tokens from the query are different from those of the key, the self-attention values estimated from these tokens also involve in feature aggregation, which accordingly interferes with the clear image restoration. To overcome this problem, we propose an effective DeRaining network, Sparse Transformer (DRSformer) that can adaptively keep the most useful self-attention values for feature aggregation so that the aggregated features better facilitate high-quality image reconstruction. Specifically, we develop a learnable top-k selection operator to adaptively retain the most crucial attention scores from the keys for each query for better feature aggregation. Simultaneously, as the naive feed-forward network in Transformers does not model the multi-scale information that is important for latent clear image restoration, we develop an effective mixed-scale feed-forward network to generate better features for image deraining. To learn an enriched set of hybrid features, which combines local context from CNN operators, we equip our model with mixture of experts feature compensator to present a cooperation refinement deraining scheme. Extensive experimental results on the commonly used benchmarks demonstrate that the proposed method achieves favorable performance against state-of-the-art approaches. The source code and trained models are available at https://github.com/cschenxiang/DRSformer.

📄 PDF Abstract BibTeX arXiv:2303.11950

Code (1)

cschenxiang/drsformer 공식 구현 pytorch

Tasks

Image ReconstructionImage RestorationMixture-of-ExpertsRain Removal

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Linear Warmup With Cosine Annealing Linear Warmup With Cosine Annealing is a learning rate schedule where we increase the learning rate linearly for $n$ updates and then anneal according to a cosine schedule…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Weight Decay 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

Learning Image Deraining Transformer Network with Dynamic Dual Self-Attention

2023-08-15 · Zhentao Fan, Hongming Chen, Yufeng Li

Recently, Transformer-based architecture has been introduced into single image deraining task due to its advantage in modeling non-local information. However, existing approaches tend to integrate global features based o…

Image ReconstructionRain RemovalSingle Image Deraining

Dual-Path Coupled Image Deraining Network via Spatial-Frequency Interaction

2024-02-07 · Yuhong He, Aiwen Jiang, Lingfang Jiang, Zhifeng Wang 외

Transformers have recently emerged as a significant force in the field of image deraining. Existing image deraining methods utilize extensive research on self-attention. Though showcasing impressive results, they tend to…

Rain Removal

A Hybrid CNN-Transformer Architecture with Frequency Domain Contrastive Learning for Image Deraining

2023-08-07 · Cheng Wang, Wei Li

Image deraining is a challenging task that involves restoring degraded images affected by rain streaks.

Contrastive LearningRain Removal

Gabor-guided transformer for single image deraining

2024-03-12 · Sijin He, Guangfeng Lin

Image deraining have have gained a great deal of attention in order to address the challenges posed by the effects of harsh weather conditions on visual tasks. While convolutional neural networks (CNNs) are popular, thei…

Rain RemovalSingle Image Deraining

Magic ELF: Image Deraining Meets Association Learning and Transformer

2022-07-21 · Kui Jiang, Zhongyuan Wang, Chen Chen, Zheng Wang 외

Convolutional neural network (CNN) and Transformer have achieved great success in multimedia applications. However, little effort has been made to effectively and efficiently harmonize these two architectures to satisfy …

Rain Removal