TurboVLA: Real-Time Vision-Language-Action Model at 32 Hz on an RTX 4090 with <1 GB VRAM

· Editorial Team estimated
VLA real-time efficient inference manipulation embodied AI

TurboVLA reformulates the conventional V→L→A VLA paradigm into a direct V+L→A mapping, eliminating the LLM as the central bottleneck. With only 0.2B parameters, it achieves 97.7% average success on LIBERO at 32 Hz inference with just 0.9 GB VRAM on an RTX 4090, matching or outperforming much larger VLA policies.

Paper · arXiv:2607.27205

Background

Vision-Language-Action (VLA) models have emerged as a powerful paradigm for robotic manipulation, but virtually all current architectures follow an LLM-centric design: visual observations are projected into a large language model’s representation space before being decoded into actions. This V→L→A pathway requires substantial computation and memory at every policy invocation — typically billions of parameters, multiple GPUs, and inference latencies that preclude real-time closed-loop control on accessible hardware.

Core Innovation

TurboVLA breaks from this mold by replacing the LLM-centric pathway with a direct V+L→A mapping. Instead of using a large language model as the central interface between perception and action, TurboVLA independently encodes visual observations and language instructions. Lightweight bidirectional vision-language interaction modules exchange information between the two modalities directly, and a compact transformer decoder predicts continuous action chunks from the fused representation.

This design eliminates the computational overhead of projecting visual features through a massive LLM, while still capturing the cross-modal interactions needed for task-conditioned manipulation. The entire model has only 0.2 billion parameters — orders of magnitude smaller than typical VLA policies built on 7B+ LLM backbones.

Results

On the LIBERO benchmark, TurboVLA achieves an average success rate of 97.7% across all task suites — matching or outperforming substantially larger VLA policies. Critically, inference runs at 32 Hz (31.2 ms latency) on a single consumer-grade RTX 4090 GPU using just 0.9 GB of VRAM. This represents roughly a 50× reduction in parameters and a similar reduction in memory footprint compared to LLM-centric VLA models, while maintaining competitive or superior task performance.

Limitations

The evaluation is conducted on LIBERO, a simulation benchmark with relatively structured scenes and consistent lighting. Generalization to diverse real-world environments with significant domain shift, clutter, and sensor noise remains to be demonstrated. The bidirectional interaction modules, while efficient, may not capture the full depth of reasoning that a large LLM backbone provides for complex, multi-step task planning.

Industry Implications

TurboVLA has immediate practical significance for any team deploying VLA policies on physical robots. Running at 32 Hz with under 1 GB VRAM on an RTX 4090 means real-time closed-loop control is achievable on hardware that costs under $2,000 and fits in a desktop workstation. This dramatically lowers the barrier to entry for VLA-based manipulation, moving it from large-lab infrastructure to individual researchers and smaller companies. The paradigm shift from LLM-centric to direct vision-language-action mapping also points toward more sustainable and scalable approaches to embodied AI.