Papers
Topics
Authors
Recent
Search
2000 character limit reached

MV-WAM: Manifold-Aware World Action Model with Value Augmentation

Published 19 Jun 2026 in cs.RO | (2606.21088v1)

Abstract: Achieving robust and generalizable manipulation across diverse environments remains a fundamental challenge in embodied robotics. Recent world action models achieve strong in-domain performance, yet their gains do not extend proportionally to out-of-distribution scenarios. We attribute this to a structural mismatch between visual and action modalities, whose intrinsically heterogeneous manifolds cause joint optimization to disproportionately degrade action robustness under distribution shift. To address this, we propose MV-WAM, a novel end-to-end framework that jointly models visual prediction, action generation, and value estimation designed to effectively leverage video priors during both training and inference for enhanced action generalization. Key to this unification is a cross-modality causal mask that hierarchically grounds actions in predicted video frames and value function tokens in both modalities. To further narrow the generalization gap, MV-WAM adopts a manifold-aware optimization scheme that explicitly accounts for the structural heterogeneity across modalities. Finally, MV-WAM introduces a progress-value regulation mechanism that estimates task completion and detects misalignment between predicted frames and generated actions, enabling the policy to autonomously identify execution deviations and recover through value-guided rollback. On the RoboTwin simulation, MV-WAM achieves a 55.7% mean success rate on random scenarios without any randomized action supervision, outperforming the strongest baseline by 29.3%. MV-WAM achieves a 77.5% mean success rate across four real-world tasks of varying difficulty on a dual-arm robot. Our results demonstrate that manifold-aware cross-modal alignment is essential for robust policy generalization, offering a path toward deployable robotic manipulation.

Summary

  • The paper presents a novel manifold-aware training objective that decouples high-curvature visual features from low-dimensional action representations for improved out-of-distribution performance.
  • It introduces a dual-objective scheme with modality-specific transformer experts, causal masking, and progress-value regulation to autonomously correct execution deviations.
  • Empirical results demonstrate substantial gains, with up to 29.3 percentage point improvements on benchmark tasks in both simulation and real-world dual-arm manipulation.

MV-WAM: A Manifold-Aware Unified World Action Model for Robust Robotic Manipulation

Motivation and Problem Analysis

The MV-WAM framework addresses the persistent challenge of achieving generalization in robotic manipulation across diverse and perturbed environments. Prior approaches leverage Vision-Language-Action (VLA) models and World Action Models (WAMs) to enable semantic generalization, often by pretraining on large-scale video corpora in addition to action-paired demonstrations. However, these architectures consistently exhibit a significant generalization gap: performance scales in-domain, yet remains brittle under out-of-distribution (OOD) conditions. Empirical and theoretical analyses identify the root cause as an intrinsic representational asymmetry between visual and action modalities—visual inputs reside on high-curvature, heterogeneous manifolds, while action spaces are low-dimensional and precision-sensitive. Joint optimization across these incompatible manifolds leads to degraded action robustness, particularly when visual tokens dominate the shared objective. MV-WAM is designed to explicitly address this structural mismatch through manifold-aware multi-objective training.

MV-WAM Architecture and Manifold-Aware Optimization

MV-WAM leverages a Mixture-of-Transformers (MoTs) backbone, instantiating modality-specific transformer experts for visual and action-value streams. The visual expert is initialized from a large pretrained video generative model (WoW-1.3B), providing a strong inductive bias for physical scene dynamics. The Action-Value Expert encodes multi-view visual inputs via SigLIP2 and language via umT5, aligning modalities through asymmetric cross-attention and temporally synchronized positional embeddings.

Critically, MV-WAM introduces a dual-objective training scheme: the video branch is optimized via velocity-based flow matching consistent with high-curvature geometry, while the action branch uses direct endpoint regression suited to its low-curvature manifold. This segregation prevents the action branch from inheriting geometric complexity extraneous to its domain, explicitly tightening generalization bounds as substantiated by manifold curvature and Lipschitz-based theoretical guarantees.

Information flow is regulated using a cross-modality causal mask: video tokens attend only to themselves to preserve generation fidelity, actions are conditioned on predicted visual futures, and value tokens integrate full cross-modal context for holistic progress evaluation. This design hierarchically grounds action generation and value estimation, enforcing structural alignment without sacrificing modality-specific priors.

Progress-Valued Regulation and Online Execution Correction

MV-WAM augments action generation with a progress-value regulation mechanism. Value tokens are supervised using Monte Carlo returns along task trajectories, yielding dense progress signals. During online execution, the policy monitors the predicted value token; if it drops below a learned threshold relative to the previous peak, MV-WAM triggers a value-guided rollback. The system reverts to the cached checkpoint state and leverages conditional diffusion to resample action chunks, thereby autonomously correcting execution deviations without human intervention. This self-correcting protocol is essential for long-horizon manipulation where error accumulation would otherwise undermine robustness.

Experimental Results and Robustness Analysis

MV-WAM is empirically validated on RoboTwin 2.0 simulation and real-world dual-arm robotic platforms. On 50 benchmark tasks under both clean and randomized conditions, MV-WAM achieves a mean success rate of 84.0% (clean) and 55.7% (random), surpassing the strongest WAM baselines by up to 29.3 percentage points in random settings. Notably, the relative drop from clean to random is reduced to 33.7%, substantially lower than previous approaches (67-91%), confirming robust performance under domain shift.

Zero-shot and few-shot evaluations across 10 unseen tasks further demonstrate superior generalization: MV-WAM attains 55.6%/54.0% success (clean/random) in zero-shot settings, scaling to 77.1%/74.6% with 10-shot fine-tuning, indicating strong transferability and data efficiency.

In real-world dual-arm manipulation, MV-WAM achieves a mean performance of 77.5%, outperforming leading baselines (42.5%, 32.5%), and excels in both rigid and deformable object handling. Ablation studies confirm that manifold-aware objectives, progress-value tokens, and rollback mechanisms each contribute substantively to OOD performance; applying a unified velocity-based objective dramatically degrades action robustness (to 6.0-15.0% in random).

Implications and Outlook

MV-WAM demonstrates that principled geometric alignment, rather than increased parameter count or deeper integration, is crucial for closing the generalization gap in unified world action models. Its architecture sets a blueprint for future models that jointly synthesize visual imagination, action prediction, and task progress estimation, yet respect the structural heterogeneity inherent to multimodal data. Autonomous deviation detection and value-guided correction are shown to be pivotal for long-horizon, contact-rich tasks. Practically, MV-WAM's robustness under environmental perturbation suggests increased deployability in unstructured real-world settings, advancing manipulation reliability for industrial, service, and domestic robotics.

Theoretically, MV-WAM's manifold-aware optimization aligns with recent advances in curvature-adaptive generalization (Sarkar, 1 Jul 2025), offering a template for further exploration in multi-modal foundation models. Limitations remain: scalability at larger model sizes and value estimation under sparse reward domains are open challenges. Future avenues may include hierarchical geometric modeling, improved embodiment-aware planning, and more granular contact-sensitive control.

Conclusion

MV-WAM represents a significant advance in unified robotic manipulation policies by explicitly treating visual and action modalities as geometrically distinct. Through manifold-aware objectives and cross-modal grounding, MV-WAM achieves state-of-the-art generalization across simulation and real-world platforms, exhibiting resilience to domain shift and data scarcity. Its architectural and algorithmic innovations provide foundational insights for the next generation of robust, deployable world action models in embodied AI (2606.21088).

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.