paper-with-me

Papers

InfoMamba: An Attention-Free Hybrid Mamba-Transformer Model

2026-03-08 · Youjin Wang, Jiaqiao Zhao, Rong Fu, Run Zhou, Ruizhe Zhang, Jiani Liang, Suisuai Cao, Feng Zhou arxiv

Balancing fine-grained local modeling with long-range dependency capture under computational constraints remains a central challenge in sequence modeling. While Transformers provide strong token mixing, they suffer from quadratic complexity, whereas Mamba-style selective state-space models (SSMs) scale linearly but often struggle to capture high-rank and synchronous global interactions. We present a consistency boundary analysis that characterizes when diagonal short-memory SSMs can approximate causal attention and identifies structural gaps that remain. Motivated by this analysis, we propose InfoMamba, an attention-free hybrid architecture. InfoMamba replaces token-level self-attention with a concept bottleneck linear filtering layer that serves as a minimal-bandwidth global interface and integrates it with a selective recurrent stream through information-maximizing fusion (IMF). IMF dynamically injects global context into the SSM dynamics and encourages complementary information usage through a mutual-information-inspired objective. Extensive experiments on classification, dense prediction, and non-vision tasks show that InfoMamba consistently outperforms strong Transformer and SSM baselines, achieving competitive accuracy-efficiency trade-offs while maintaining near-linear scaling.

📄 PDF Abstract BibTeX arXiv:2603.18031

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Falcon Mamba: The First Competitive Attention-free 7B Language Model

2024-10-07 · Jingwei Zuo, Maksim Velikanov, Dhia Eddine Rhaiem, Ilyas Chahed 외

In this technical report, we present Falcon Mamba 7B, a new base large language model based on the novel Mamba architecture. Falcon Mamba 7B is trained on 5.8 trillion tokens with carefully selected data mixtures. As a p…

Language ModelingLanguage ModellingLarge Language ModelMamba

VMatcher: State-Space Semi-Dense Local Feature Matching

2025-07-31 · Ali Youssef arxiv

This paper introduces VMatcher, a hybrid Mamba-Transformer network for semi-dense feature matching between image pairs. Learning-based feature matching methods, whether detector-based or detector-free, achieve state-of-t…

Pose Magic: Efficient and Temporally Consistent Human Pose Estimation with a Hybrid Mamba-GCN Network

2024-08-06 · Xinyi Zhang, Qiqi Bao, Qinpeng Cui, Wenming Yang 외

Current state-of-the-art (SOTA) methods in 3D Human Pose Estimation (HPE) are primarily based on Transformers. However, existing Transformer-based 3D HPE backbones often encounter a trade-off between accuracy and computa…

3D Human Pose EstimationComputational EfficiencyLong-range modelingMamba+2

MatIR: A Hybrid Mamba-Transformer Image Restoration Model

2025-01-30 · Juan Wen, Weiyan Hou, Luc van Gool, Radu Timofte

In recent years, Transformers-based models have made significant progress in the field of image restoration by leveraging their inherent ability to capture complex contextual features. Recently, Mamba models have made a …

Computational EfficiencyImage InpaintingImage RestorationMamba+1

HybridTM: Combining Transformer and Mamba for 3D Semantic Segmentation

2025-07-24 · Xinyu Wang, Jinghua Hou, Zhe Liu, Yingying Zhu arxiv

Transformer-based methods have demonstrated remarkable capabilities in 3D semantic segmentation through their powerful attention mechanisms, but the quadratic complexity limits their modeling of long-range dependencies i…

3D Semantic SegmentationPoint Clouds