Skip to content

Towards Predictive, Aligned, and Scalable Robot Learning (Lumo-2)

Lumo-2 (Astribot) is a latent World-Action Model for humanoid manipulation whose central hypothesis is that action-generation quality is governed by the geometry of the action latent space, not by pixel-level reconstruction fidelity. Instead of predicting future frames like standard WAMs, Lumo-2 learns compact latent world dynamics that capture physically-grounded visual transitions, then progressively aligns action representations with those dynamics, then with vision, then with language — a multi-stage modality pre-alignment strategy. The paper provides a systematic empirical study of latent world modelling and modality alignment as scaling-law and OOD-generalization levers, and reports outperforming strong VLA and WAM baselines on real-world tasks that require temporal reasoning, physical understanding, or high control complexity, including long-horizon and dexterous manipulation. A companion demo shows an Astribot humanoid autonomously performing 22 household tasks with no teleoperation.

  • Action-generation quality in a VLA / WAM is governed by the geometry of the action latent space; standard reconstruction-based action tokenization objectives bias representations toward low-level signal fidelity and cause misalignment between reconstruction quality and downstream control performance [Abstract].
  • A latent World-Action Model that predicts action-relevant physical transitions in a compact latent space — rather than reconstructing pixel-space futures — provides a lightweight substitute for video-generation-based WAMs while preserving predictive reasoning [Abstract].
  • Multi-stage modality pre-alignment (actions → latent world dynamics → vision → language) enforces cross-modal consistency, promotes abstraction, and induces a structured latent space for predictive reasoning [Abstract].
  • Lumo-2 consistently outperforms strong VLA and WAM baselines with gains concentrated on real-world tasks requiring temporal reasoning, physical understanding, or high control complexity, including long-horizon and dexterous manipulation [Abstract].
  • A companion demo shows autonomous 20+ household task execution on an Astribot humanoid — frying/flipping an egg, weighing 500g of millet, mixology-style cocktail preparation, tying a butterfly knot on a gift box, packing/zipping suitcases and backpacks, ironing and hanging clothes, opening tea bags, folding clothes, catching a rolling ball, cooperative gift-box assembly [Astribot demo, via tweet-cyberrobooo-2026-07-17 context; not quantified in the paper abstract].

Lumo-2 replaces the video-generation WAM stack with a latent world-action model. The pipeline: (1) learn a compact latent space whose transitions are physically grounded and action-relevant; (2) run a multi-stage pre-alignment where action representations are progressively aligned with (a) the latent world dynamics, then (b) vision features, then (c) language, forcing cross-modal consistency and inducing structure suitable for predictive reasoning; (3) at inference the model generates actions by reasoning over future possibilities in this latent space rather than by rolling out pixel futures. The paper frames this as a hypothesis test on latent-space geometry: if action tokenization is optimized for low-level reconstruction, the resulting space is misaligned with control; if it is aligned to world dynamics + vision + language, control performance improves. The empirical study analyzes both scaling laws and OOD generalization for this alignment recipe [Abstract].

Reports outperforming strong VLA and WAM baselines on challenging real-world manipulation, with gains concentrated on tasks requiring temporal reasoning, physical understanding, or high control complexity, including long-horizon and dexterous settings [Abstract]. The paper abstract does not enumerate specific benchmark numbers or head-to-head pairs; per-task and scaling-curve numbers presumably live in the empirical study section (not retrievable from the arxiv abstract at filing time). The public demo showcase (Astribot humanoid, no teleoperation) reports 22 autonomous household tasks spanning physical understanding (frying/flipping egg, weighing 500g of millet, coffee bean grinding, cocktail mixing), temporal reasoning (catching a rolling ball, placing a cup on a rotating rack), dexterous manipulation (butterfly-knot tying, backpack + suitcase packing/zipping, ironing + hanging clothes, tea-bag opening, clothes folding), and long-horizon human-robot / dual-robot cooperative assembly.

Lumo-2 stakes out a seventh structural lever on the VLA Models recipe board that sits between two existing filed positions: μ₀: A Scalable 3D Interaction-Trace World Model (µ₀ — factor VLAs as a frozen 3D-trace world model + tiny action expert) and ImageWAM: Do World Action Models Really Need Video Generation, or Just Image Editing? (ImageWAM — replace video WAMs with image editing consumed via KV cache). Lumo-2’s move is orthogonal to both: keep the world-model idea, but replace both pixel-space video and image-editing latents with a compact latent tuned by multi-stage alignment to actions → vision → language, and argue the alignment geometry is the load-bearing piece. This directly attacks the tokenizer-fidelity-vs-control-performance misalignment that LingBot-VA 2.0: Native Video-Action Pretraining for Generalizable Robot Control tried to solve by native from-scratch pretraining, but with a different diagnosis (latent-space geometry, not adaptation-of-bidirectional-generators). It also sharpens World Pilot: Steering Vision-Language-Action Models with World-Action Priors‘s dual-path steering finding that WFM-supplied latents can help perception even when the WFM was never action-post-trained — Lumo-2 pushes that further and co-trains the alignment end-to-end. On the concept-side, this is the first filed WAM whose stated primary contribution is a scaling-law + OOD-generalization study of modality alignment rather than architecture or data scale.