Ross ROSS = Recommend OSS · open-source software intelligence for agents

hustvl/Vim

[ICML 2024] Vision Mamba: Efficient Visual Representation Learning with Bidirectional State Space Model observed · 2026-08-28

github.com/hustvl/Vim · Python · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

29/100

  • Activity 6
  • Release rhythm 35
  • Longevity 68

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 961
  • days_rel: n/a
  • days_push: 567
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

3899 stars · 287 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Vision Mamba (Vim) is a PyTorch implementation of a generic vision backbone built on bidirectional Mamba state space models, published at ICML 2024. It replaces self-attention with efficient SSMs for visual representation learning, achieving better speed and memory efficiency than vision transformers like DeiT on high-resolution images.

Use cases

  • train a vision backbone without self-attention
  • classify images on ImageNet with Mamba blocks
  • extract features from high-resolution images efficiently
  • use a Mamba backbone for object detection on COCO
  • semantic segmentation on ADE20k with state space models
  • research alternatives to vision transformers

When to choose

  • you need memory-efficient feature extraction on high-resolution images
  • you are researching state space models for computer vision
  • you want a DeiT alternative with lower GPU memory usage

When to avoid

  • you need a battle-tested production backbone with broad ecosystem support
  • you require pretrained weights for many downstream tasks out of the box
  • your project depends on standard transformer tooling

Facets

library · maturity active

machine-learning deep-learning image-processing computer-vision deep-learning machine-learning python mamba state-space-models vision-backbone image-classification object-detection semantic-segmentation research gpu

1 source

Member repositories

RepositoryRoleHealth v2
hustvl/Vimmain29

For agents

markdown · JSON · MCP: product_card(name="hustvl/Vim")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem