Paper Overview
Research area: Machine Learning (ML) Authors: Dong Jing, Jingchen Nie, Tianqi Zhang Published: 2025-06-11 arXiv: 2506.08295
Introduction
Robot manipulation naturally alternates between two kinds of motion:
- Low-risk transit phases — where fast execution is desirable
- High-risk contact stages — where slow, precise motion is required
- arXiv: https://arxiv.org/abs/2506.08295
However, existing vision-language-action models (VLAs) only inherit a single fixed speed from their training demonstrations, giving them no way to adjust execution speed at deployment time.
Key Idea
The authors observe that the magnitude of each predicted action already controls how fast the robot moves. This opens a direct path to explicitly controlling execution speed within a VLA policy.
TempoVLA
TempoVLA is a single VLA whose execution speed is controlled by an explicit condition. It combines two components:
1. Variable-Speed Trajectory Augmentation (data side) — augmenting training data with trajectories at varying speeds 2. Speed-conditioning mechanism (model side) — conditioning the policy on a desired execution speed
Original Abstract
> Robot manipulation alternates between low-risk transit phases that call for fast execution and high-risk contact stages that demand slow, precise motion. Yet existing VLAs only inherit a single fixed speed from training demonstrations. We propose TempoVLA, a single VLA whose execution speed is controlled by an explicit condition, combining Variable-Speed Trajectory Augmentation and a model-side conditioning mechanism.