paper-with-me

Papers

Autoregressive Pretraining with Mamba in Vision

2024-06-11 · Sucheng Ren, Xianhang Li, Haoqin Tu, Feng Wang, Fangxun Shu, Lei Zhang, Jieru Mei, Linjie Yang, Peng Wang, Heng Wang, Alan Yuille, Cihang Xie

The vision community has started to build with the recently developed state space model, Mamba, as the new backbone for a range of tasks. This paper shows that Mamba's visual capability can be significantly enhanced through autoregressive pretraining, a direction not previously explored. Efficiency-wise, the autoregressive nature can well capitalize on the Mamba's unidirectional recurrent structure, enabling faster overall training speed compared to other training strategies like mask modeling. Performance-wise, autoregressive pretraining equips the Mamba architecture with markedly higher accuracy over its supervised-trained counterparts and, more importantly, successfully unlocks its scaling potential to large and even huge model sizes. For example, with autoregressive pretraining, a base-size Mamba attains 83.2\% ImageNet accuracy, outperforming its supervised counterpart by 2.0\%; our huge-size Mamba, the largest Vision Mamba to date, attains 85.0\% ImageNet accuracy (85.5\% when finetuned with $384\times384$ inputs), notably surpassing all other Mamba variants in vision. The code is available at \url{https://github.com/OliverRensu/ARM}.

📄 PDF Abstract BibTeX arXiv:2406.07537

Code (1)

oliverrensu/arm 공식 구현 pytorch

Tasks

Mamba

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

MAP: Unleashing Hybrid Mamba-Transformer Vision Backbone's Potential with Masked Autoregressive Pretraining

2024-10-01 · CVPR 2025 1 · Yunze Liu, Li Yi

Mamba has achieved significant advantages in long-context modeling and autoregressive tasks, but its scalability with large parameters remains a major limitation in vision applications. pretraining is a widely used strat…

Mamba

Separators in Enhancing Autoregressive Pretraining for Vision Mamba

2026-03-04 · Hanpeng Liu, Zidan Wang, Shuoxi Zhang, Kaiyuan Gao 외 arxiv

The state space model Mamba has recently emerged as a promising paradigm in computer vision, attracting significant attention due to its efficient processing of long sequence tasks. Mamba's inherent causal mechanism rend…

CLIMP: Contrastive Language-Image Mamba Pretraining

2026-01-11 · Nimrod Shabtay, Itamar Zimerman, Eli Schwartz, Raja Giryes arxiv

Contrastive Language-Image Pre-training (CLIP) relies on Vision Transformers whose attention mechanism is susceptible to spurious correlations, and scales quadratically with resolution. To address these limitations, We p…

Cross-Modal RetrievalDense Captioning

TokenUnify: Scalable Autoregressive Visual Pre-training with Mixture Token Prediction

2024-05-27 · Yinda Chen, Haoyuan Shi, Xiaoyu Liu, Te Shi 외

Autoregressive next-token prediction is a standard pretraining method for large-scale language models, but its application to vision tasks is hindered by the non-sequential nature of image data, leading to cumulative err…

MambaPredictionSegmentation

MambaOut: Do We Really Need Mamba for Vision?

2024-05-13 · CVPR 2025 1 · Weihao Yu, Xinchao Wang

Mamba, an architecture with RNN-like token mixer of state space model (SSM), was recently introduced to address the quadratic complexity of the attention mechanism and subsequently applied to vision tasks. Nevertheless, …

image-classificationImage ClassificationInstance SegmentationMamba+2