A Hybrid Transformer-Mamba Network for Single Image Deraining
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.
Code (1)
Tasks
MambaRain RemovalSingle Image DerainingMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
PRISM: Progressive Rain removal with Integrated State-space Modeling
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 RemovalDeRainMamba: A Frequency-Aware State Space Model with Detail Enhancement for Image Deraining
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 RemovalFourierMamba: Fourier Learning Integration with State Space Models for Image Deraining
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 ModelsA Hybrid CNN-Transformer Architecture with Frequency Domain Contrastive Learning for Image Deraining
Image deraining is a challenging task that involves restoring degraded images affected by rain streaks.
Contrastive LearningRain RemovalFreqMamba: Viewing Mamba from a Frequency Perspective for Image Deraining
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