Why mamba is effective? Exploit Linear Transformer-Mamba Network for Multi-Modality Image Fusion
Chenguang Zhu, Shan Gao, Huafeng Chen, Guangqian Guo, Chaowei Wang,, Yaoxing Wang, Chen Shu Lei, Quanjiang Fan

TL;DR
This paper introduces Tmamba, a dual-branch image fusion network combining linear Transformer and Mamba to effectively extract and fuse multi-modality images with linear complexity, outperforming existing methods.
Contribution
The paper proposes a novel dual-branch network with cross-modal attention and interaction mechanisms, enhancing feature extraction and fusion for multi-modality images.
Findings
Achieves promising results in infrared-visible image fusion
Effective in medical image fusion tasks
Maintains linear computational complexity
Abstract
Multi-modality image fusion aims to integrate the merits of images from different sources and render high-quality fusion images. However, existing feature extraction and fusion methods are either constrained by inherent local reduction bias and static parameters during inference (CNN) or limited by quadratic computational complexity (Transformers), and cannot effectively extract and fuse features. To solve this problem, we propose a dual-branch image fusion network called Tmamba. It consists of linear Transformer and Mamba, which has global modeling capabilities while maintaining linear complexity. Due to the difference between the Transformer and Mamba structures, the features extracted by the two branches carry channel and position information respectively. T-M interaction structure is designed between the two branches, using global learnable parameters and convolutional layers to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image Fusion Techniques · Image and Signal Denoising Methods
MethodsByte Pair Encoding · Absolute Position Encodings · Softmax · Mamba: Linear-Time Sequence Modeling with Selective State Spaces · Label Smoothing · Linear Layer · Adam · Dropout · Layer Normalization · Dense Connections
