paper-with-me

홈 › Papers

ReMamba: Equip Mamba with Effective Long-Sequence Modeling

2024-08-28 · Danlong Yuan, Jiahao Liu, Bei Li, Huishuai Zhang, Jingang Wang, Xunliang Cai, Dongyan Zhao

While the Mamba architecture demonstrates superior inference efficiency and competitive performance on short-context natural language processing (NLP) tasks, empirical evidence suggests its capacity to comprehend long contexts is limited compared to transformer-based models. In this study, we investigate the long-context efficiency issues of the Mamba models and propose ReMamba, which enhances Mamba's ability to comprehend long contexts. ReMamba incorporates selective compression and adaptation techniques within a two-stage re-forward process, incurring minimal additional inference costs overhead. Experimental results on the LongBench and L-Eval benchmarks demonstrate ReMamba's efficacy, improving over the baselines by 3.2 and 1.6 points, respectively, and attaining performance almost on par with same-size transformer models.

📄 PDF Abstract BibTeX arXiv:2408.15496

Code (1)

lblankl/remamba 공식 구현 pytorch

Tasks

Mamba

Methods 이 논문이 사용한 방법론

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.…

Similar Papers 제목 키워드 기반

DeflareMamba: Hierarchical Vision Mamba for Contextually Consistent Lens Flare Removal

2025-08-04 · Yihang Huang, Yuanfei Huang, Junhui Lin, Hua Huang arxiv

Lens flare removal remains an information confusion challenge in the underlying image background and the optical flares, due to the complex optical interactions between light sources and camera lens. While recent solutio…

Object RecognitionFlare Removal

Breaking Spatial Uniformity: Prior-Guided Mamba with Radial Serialization for Lens Flare Removal

2026-05-08 · Zijia Fu, Yuanfei Huang, Lizhi Wang, Hua Huang arxiv

Lens flares, caused by complex optical aberrations, severely degrade image quality especially in nighttime photography. Although recent restoration methods have made remarkable progress, most still rely on spatially unif…

Long-range modelingFlare Removal

Frequency-Assisted Mamba for Remote Sensing Image Super-Resolution

2024-05-08 · Yi Xiao, Qiangqiang Yuan, Kui Jiang, Yuzeng Chen 외

Recent progress in remote sensing image (RSI) super-resolution (SR) has exhibited remarkable performance using deep neural networks, e.g., Convolutional Neural Networks and Transformers. However, existing SR methods ofte…

Image Super-ResolutionMambaSuper-Resolution

Can Mamba Always Enjoy the "Free Lunch"?

2024-10-04 · Ruifeng Ren, Zhicong Li, Yong liu

Transformers have been the cornerstone of current Large Language Models (LLMs); however, its linear growth in overhead during inference with respect to sequence length poses challenges for modeling long sequences. In thi…

Mamba

Block-Biased Mamba for Long-Range Sequence Processing

2025-05-13 · Annan Yu, N. Benjamin Erichson

Mamba extends earlier state space models (SSMs) by introducing input-dependent dynamics, and has demonstrated strong empirical performance across a range of domains, including language modeling, computer vision, and foun…

Inductive BiasLanguage ModelingLanguage ModellingMamba+1