Inspired by the dual-system theory of human brain science, τ0-VLA splits the robot system into a high-level planning system (slow thinking) and a low-level action system (fast execution). The high-level system understands user goals, decomposes complex tasks into sub-tasks, and tracks execution status via task memory, answering 'what to do next'; the low-level system converts selected sub-tasks into stable, real-time whole-body actions. This decoupling avoids the dilemma of having a single model handle both long-term planning and real-time control, allocating expensive test-time computation to the high level while preserving high-frequency, low-latency action control for the low level.
The high-level system consists of four modules that collaboratively implement a sub-task-level beam search mechanism: a Propose Model generates multiple candidate next sub-tasks; a World Model predicts the environment state after each candidate execution using an image editing model, outputting 'imagined future frames'; a Value Model scores the predicted outcomes across multiple dimensions, assessing task completion, safety, and implicit risks; and a Reflective Model compares all candidates and outputs the final decision, triggering a reselection if it conflicts with overall progress. This is the first time test-time computation has been precisely directed toward forward evaluation of 'chain physical impacts' in the real physical world.
The low-level system constructs a unified 40-dimensional whole-body action space, using masks to disable unused degrees of freedom, enabling cross-embodiment adaptation across various robot morphologies such as single-arm, dual-arm, fixed-base, and wheeled humanoid. During execution, continuous actions are generated in a closed-loop manner via visual feedback, allowing the robot to adjust behavior based on real-time environmental changes, improving stability against real-world perturbations.