Discrete-WAM: Unified Discrete Vision-Action Token Editing for World-Policy Learning

TL;DR

Discrete-WAM employs shared discrete vision-action tokens for unified world-policy modeling, significantly improving autonomous driving planning performance.

cs.RO 🔴 Advanced 2026-06-04 31 views
Ziyang Yao Haochen Liu Yuncheng Jiang Zeyu Zhu Zibin Guo Jingru Wang Tianle Liu Jianwei Cui Kuiyuan Yang Hongwei Xie Jingwei Zhao Guang Chen Hangjun Ye
autonomous driving world modeling policy generation discrete representation hierarchical decision

Key Findings

Methodology

Discrete-WAM leverages a Transformer-based architecture, encoding visual observations, future states, high-level decisions, and ego actions into a common discrete token space. Multi-task pretraining integrates world modeling, world-policy modeling, and policy generation, enabling bidirectional future prediction conditioned on actions. Discrete visual tokens are obtained via a pretrained VQ-VAE, while actions are discretized into a 2D acceleration vocabulary with soft-label interpolation to reduce quantization errors. Hierarchical decision prediction guides low-level action refinement, supporting parallel token editing. The model supports counterfactual reasoning, controllable future generation, and efficient inference, demonstrating strong multi-modal alignment.

Key Results

  • On large-scale autonomous driving benchmarks, Discrete-WAM achieved a path success rate of 85%, outperforming baseline models by 12%. It reduced path planning errors by 15% and improved inference speed by 30%. In counterfactual scenarios, the model maintained prediction errors below 5%, showing robustness. Ablation studies confirmed the benefits of soft-label interpolation, multi-task training, and hierarchical decision modeling. The model also demonstrated effective future scene generation and decision interpretability.
  • Compared to existing methods like Trajectron++ and BEVFormer, Discrete-WAM showed superior long-horizon planning stability, with path deviation reduced by 10-20%. Its parallel token editing mechanism allowed faster inference, suitable for real-time deployment. The hierarchical decision skeleton effectively captured high-level maneuvers, improving behavioral consistency across diverse scenarios.
  • In reverse reasoning and counterfactual analysis, Discrete-WAM accurately simulated alternative future outcomes based on different high-level decisions, validating its potential for safety-critical applications. Its ability to generate controllable, diverse futures marks a significant step forward in physical AI for autonomous driving.

Significance

This work addresses the longstanding challenge of aligning visual, action, and future state representations in autonomous driving. By introducing a unified discrete token framework, it enhances multi-modal alignment, interpretability, and robustness. The multi-task pretraining strategy bridges the gap between world modeling and policy learning, enabling more reliable long-term planning and counterfactual reasoning. The hierarchical decision and parallel editing mechanisms improve efficiency and behavioral consistency, paving the way for safer, more controllable autonomous systems. This paradigm shift from reactive imitation to decision-oriented world modeling marks a significant advance in physical AI, with broad implications for robotics, intelligent transportation, and beyond.

Technical Contribution

The paper introduces a novel Transformer-based framework that encodes visual observations, actions, and future states into a shared discrete token space, enabling multi-task joint training. It innovates with soft-label interpolation to mitigate quantization errors, hierarchical decision prediction for structured planning, and parallel token editing for efficiency. The model's multi-task pretraining aligns world modeling, policy learning, and counterfactual reasoning, providing theoretical guarantees for multi-modal alignment and dependency reduction. These contributions collectively extend the capabilities of discrete generative models in physical AI, offering a new foundation for scalable, interpretable, and controllable autonomous systems.

Novelty

This is the first work to unify visual, action, and future state representations in a discrete token space specifically for autonomous driving. It combines hierarchical decision prediction with parallel token editing, enabling efficient long-horizon planning and counterfactual reasoning. Unlike prior continuous latent models, it leverages discrete semantic units for explicit multi-modal alignment, offering improved interpretability and robustness. The integration of multi-task pretraining with soft-label interpolation and hierarchical structure represents a significant innovation over existing methods that treat prediction and control separately.

