TurboVLA architecture for real-time vision-language-action models achieving 32 Hz inference with <1 GB VRAM. Reformulates conventional V→L→A pathway as direct V+L→A mapping with lightweight bidirectional vision-language interaction. Use when building efficient robotic manipulation systems, real-time VLA policies, or low-resource embodied AI agents.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add hiyenwong/ai_collection --skill turbovla-real-time-vla --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Turbovla Real Time Vla?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hiyenwong-turbovla-real-time-vla)More formats (shields.io, HTML) on the badges page.
---
name: turbovla-real-time-vla
description: "TurboVLA architecture for real-time vision-language-action models achieving 32 Hz inference with <1 GB VRAM. Reformulates conventional V→L→A pathway as direct V+L→A mapping with lightweight bidirectional vision-language interaction. Use when building efficient robotic manipulation systems, real-time VLA policies, or low-resource embodied AI agents."
metadata:
arxiv_id: "2607.27205"
published: "2026-07-29"
authors: "Hengyi Xie, Chenfei Yao, Xianjin Wu, Xuanyang Xi, Yiping Tang, Di Xu, Yingying Zhu, Dingkang Liang, Xiang Bai, Han Ding"
tags: [vision-language-action, robotics, real-time-inference, efficient-ai, transformer-models]
license: Complete terms in LICENSE.txt
---
# TurboVLA: Real-Time Vision-Language-Action Model at 32 Hz on an RTX 4090 with <1 GB VRAM
## Overview
TurboVLA introduces a new paradigm for vision-language-action (VLA) models that achieves real-time performance with minimal resource requirements. Instead of the conventional LLM-centric V→L→A pathway, TurboVLA uses a direct V+L→A mapping approach.
## Core Architecture
### Direct V+L→A Mapping
Traditional VLA models:
- Project visual observations into LLM representation space
- Decode actions through large language model
- High computation and memory overhead
TurboVLA approach:
- Independently encode visual observations and language instructions
- Exchange information through lightweight bidirectional vision-language interaction
- Predict continuous action chunks with compact decoder
- Construct task-conditioned representations directly from visual and linguistic features
### Performance Characteristics
- **Parameters**: 0.2B (significantly smaller than LLM-centric approaches)
- **Inference latency**: 31.2 ms (32 Hz real-time performance)
- **VRAM usage**: 0.9 GB on RTX 4090
- **Success rate**: 97.7% average on LIBERO benchmark
- **Hardware**: Consumer-grade GPU (RTX 4090)
## Implementation Details
### Vision-Language Interaction
The lightweight bidirectional interaction mechanism:
- Avoids full LLM projection overhead
- Maintains separate visual and linguistic encoding streams
- Uses efficient cross-attention or fusion mechanisms
- Preserves modality-specific features while enabling task conditioning
### Action Prediction
- Direct mapping from fused vision-language features to action space
- Continuous action chunk prediction (not discrete token generation)
- Compact decoder architecture optimized for robotic control
- End-to-end trainable without intermediate language representation
## Practical Applications
### Robotic Manipulation
- Real-time policy execution for dynamic environments
- Low-latency response to visual and linguistic inputs
- Efficient deployment on edge devices or consumer hardware
- High success rates matching or exceeding larger VLA policies
### Resource-Constrained Deployment
- Consumer GPU compatibility (RTX 4090 demonstrated)
- Sub-1GB VRAM requirement enables mobile/embedded deployment
- Real-time performance suitable for interactive applications
- Reduced computational cost lowers operational expenses
## Usage Guidelines
### When to Use TurboVLA
- **Real-time robotic control**: Applications requiring 30+ Hz inference
- **Resource-constrained environments**: Limited VRAM or compute budget
- **Consumer hardware deployment**: Targeting non-datacenter GPUs
- **Efficient embodied AI**: Prioritizing inference efficiency over model size
### Implementation Workflow
1. **Feature extraction**: Use separate vision and language encoders
2. **Bidirectional interaction**: Implement lightweight cross-modality fusion
3. **Action decoding**: Train compact decoder for continuous action prediction
4. **Optimization**: Focus on latency and VRAM usage during training
5. **Evaluation**: Benchmark against LLM-centric VLA on relevant tasks
## Advantages Over LLM-Centric VLA
- **Computational efficiency**: 31.2 ms vs potentially hundreds of ms
- **Memory efficiency**: 0.9 GB vs multiple GBs for LLM loading
- **Architectural simplicity**: Direct mapping vs complex LLM interface
- **Hardware accessibility**: Consumer GPU vs high-end datacenter requirements
- **Performance parity**: Matches or exceeds larger VLA policies on benchmarks
## Code and Resources
- **GitHub Repository**: https://github.com/H-EmbodVis/TurboVLA
- **Paper**: https://arxiv.org/abs/2607.27205
- **HTML Version**: https://arxiv.org/html/2607.27205v1
## Activation Keywords
- TurboVLA
- real-time VLA
- vision-language-action efficiency
- robotic manipulation real-time
- sub-1GB VRAM robotics
- V+L→A mapping
- lightweight VLA
- consumer GPU robotics
- 32 Hz inference
- compact VLA decoder
## Related Skills
- vlm-lam-brain-alignment
- spikevla-spiking-vla-embodied-navigation
- sumo-whole-body-locomanipulation
- memoryvla-temporal-modeling-robotic-manipulationIs this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!