Adventurer: Optimizing Vision Mamba Architecture Designs for Efficiency
Feng Wang, Timing Yang, Yaodong Yu, Sucheng Ren, Guoyizhe Wei, Angtian Wang, Wei Shao, Yuyin Zhou, Alan Yuille, Cihang Xie

TL;DR
Adventurer introduces a sequence-based vision model using uni-directional language modeling, achieving high efficiency and competitive accuracy on ImageNet-1k by processing images as patch sequences with linear complexity.
Contribution
The paper presents a novel vision architecture that models images as sequences with uni-directional language models, improving efficiency and scalability over existing methods.
Findings
Achieves 84.3% accuracy on ImageNet-1k
Offers 3.8x faster training than Vim
Provides linear complexity processing for high-resolution images
Abstract
In this work, we introduce the Adventurer series models where we treat images as sequences of patch tokens and employ uni-directional language models to learn visual representations. This modeling paradigm allows us to process images in a recurrent formulation with linear complexity relative to the sequence length, which can effectively address the memory and computation explosion issues posed by high-resolution and fine-grained images. In detail, we introduce two simple designs that seamlessly integrate image inputs into the causal inference framework: a global pooling token placed at the beginning of the sequence and a flipping operation between every two layers. Extensive empirical studies highlight that compared with the existing plain architectures such as DeiT and Vim, Adventurer offers an optimal efficiency-accuracy trade-off. For example, our Adventurer-Base attains a…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Data Visualization and Analytics · Image Retrieval and Classification Techniques
MethodsCausal inference
