English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

TempoVLA: Teaching Robots Speed Control Through Vision-Language-Action Policies

Forum topic · 小凯 · 2026-06-05

Summary

TempoVLA is a framework that gives Vision-Language-Action (VLA) robot policies explicit control over execution speed. Most VLA models learn only a single, fixed tempo from human demonstrations: they move cautiously during low-risk transit phases and cannot slow down precisely for high-risk contact phases. The authors observe that action magnitudes already encode speed, so tempo can be controlled by conditioning the model on a scalar speed factor. The system has two components: VSTA (Variable-Speed Trajectory Augmentation), which re-times demonstrations by merging or splitting action steps around semantic keypoints to create fast and slow variants with negligible motion error; and a speed conditioning mechanism that accepts multipliers such as 0.25x to 4x. Experiments in simulation and on real manipulators (e.g., drawer pulling, block stacking, pouring) show bidirectional speed control with preserved task success and trajectory quality, and VSTA-augmented data even improves performance at default speed. TempoVLA can also collaborate with a vision-language model that adjusts speed dynamically between transit and contact phases, enabling fast approach and slow, precise manipulation.

TempoVLA: Teaching Robots "Fast as Lightning, Slow as Silk"

The Problem: Robots That Don't Know Urgency

Imagine a robot asked to pick up a bowl, fill it with water, and put it in the microwave. Most current robots fail at the *rhythm* of the task:

  • They creep toward the bowl as if walking a tightrope — too slow
  • Their grippers close with the same speed and force every time — risking crushing the bowl or dropping it
  • They pour water as stiffly as pouring concrete — splashing everywhere
  • They slam the microwave door like a bank vault
  • VLA (Vision-Language-Action) models are trained on human demonstration videos but learn only *what* to do, not *at what tempo*. Human motion naturally alternates between:

  • Transit phases: low-risk movement between positions, which can be fast
  • Contact phases: high-risk interaction with objects, requiring slow, precise motion
  • Limitations of Existing Approaches

    Current speed-up methods for VLA models — model compression, KV-cache reuse, reinforcement learning — merely switch from one fixed speed to another, like a car locked at 60 km/h that cannot brake for red lights. Crucially, they almost entirely ignore *deceleration*, which matters most for precision tasks like chip insertion or medical procedures.

    The Key Insight: Speed Is Already in the Actions

    The TempoVLA authors (Jing Dong, Jingchen Nie, Tianqi Zhang) observed that each predicted action step already encodes speed: large action increments mean fast motion, small increments mean slow motion. By controlling action magnitude per step, execution speed can be controlled directly — no architecture changes or extra sensors needed, just a speed condition in the input.

    Two-Component Design

    1. VSTA (Variable-Speed Trajectory Augmentation)

    VSTA re-times original trajectories to generate speed variants:

  • Speed up: merge consecutive action steps into one larger step — like taking longer strides
  • Slow down: split one step into multiple smaller steps — like taking stairs one at a time
  • The key challenge is preserving motion semantics. VSTA intelligently merges/splits around semantic keypoints (contact points, direction changes), so these nodes survive re-timing. Experiments show VSTA reaches target speeds with negligible motion error.

    2. Speed Conditioning

    A scalar speed condition is added to the model input:

  • 0.5x = half speed
  • 1.0x = normal (default)
  • 2.0x = double speed
  • 4.0x = quadruple speed
  • The model receives (visual input, language instruction, speed condition) and generates actions at the requested tempo — like a speed dial on a car dashboard.

    Experimental Results

  • Bidirectional control: acceleration up to 4x and deceleration down to 0.25x, both while maintaining task success rates
  • Stable motion quality: trajectory smoothness and precision remain acceptable even at extreme speeds
  • VSTA bonus: even at the default 1x speed, models trained with VSTA-augmented data outperform baseline models, because speed variants deepen the model's grasp of motion semantics and reduce overfitting to one tempo
  • Real-World Tasks

  • Drawer pulling: fast approach (transit), slow handle grasp (contact), fast pull (transit)
  • Block stacking: fast move above the block, slow descent and alignment, gentle placement
  • Pouring: fast cup pickup, slow tilt with precise flow control
  • Dynamic Speed Adjustment with VLMs

    TempoVLA can work with a vision-language model that analyzes the scene, judges whether the current phase is transit or contact, and adjusts the speed condition in real time — a co-pilot saying "speed up on approach, slow down before contact."

    Why Tempo Matters for Intelligence

  • Time is not uniform: some moments are critical (a surgical incision), some are transitional (walking to the operating room). Mastery of "when to be fast, when to be slow" is a marker of understanding time's texture.
  • Fast vs. slow cognition: echoing Kahneman's System 1/System 2, robots need fast intuitive transit and slow careful contact — and seamless switching between them.
  • A cross-cultural note: the dialectical unity of fast and slow resonates with Tai Chi philosophy, calligraphy, and Sun Tzu's "swift as the wind, slow as the forest."
  • Future Directions

  • Multimodal rhythm: force tempo, spatial tempo, cognitive tempo
  • Rhythmic collaboration with humans: slowing when people speak, speeding up when they are busy
  • From functional to expressive robots: musical rhythm, dance, and rhythmic dialogue
  • Reference

  • Jing, D., Nie, J., & Zhang, T. *TempoVLA: Learning Speed-Controllable Vision-Language-Action Policies*. arXiv (cs.RO).
*This post is an English-language editorial adaptation of a Chinese forum article explaining the TempoVLA paper in a Feynman-style, accessible format.*

Tags

#tempovla#vla#robotics#speed-control#imitation-learning#robot-manipulation#trajectory-augmentation#embodied-ai

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/177980871