TurboVLA: Real-Time Vision-Language-Action Model at 32 Hz on an RTX 4090 with <1 GB VRAM
Summary
TurboVLA introduces a new Vision-Language-Action paradigm that directly maps vision and language to action, achieving 97.7% success on LIBERO with only 0.2B parameters and real-time inference at 32 Hz on consumer GPUs, significantly reducing computational cost.
View Cached Full Text
Cached at: 07/30/26, 05:46 AM
Paper page - TurboVLA: Real-Time Vision-Language-Action Model at 32 Hz on an RTX 4090 with <1 GB VRAM
Source: https://huggingface.co/papers/2607.27205
Abstract
Vision-language-action(VLA)modelscommonlyadoptanLLM-centricVtoLtoApathway,wherevisualobservationsareprojectedintotherepresentationspaceofalargelanguagemodelbeforebeingdecodedintorobotactions.Althougheffective,thisdesignincurssubstantialcomputationandmemoryoverheadateverypolicyinvocation.Inthiswork,weintroduceTurboVLA,anewVLAparadigmthatreformulatestheconventionalVtoLtoApathwayasadirectV+LtoAmapping.Insteadofusingalargelanguagemodelasthecentralinterfacebetweenperceptionandaction,TurboVLAindependentlyencodesvisualobservationsandlanguageinstructions,directlyexchangesinformationbetweenthemthroughlightweightbidirectionalvision-languageinteraction,andpredictscontinuousactionchunkswithacompactdecoder.Thissimpledesignconstructstask-conditionedrepresentationsdirectlyfromvisualandlinguisticfeatures,significantlyreducingthecomputationalandmemorycostsofVLAinference.OnLIBERO,TurboVLAachieves97.7%averagesuccesswithonly0.2Bparameters,31.2msinferencelatency,and0.9GBinferenceVRAMonaconsumer-gradeRTX4090,matchingoroutperformingsubstantiallylargerVLApolicies.TheseresultsestablishTurboVLAasasimpleandeffectivealternativetotheprevailingLLM-centricVLAparadigm,offeringanewperspectiveonhowvision,language,andactioncanbeconnectedforefficientroboticmanipulation.Codeisavailableathttps://github.com/H-EmbodVis/TurboVLA.
View arXiv pageView PDFProject pageGitHub15Add to collection
Get this paper in your agent:
hf papers read 2607\.27205
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2607.27205 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2607.27205 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.27205 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Just open-sourced FastVLA
FastVLA, an open-source Vision-Language-Action model, now runs 5 Hz robotics on an L4 GPU.
VisualThink-VLA: Visual Intermediate Reasoning for Effective and Low-Latency Vision-Language-Action Policies
VisualThink-VLA introduces a visual intermediate reasoning framework for vision-language-action policies that preserves spatial precision and dramatically reduces latency compared to text-based reasoning, achieving sub-second inference and state-of-the-art success rates on robot manipulation benchmarks.
SmolVLA: A Vision-Language-Action Model for Affordable and Efficient Robotics
SmolVLA is a compact vision-language-action model that achieves competitive robotic control performance at reduced computational cost, enabling deployment on consumer-grade hardware. It introduces asynchronous inference and leverages community-collected datasets.
@askalphaxiv: “Reinforcement Learning for Real-Time Vision-Language-Action Policies” VLA models are usually too slow for reactive rob…
This paper introduces a method to split action generation in vision-language-action models into slow and fast layers, enabling real-time reactive robot control and improving success rates from 42% to 97% with just 10 minutes of online data.
TBD-VLA: Temporal Block Diffusion Vision Language Action Model
TBD-VLA introduces a discrete vision-language-action framework that combines block diffusion with autoregressive generation to achieve efficient temporal action modeling and faster inference, significantly outperforming prior VLA approaches in simulation and real-world manipulation tasks.