Papers › EfficientVMamba: Atrous Selective Scan for Light Weight Visual Mamba

EfficientVMamba: Atrous Selective Scan for Light Weight Visual Mamba

15 Mar 2024arXiv:2403.09977archive 2025-07-28

Xiaohuan Pei, Tao Huang, Chang Xu

Prior efforts in light-weight model development mainly centered on CNN and Transformer-based designs yet faced persistent challenges. CNNs adept at local feature extraction compromise resolution while Transformers offer global reach but escalate computational demands 𝒪(N²). This ongoing trade-off between accuracy and efficiency remains a significant hurdle. Recently, state space models (SSMs), such as Mamba, have shown outstanding performance and competitiveness in various tasks such as language modeling and computer vision, while reducing the time complexity of global information extraction to 𝒪(N). Inspired by this, this work proposes to explore the potential of visual state space models in light-weight model design and introduce a novel efficient model variant dubbed EfficientVMamba. Concretely, our EfficientVMamba integrates a atrous-based selective scan approach by efficient skip sampling, constituting building blocks designed to harness both global and local representational features. Additionally, we investigate the integration between SSM blocks and convolutions, and introduce an efficient visual state space block combined with an additional convolution branch, which further elevate the model performance. Experimental results show that, EfficientVMamba scales down the computational complexity while yields competitive results across a variety of vision tasks. For example, our EfficientVMamba-S with $1.3$G FLOPs improves Vim-Ti with $1.5$G FLOPs by a large margin of 5.6% accuracy on ImageNet. Code is available at: \url{https://github.com/TerryPei/EfficientVMamba}.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2403.09977")

Code

Syntology Ran 8 of 18 code samples harvested from 1 repository linked to this paper; 10 have no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · our draft was wrong; 5 ran with no contract checked.

By repository: official repository: 18 samples from 1 repository, 8 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

terrypei/efficientvmamba officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 8 ran; 1 honoured the contract we drafted; 10 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
2ran · our draft was wrong
5ran
10unverified

Licence: 18 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from terrypei/efficientvmamba. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

flops_selective_scan_fn terrypei/efficientvmamba/classification/models/vmamba.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · 9349a926c58456ec · report
import_abspy terrypei/efficientvmamba/detection/model.py official repository ran · our draft was wrong no licence file found · pointer only · 5315806d8b42f938 · report
mixup_target terrypei/efficientvmamba/classification/lib/dataset/mixup.py official repository ran no licence file found · pointer only · 8733e0d87f232d11 · report
one_hot terrypei/efficientvmamba/classification/lib/dataset/mixup.py official repository ran · our draft was wrong no licence file found · pointer only · 4728dc2025227bba · report
rand_bbox terrypei/efficientvmamba/classification/lib/dataset/mixup.py official repository ran no licence file found · pointer only · 3913c620f6926f42 · report
shear_x terrypei/efficientvmamba/classification/lib/dataset/augment_ops.py official repository ran no licence file found · pointer only · 8eaf53b48155177c · report
shear_y terrypei/efficientvmamba/classification/lib/dataset/augment_ops.py official repository ran no licence file found · pointer only · 523681f17bc13539 · report
translate_x_rel terrypei/efficientvmamba/classification/lib/dataset/augment_ops.py official repository ran no licence file found · pointer only · f38706e32849458d · report
build_dataloader terrypei/efficientvmamba/classification/lib/dataset/builder.py official repository unverified no licence file found · pointer only · c09346f52c0603a3 · report
build_train_transforms terrypei/efficientvmamba/classification/lib/dataset/transform.py official repository unverified no licence file found · pointer only · f91cdca45d65525b · report
build_train_transforms_cifar10 terrypei/efficientvmamba/classification/lib/dataset/transform.py official repository unverified no licence file found · pointer only · 3d89f3eb3bdbbda5 · report
build_val_transforms terrypei/efficientvmamba/classification/lib/dataset/transform.py official repository unverified no licence file found · pointer only · 0b18ef21b412b11c · report
cross_selective_scan terrypei/efficientvmamba/classification/models/vmamba.py official repository unverified no licence file found · pointer only · 893b6b88ba8dc50f · report
cross_selective_scan terrypei/efficientvmamba/classification/models/vmamba_efficient.py official repository unverified no licence file found · pointer only · 1e2e3d8cbb7cd692 · report
fast_collate terrypei/efficientvmamba/classification/lib/dataset/dataloader.py official repository unverified no licence file found · pointer only · c36d9dd9066c2144 · report
flops_selective_scan_ref terrypei/efficientvmamba/classification/models/vmamba.py official repository unverified no licence file found · pointer only · 4b9af31cf72b3d4a · report
fvcore_flop_count terrypei/efficientvmamba/analyze/get_flops.py official repository unverified no licence file found · pointer only · 3d07dd1410551826 · report
mmengine_flop_count terrypei/efficientvmamba/analyze/get_flops.py official repository unverified no licence file found · pointer only · 508196a954664a0e · report

Tasks

Language ModelingLanguage ModellingMambaState Space Models

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Convolution

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections