Search papers, labs, and topics across Lattice.
LiteVLA-Edge is introduced as a deployment-focused VLA pipeline enabling fully on-device inference on Jetson Orin hardware for robotics. The system combines FP32 supervised image-to-action fine-tuning with post-training 4-bit GGUF quantization and GPU-accelerated inference via \texttt{llama.cpp}. The resulting pipeline achieves a 150.5ms end-to-end latency (6.6 Hz) within a ROS 2-integrated perception-reasoning-action loop, demonstrating the feasibility of reactive language-conditioned control on embedded systems.
Run vision-language-action models on an edge device at 6.6 Hz using 4-bit quantization, opening the door to real-time, on-device robotic control.
Vision-Language-Action (VLA) models provide a unified framework for perception, language conditioning, and action generation, but many existing systems remain difficult to deploy in embedded robotic settings because of their computational requirements and inference latency. In this paper, we present LiteVLA-Edge, a deployment-oriented VLA pipeline for fully on-device inference on Jetson Orin-class hardware. Our approach combines supervised image-to-action fine-tuning in FP32 with post-training 4-bit GGUF quantization and GPU-accelerated inference through the \texttt{llama.cpp} runtime. Under our deployment configuration, LiteVLA-Edge achieves a mean end-to-end latency of 150.5\,ms (approximately 6.6\,Hz) while operating entirely offline within a ROS~2-integrated perception--reasoning--action pipeline. Rather than introducing a new policy objective, our contribution is a practical systems path for executing compact multimodal control models locally on embedded hardware while preserving modular interfaces between perception, reasoning, and actuation. These results establish timing feasibility for reactive language-conditioned control and provide a reproducible baseline for future task-level evaluation of on-device VLAs in robotics.