ReWorld: Learning Better Representations for World Action Models

72d ago · Global · primary source: export.arxiv.org

Researchers have introduced ReWorld, a representation-learning framework that directly optimizes the intermediate representations inside world action models for autonomous driving, reporting gains in video generation quality and closed-loop planning performance [1]. World action models, or WAMs, predict how a driving scene will evolve under a given action and are seen as a scalable approach to autonomous-vehicle planning [1]. Until now, work on WAMs has concentrated on model architecture, while the question of how a model can efficiently learn internal representations that aid planning has received little attention [1]. Standard training supervises only the final outputs of the generation and planning modules; the intermediate representations that encode world knowledge are shaped only indirectly, as byproducts of fitting those outputs [1]. ReWorld treats those intermediate representations as direct optimization targets, shaping them along three complementary dimensions [1]. On the Video DiT responsible for generation, the method imposes future-predictive supervision on intermediate representations. On the Action DiT responsible for planning, it first aligns its representations cross-modally with the video world representation, then sharpens them around safety-critical boundaries using hard-negative supervision [1]. The authors also present a systematic analysis of existing representation-learning techniques applied to video-generation world models and explain why those methods deliver limited gains on this task [1]. The framework was evaluated on the nuScenes and NAVSIM datasets [1]. Fine-tuned video generation improved by 23.9 percent in Fréchet Video Distance, with the score moving from 81.3 to 61.9 [1]. Closed-loop PDMS rose from 89.1 to 90.4 without any post-training steps such as reinforcement learning or additional post-processing [1]. Convergence when training from scratch accelerated by roughly 2x [1]. The paper was posted on arXiv, an open-access repository for preprints that hosts work across computer science, physics, and other quantitative fields [6]. The broader context for this work sits within machine learning, a field in which statistical algorithms learn from data and generalize to unseen examples without being explicitly programmed [5]. The approach echoes a wider trend in artificial intelligence toward shaping internal representations directly, a strategy that proved transformative in natural language processing with models such as BERT, which learned contextual token representations through self-supervised objectives and became a ubiquitous baseline [4].

applicationresearch-papertool-release

Background sources we checked (7)
  • arxiv.org ↗ World Action Models (WAMs) model future environment evolution under action conditioning, offering a scalable paradigm for autonomous driving. However, existing approaches focus largely on model architecture design, and how a WAM can efficiently learn better world representations …
  • en.wikipedia.org ↗ A reasoning model, also known as a reasoning language model (RLM) or large reasoning model (LRM), is a type of large language model (LLM) that has been specifically trained to solve complex tasks requiring multiple steps of logical reasoning. These models demonstrate superior per…
  • en.wikipedia.org ↗ Bidirectional encoder representations from transformers (BERT) is a language model introduced in October 2018 by researchers at Google. It learns to represent text as a sequence of vectors using self-supervised learning. It uses the encoder-only transformer architecture. BERT dra…
  • en.wikipedia.org ↗ Machine learning (ML) is a field of study in artificial intelligence concerned with the development and study of statistical algorithms that can learn from data and generalize to unseen data, and thus perform tasks without being explicitly programmed. Advances in the field of de…
  • en.wikipedia.org ↗ arXiv (pronounced as "archive"—the X represents the Greek letter chi ⟨χ⟩) is an open-access repository of electronic preprints and postprints (known as e-prints) approved for posting after moderation, but not peer reviewed. It consists of scientific papers in the fields of mathem…
  • en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…
  • en.wikipedia.org ↗ Llama ("Large Language Model Meta AI" serving as a backronym) is a family of large language models (LLMs) released by Meta AI starting in February 2023. Llama models come in different sizes, ranging from 1 billion to 2 trillion parameters. Initially only a foundation model, start…

Sources

Spot something wrong? Report an issue