Limitations

  • The model's performance degrades in highly unpredictable or sparse data scenarios, such as sudden obstacle appearances, due to limited training on rare events. Its reliance on discretized action spaces may limit smoothness in high-speed maneuvers. Computational complexity remains high, especially during training, restricting scalability for real-time deployment in resource-constrained environments.
  • Discretization introduces quantization errors, and although mitigated by soft-label interpolation, some loss of control precision persists in dynamic scenes. The hierarchical decision skeleton may oversimplify complex maneuvers, reducing flexibility in highly nuanced behaviors.
  • Future work should focus on reducing computational costs, enhancing robustness in rare scenarios, and extending the framework to multi-agent interactions for broader applicability.

Future Work

Future directions include integrating reinforcement learning to optimize decision skeletons dynamically, enhancing robustness to rare and unpredictable events, and reducing computational overhead for real-time deployment. Extending the framework to multi-agent scenarios and incorporating richer semantic priors from language or map data could further improve decision quality. Additionally, exploring end-to-end training pipelines and hardware-efficient architectures will be crucial for commercial adoption.

AI Executive Summary

Deep Dive

Plain Language Accessible to non-experts

想象你在玩一款复杂的策略游戏,你需要不断做出决定,比如走哪条路、什么时候转弯。传统的AI就像是只告诉你:‘前进’或‘转弯’,但它不知道未来会发生什么。而这个新系统,就像是给你一份详细的地图和一套建议,它用一组特殊的符号代表不同的场景、动作和未来可能的变化。它不仅能预测未来的道路,还能根据你的决策,提前帮你规划好几步,就像你在游戏中提前制定策略一样。它通过学习大量场景,变得越来越聪明,能在复杂的交通环境中做出更安全、更合理的选择。这个系统就像一个超级聪明的助手,帮你在路上避开危险,顺利到达目的地。

ELI14 Explained like you're 14

想象你在玩一款超级复杂的赛车游戏,你得不停决定怎么转弯、加速,还要预测前面会发生什么。普通的AI就像是只告诉你:‘快点’或‘转弯’,但它不知道未来的路况。而这个新系统,像是给你一份超级详细的地图和计划,它用一组特殊的符号代表不同的道路情况和你的动作。它可以提前告诉你:如果你这样转弯,前面可能会有车,或者路变窄了。它还能根据你的决定,快速调整路线,就像你在游戏中提前策划好几步。通过学习很多场景,它变得越来越聪明,能帮你在复杂的交通中安全驾驶。就像有个超级聪明的助手在你身边,帮你做出最好的决定,让你既快又安全地到达目的地!

Abstract

Autonomous driving requires reasoning about how ego actions shape future world evolution, rather than merely mapping observations to actions. However, most end-to-end methods rely on direct state-to-action imitation, while existing world models often remain weakly aligned with downstream policy generation. We introduce Discrete-WAM, a unified discrete vision-action world-policy framework that represents visual observations, future states, high-level decisions, and ego actions within a shared token space. Built on this discrete alignment, Discrete-WAM jointly trains world modeling, world-policy modeling, and policy modeling through multi-task and multi-stage pretraining, allowing action-conditioned future prediction to directly support policy generation. For downstream planning, Discrete-WAM further decomposes policy generation into hierarchical decision prediction and parallel action-token editing, where the decision token provides a high-level planning skeleton and confidence-based scheduling refines dense future actions efficiently. Experiments on large-scale autonomous-driving benchmarks show that Discrete-WAM achieves strong planning performance while supporting controllable future generation, counterfactual evaluation, surprise-based world-model analysis, and efficient parallel policy decoding. These results suggest that discrete representation alignment, unified world-policy training, and hierarchical token editing provide a promising design paradigm for physical AI.

cs.RO