Recent advancements in multimodal learning have demonstrated the promise of Vision Language Action (VLA) systems for robotic reasoning and real-world interaction. However, most existing VLA models rely on Transformer based backbones that suffer from q...
Recent advancements in multimodal learning have demonstrated the promise of Vision Language Action (VLA) systems for robotic reasoning and real-world interaction. However, most existing VLA models rely on Transformer based backbones that suffer from quadratic complexity and limited scalability for long sequences. We present MambaVLA, a scalable VLA framework built on the structured state space architecture of Mamba, enabling efficient linear time sequence modeling. MambaVLA integrates an Eagle visual encoder with the Qwen 7B Chat Int4 language model to fuse fine grained visual cues and language representations effectively. To bridge multimodal understanding and robotic control, we incorporate a diffusion flow matching module that aligns visual and linguistic embeddings with continuous action representations. Extensive evaluations on standard VLA benchmarks show that MambaVLA achieves competitive or superior performance compared to Transformer based models while significantly reducing computational overhead and inference latency, demonstrating its suitability for real world embodied intelligence. https://sainavaneet.github.io/MambaVLA.gihub.io/