English

VCMamba: Bridging Convolutions with Multi-Directional Mamba for Efficient Visual Representation

Computer Vision and Pattern Recognition 2025-09-08 v1 Artificial Intelligence Machine Learning

Abstract

Recent advances in Vision Transformers (ViTs) and State Space Models (SSMs) have challenged the dominance of Convolutional Neural Networks (CNNs) in computer vision. ViTs excel at capturing global context, and SSMs like Mamba offer linear complexity for long sequences, yet they do not capture fine-grained local features as effectively as CNNs. Conversely, CNNs possess strong inductive biases for local features but lack the global reasoning capabilities of transformers and Mamba. To bridge this gap, we introduce \textit{VCMamba}, a novel vision backbone that integrates the strengths of CNNs and multi-directional Mamba SSMs. VCMamba employs a convolutional stem and a hierarchical structure with convolutional blocks in its early stages to extract rich local features. These convolutional blocks are then processed by later stages incorporating multi-directional Mamba blocks designed to efficiently model long-range dependencies and global context. This hybrid design allows for superior feature representation while maintaining linear complexity with respect to image resolution. We demonstrate VCMamba's effectiveness through extensive experiments on ImageNet-1K classification and ADE20K semantic segmentation. Our VCMamba-B achieves 82.6% top-1 accuracy on ImageNet-1K, surpassing PlainMamba-L3 by 0.3% with 37% fewer parameters, and outperforming Vision GNN-B by 0.3% with 64% fewer parameters. Furthermore, VCMamba-B obtains 47.1 mIoU on ADE20K, exceeding EfficientFormer-L7 by 2.0 mIoU while utilizing 62% fewer parameters. Code is available at https://github.com/Wertyuui345/VCMamba.

Keywords

Cite

@article{arxiv.2509.04669,
  title  = {VCMamba: Bridging Convolutions with Multi-Directional Mamba for Efficient Visual Representation},
  author = {Mustafa Munir and Alex Zhang and Radu Marculescu},
  journal= {arXiv preprint arXiv:2509.04669},
  year   = {2025}
}

Comments

Proceedings of the 2025 IEEE/CVF International Conference on Computer Vision (ICCV) Workshops

R2 v1 2026-07-01T05:22:15.477Z