paper-with-me

Papers

A Hybrid Transformer-Mamba Network for Single Image Deraining

2024-08-31 · Shangquan Sun, Wenqi Ren, Juxiang Zhou, Jianhou Gan, Rui Wang, Xiaochun Cao

Existing deraining Transformers employ self-attention mechanisms with fixed-range windows or along channel dimensions, limiting the exploitation of non-local receptive fields. In response to this issue, we introduce a novel dual-branch hybrid Transformer-Mamba network, denoted as TransMamba, aimed at effectively capturing long-range rain-related dependencies. Based on the prior of distinct spectral-domain features of rain degradation and background, we design a spectral-banded Transformer blocks on the first branch. Self-attention is executed within the combination of the spectral-domain channel dimension to improve the ability of modeling long-range dependencies. To enhance frequency-specific information, we present a spectral enhanced feed-forward module that aggregates features in the spectral domain. In the second branch, Mamba layers are equipped with cascaded bidirectional state space model modules to additionally capture the modeling of both local and global information. At each stage of both the encoder and decoder, we perform channel-wise concatenation of dual-branch features and achieve feature fusion through channel reduction, enabling more effective integration of the multi-scale information from the Transformer and Mamba branches. To better reconstruct innate signal-level relations within clean images, we also develop a spectral coherence loss. Extensive experiments on diverse datasets and real-world images demonstrate the superiority of our method compared against the state-of-the-art approaches.

📄 PDF Abstract BibTeX arXiv:2409.00410

Code (1)

sunshangquan/transmamba 공식 구현 pytorch

Tasks

MambaRain RemovalSingle Image Deraining

Methods 이 논문이 사용한 방법론

Attention 설명 없음
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…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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$…
Mamba Foundation models, now powering most of the exciting applications in deep learning, are almost universally based on the Transformer architecture and its core attention module.…
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…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…

Similar Papers 제목 키워드 기반

PRISM: Progressive Rain removal with Integrated State-space Modeling

2025-09-30 · Pengze Xue, Shanwen Wang, Fei Zhou, Yan Cui 외 arxiv

Image deraining is an essential vision technique that removes rain streaks and water droplets, enhancing clarity for critical vision tasks like autonomous driving. However, current single-scale models struggle with fine-…

Autonomous DrivingRain Removal

DeRainMamba: A Frequency-Aware State Space Model with Detail Enhancement for Image Deraining

2025-10-08 · Zhiliang Zhu, Tao Zeng, Tao Yang, Guoliang Luo 외 arxiv

Image deraining is crucial for improving visual quality and supporting reliable downstream vision tasks. Although Mamba-based models provide efficient sequence modeling, their limited ability to capture fine-grained deta…

Single Image DerainingRain Removal

FourierMamba: Fourier Learning Integration with State Space Models for Image Deraining

2024-05-29 · Dong Li, Yidi Liu, Xueyang Fu, Senyan Xu 외

Image deraining aims to remove rain streaks from rainy images and restore clear backgrounds. Currently, some research that employs the Fourier transform has proved to be effective for image deraining, due to it acting as…

MambaRain RemovalState Space Models

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

FreqMamba: Viewing Mamba from a Frequency Perspective for Image Deraining

2024-04-15 · Zou Zhen, Yu Hu, Zhao Feng

Images corrupted by rain streaks often lose vital frequency information for perception, and image deraining aims to solve this issue which relies on global and local degradation modeling. Recent studies have witnessed th…

MambaRain Removal