ArXiv

RoboTTT: Context Scaling for Robot Policies

Authors
Yunfan Jiang, Yevgen Chebotar, Ruijie Zheng...
Categories
cs.RO, cs.AI, cs.LG
arXiv
https://arxiv.org/abs/2607.15275v1
PDF
https://arxiv.org/pdf/2607.15275v1

Brief

RoboTTT introduces Test-Time-Training Robot Policies that extend visuomotor context to 8K timesteps—≈1000× prior models—by representing recurrent state as fast weights updated via gradient descent during training and inference. Using sequence action forcing and truncated BPTT, it scales without added inference latency and yields an 87% improvement on real-robot manipulation, completes a five-minute ten-stage assembly, and shows 62% gain over 1K-context pretraining.

Why it matters

RoboTTT scales visuomotor context to 8K timesteps (three orders of magnitude beyond prior policies) without increasing inference latency, enabling one-shot in-context imitation, on-the-fly policy improvement, robustness to perturbations, and better long-horizon multi-stage performance.

Key details

  • On real-robot manipulation benchmarks, RoboTTT yields an 87% overall improvement versus a single-step context baseline and fully completes a five-minute, ten-stage assembly task that no baseline completes.
  • The method integrates Test-Time Training (fast weights updated by gradient descent during training and inference) into Vision-Language-Action policies and uses sequence action forcing with truncated backpropagation through time to scale context; a model pretrained with 8K timesteps outperforms the same model pretrained with 1K by 62%.
Source evidence

Abstract

Recent robot foundation models operate with single-step or short-history visuomotor context. We introduce Test-Time-Training Robot Policies (RoboTTT), a robot model and training recipe that scale visuomotor context to 8K timesteps, three orders of magnitude beyond state-of-the-art policies, without growing inference latency. At this context length, we unlock new robot capabilities: one-shot in-context imitation from human video demonstrations, on-the-fly policy improvement, robustness to perturbations, and stronger performance on multi-stage, long-horizon tasks. We also observe, for the first time, steady gains in closed-loop performance as pretraining context length scales. At its core, RoboTTT integrates Test-Time Training into robot foundation models such as Vision-Language-Action policies, yielding a sequence model whose recurrent state consists of fast weights, parameters updated by gradient descent during both training and inference, compressing histories into weight space and retrieving contextual information for long-context conditioning. To scale training context length, the recipe combines sequence action forcing with truncated backpropagation through time. On challenging real-robot manipulation tasks, RoboTTT improves overall performance by 87% over the single-step context baseline and fully completes a five-minute, ten-stage assembly task, which no baseline ever does. RoboTTT trained with 8K-timestep context outperforms the same model pretrained with 1K timesteps by 62%, suggesting context length as a new scaling axis for robot foundation models. Videos are available at https://research.nvidia.com/labs/gear/robottt/

Comment: Project website: http://research.nvidia.com/labs/gear/robottt/