Back to Feed
Robotics / Multimodal

Coordinated Whole Body Control for Humanoids

Original: $ω$-0: A Latent Predictive World Action Model for Concurrent Humanoid Loco-Manipulation

Listen to the summary

Uses a voice available on your device

Audio options
On this page 4 sections
Related concepts 4 concepts

Key Takeaways

  • Eliminates the performance bottlenecks caused by decoupling locomotion and manipulation into separate modules.
  • Utilizes a whole-body FAST tokenizer to convert continuous motion into discrete tokens for autoregressive pretraining.
  • Achieves superior performance compared to existing methods like ACT, Diffusion Policy, and GR00T-N1.7.
  • Integrates SONIC as a low-level controller for executing model-predicted action latents in real-time.

Summary & Methodology Analysis

The ω-0 model addresses the challenge of whole-body coordination by treating locomotion and manipulation as a unified task. The pipeline starts with a FAST tokenizer, which converts continuous whole-body action trajectories into discrete units suitable for autoregressive VLM pretraining, where VLM stands for Vision-Language Model, a system that maps visual inputs to text or action sequences. By associating language-conditioned visual observations with these tokens, the model learns to map environmental inputs directly to motor commands. The authors further refine this by performing human-to-humanoid action-latent pretraining, leveraging data from the SONIC framework to align robot-executable latents with predicted visual states in a reconstruction-free manner.

Interactive System Flowchart

Click diagram to expand and zoom

Cross-Examination & FAQs

A deeper dive clarifying mechanics, constraints, and baseline evaluations.

Q1. What is the primary problem this paper solves?

It solves the performance limitations found in humanoid policies that separate locomotion from object manipulation tasks.

Q2. How does ω-0 improve robot performance?

By learning whole-body coordination directly, the model allows for simultaneous, coordinated movement and object interaction.

Q3. Does this model work on real hardware?

Yes, it is deployed on robots using the SONIC controller to execute action latents in a receding-horizon manner.

Q4. What is the role of the FAST tokenizer?

It discretizes continuous whole-body action trajectories into tokens that the system can process during autoregressive VLM pretraining.

Q5. How does the model handle temporal consistency during fine-tuning?

The authors apply training-time real-time chunking, a method to ensure sequential output stability, on real-world humanoid data.

Q6. How does ω-0 compare to existing state-of-the-art models?

It consistently outperforms numerous baselines including ACT, Diffusion Policy, π-0.5, InternVLA-M1, EgoVLA, GR00T-N1.7, ψ-0, Fast-WAM, and DiT4DiT.

Q7. What are the limitations regarding visual input?

Performance on locomotion-heavy tasks depends on viewpoint, as egocentric observations have limitations compared to exocentric ones.

Q8. Can the model rely solely on future video latent prediction for control?

No, the paper notes that future video latent prediction is not sufficient for control without an action-relevant current-image representation.

Q9. What datasets or models were used in this research?

The study utilized ω-0, ω-HOME, ARCTIC, Xperience-10M, Motion-X, SONIC, Qwen3-VL-2B-Instruct, V-JEPA, T5, and Wan.