#172 · Primary category: Computer Vision
MambaVision
[CVPR 2025] Official PyTorch Implementation of MambaVision: A Hybrid Mamba-Transformer Vision Backbone
Project last updated:03/11/26
GitHub Stars
2.2K
Forks
150
Contributors
2
License
Other
Why we included this project
This is the official PyTorch implementation of the CVPR 2025 MambaVision paper, a vision backbone that mixes state-space (Mamba) blocks with self-attention in a hierarchical design. That combination is what lets it report strong ImageNet accuracy while keeping inference fast. Beyond classification, the repo includes code for semantic segmentation and object detection, and pretrained checkpoints on Hugging Face load in a few lines via the transformers library. Multi-stage feature outputs make it straightforward to swap into existing detection or segmentation pipelines, and a pip package plus a Colab notebook get you started quickly. Note the non-commercial NVIDIA license, so treat it as research or evaluation material rather than something to ship in production.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)