paper-with-me

홈 › Papers

Understanding and Enhancing Mamba-Transformer Hybrids for Memory Recall and Language Modeling

2025-10-30 · Hyunji Lee, Wenhao Yu, Hongming Zhang, Kaixin Ma, Jiyeon Kim, Dong Yu, Minjoon Seo arxiv

Hybrid models that combine state space models (SSMs) with attention mechanisms have shown strong performance by leveraging the efficiency of SSMs and the high recall ability of attention. However, the architectural design choices behind these hybrid models remain insufficiently understood. In this work, we analyze hybrid architectures through the lens of memory utilization and overall performance, and propose a complementary method to further enhance their effectiveness. We first examine the distinction between sequential and parallel integration of SSM and attention layers. Our analysis reveals several interesting findings, including that sequential hybrids perform better on shorter contexts, whereas parallel hybrids are more effective for longer contexts. We also introduce a data-centric approach of continually training on datasets augmented with paraphrases, which further enhances recall while preserving other capabilities. It generalizes well across different base models and outperforms architectural modifications aimed at enhancing recall. Our findings provide a deeper understanding of hybrid SSM-attention models and offer practical guidance for designing architectures tailored to various use cases. Our findings provide a deeper understanding of hybrid SSM-attention models and offer practical guidance for designing architectures tailored to various use cases.

📄 PDF Abstract BibTeX arXiv:2510.26912

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LongMamba: Enhancing Mamba's Long Context Capabilities via Training-Free Receptive Field Enlargement

2025-04-22 · Zhifan Ye, Kejing Xia, Yonggan Fu, Xin Dong 외

State space models (SSMs) have emerged as an efficient alternative to Transformer models for language modeling, offering linear computational complexity and constant memory usage as context length increases. However, des…

BenchmarkingLanguage ModelingLanguage ModellingLong-Context Understanding+2

Pretrained Hybrids with MAD Skills

2024-06-02 · Nicholas Roberts, Samuel Guo, Zhiqi Gao, Satya Sai Srinath Namburi GNVV 외

While Transformers underpin modern large language models (LMs), there is a growing list of alternative architectures with new capabilities, promises, and tradeoffs. This makes choosing the right LM architecture challengi…

MambaNeural Architecture SearchState Space Models

Forget Attention: Importance-Aware Attention Is All You Need

2026-06-01 · Suhyeong Shin, Yeongwook Yang arxiv

Combining attention's global retrieval with the sequential importance signal of state space models (SSMs) is the open challenge of hybrid language modeling. Transformers see everywhere but cannot prioritize; SSMs know wh…

MaTVLM: Hybrid Mamba-Transformer for Efficient Vision-Language Modeling

2025-03-17 · Yingyue Li, Bencheng Liao, Wenyu Liu, Xinggang Wang

With the advancement of RNN models with linear complexity, the quadratic complexity challenge of transformers has the potential to be overcome. Notably, the emerging Mamba-2 has demonstrated competitive performance, brid…

GPULanguage ModelingLanguage ModellingMamba

MTMamba: Enhancing Multi-Task Dense Scene Understanding by Mamba-Based Decoders

2024-07-02 · Baijiong Lin, Weisen Jiang, Pengguang Chen, Yu Zhang 외

Multi-task dense scene understanding, which learns a model for multiple dense prediction tasks, has a wide range of application scenarios. Modeling long-range dependency and enhancing cross-task interactions are crucial …

Boundary DetectionHuman ParsingMambaScene Understanding+1