DriveVLA-W0:世界模型在自动驾驶中放大数据规模定律【在动作信号的基础上增加视觉自监督信号可增强VLA效果(扩散世界模型、自回归世界模型效果都不错,图4显示扩散策略稍好一些)】
第001/22页(英文原文)DRIVEVLA-W0: WORLD MODELS AMPLIFY DATA SCALING LAW IN AUTONOMOUS DRIVINGYingyan Li1∗ Shuyao Shang1∗ Weisong Liu1∗ Bing Zhan1∗ Haochen Wang1∗Yuqi Wang1 Yuntao Chen1 Xiaoman Wang2 Yasong An2Chufeng Tang2 Lu Hou2 Lue Fan1B Zhaoxiang Zhang1B1NLPR, Institute of Automation, Chinese Academy of Sciences (CASIA)2Yinwang Intelligent Technology Co. Ltd.{liyingyan2021,shangshuyao2024,liuweisong2024,zhanbing2024}@ia.ac.cn{lue.fan, zhaoxiang.zhang}@ia.ac.cnCode: https://github.com/BraveGroup/DriveVLA-W0Figure 1: World modeling as a catalyst for VLA data scalability. (a): Unlike standard VLAs trained solely on action supervision, our DriveVLA-W0 is trained to predict both future actions and visual scenes. (b): This world modeling task provides a dense source of supervision, enabling our model to better harness the benefits of large-scale data.ABSTRACTScaling Vision-Language-Action (VLA) models on large-scale data offers a promising path to achieving a more generalized driving intelligence. However, VLA models are limited by a “supervision deficit”: the vast model capacity is supervised by sparse, low-dimensional actions, leaving much of their representational power underutilized. To remedy this, we propose DriveVLA-W0, a training paradigm that employs world modeling to predict future images. This task generates a dense, self-supervised signal that compels the model to learn the underlying dynamics of the driving environment. We showcase the paradigm’s versatility by instantiating it for two dominant VLA archetypes: an autoregressive world model for VLAs that use discrete visual tokens, and a diffusion world model for those operating on continuous visual features. Building on the rich representations learned from world modeling, we introduce a lightweight action expert to address the inference latency for real-time deployment. Extensive experiments on the NAVSIM v1/v2 benchmark and a680 x 6 8 0 \mathrm { x }680xlarger in-house dataset demonstrate that DriveVLA-W0 significantly outperforms BEV and VLA baselines. Crucially, it amplifies the data scaling law, showing that performance gains accelerate as the training dataset size increases.1 INTRODUCTIONThe promise of scaling laws (Kaplan et al., 2020; Zhai et al., 2022; Baniodeh et al., 2025; Dehghani et al., 2023) presents an attractive path toward more generalized driving intelligence, with the hope that petabytes of driving data can be harnessed to train powerful foundation models. In the current第001/22页(中文翻译)DRIVEVLA‑W0:世界模型在自动驾驶中放大数据规模定律图 1:世界建模作为VLA数据可扩展性的催化剂。(a):与仅通过动作监督训练的标准VLA不同,我们的DriveVLA‑W0被训练来预测未来的动作和视觉场景。(b):这项世界建模任务提供了密集的监督来源,使我们的模型能够更好地利用大规模数据的优势。摘要在大型数据集上扩展视觉‑语言‑动作模型为实现更通用的驾驶智能提供了一条前景广阔的路径。然而,VLA模型受限于“监督赤字”:巨大的模型容量仅由稀疏、低维的动作进行监督,导致其大部分表征能力未被充分利用。为解决此问题,我们提出了DriveVLA-W0,一种采用世界建模来预测未来图像的训练范式。这项任务产生了密集的自监督信号,迫使模型学习驾驶环境的基本动态。我们通过将其应用于两种主流的VLA架构来展示该范式的通用性:为使用离散视觉标记的VLA构建自回归世界模型,以及为基于连续视觉特征的VLA构建扩散世界模型。基于从世界建模中学到的丰富表征,我们引入了一个轻量级的动作专家模块,以解决实时部署的推理延迟问题。在NAVSIM v1/v2基准测试和一个规模扩大680倍的内部数据集上进行的大量实验表明,DriveVLA‑W0显著优于BEV和VLA基线模型。至关重要的是,它放大了数据缩放定律,表明随着训练数据集规模的增加,性能提升会加速。1 引言扩展定律(Kaplan 等人,2020;Zhai 等人,2022;Baniodeh 等人,2025;Dehghani 等人,2023)的前景,为通向更通用的驾驶智能提供了一条诱人的路径,人们希望利用PB级的驾驶数据来训练强大的基础模型。在当前第002/22页(英文原文)landscape, two dominant paradigms exist. On one side are specialized models (Hu et al., 2022; Jiang et al., 2023) centered around Bird’s-Eye-View (BEV) representations (Li et al., 2022; Huang et al., 2021). These models are built upon carefully designed geometric priors, which, while effective for driving-specific tasks, make it less straightforward to leverage non-driving datasets. In addition, their relatively compact architectures may constrain their potential for large-scale data scalability. In response, Vision-Language-Action (VLA) models (Fu et al., 2025; Li et al., 2025b; Zhou et al., 2025c) have emerged as a promising alternative. By leveraging large-scale Vision-Language Models (VLMs) (Wang et al., 2024b; Bai et al., 2025) pretrained on internet-scale data, VLAs possess a significantly larger model size and a greater intrinsic potential for scaling.However, this scaling potential is largely unrealized due to a critical challenge: the immense model size of VLA models is met with extremely sparse supervisory signals. The standard paradigm involves fine-tuning these VLM models solely on expert actions. This tasks the model with mapping high-dimensional sensory inputs to a few low-dimensional control signals (e.g., waypoints). This creates a severe “supervision deficit”. This deficit prevents the model from learning rich world representations, a fundamental limitation that cannot be overcome by simply increasing the volume of action-only training data. In fact, we observe that without sufficient supervision, large VLA models can even underperform smaller, specialized BEV models.To address this supervision deficit, we harness the power of world modeling (Li et al., 2024a; Wang et al., 2025; Cen et al., 2025; Chen et al., 2024), integrating it as a dense self-supervised objective to supplement the sparse action signal. By tasking the model with predicting future images, we generate a dense and rich supervisory signal at every timestep. This objective forces the model to learn the underlying dynamics of the environment and build a rich, predictive world representation. To validate the effectiveness of our approach, we implement it across the two dominant VLA architectural families, which are primarily differentiated by their visual representation: discrete tokens versus continuous features. For VLAs that represent images as discrete visual tokens, world modeling is a natural extension. We propose an autoregressive world model to predict the sequence of discrete visual tokens of future images. For VLAs that operate on continuous features, this task is more challenging as they lack a visual vocabulary, making a direct next-token prediction approach infeasible. To bridge this gap, we introduce a diffusion world model that generates future image pixels conditioned on the vision and action features produced at the current frame.We validate our world modeling approach across multiple data scales, from academic benchmarks to a massive in-house dataset. First, experiments scaling at academic benchmarks reveal that world modeling is crucial for generalization, as it learns robust visual patterns rather than overfitting to dataset-specific action patterns. To study true scaling laws, we then leverage a massive 70M-frame in-house dataset, as Figure 1 shows. This confirms our central hypothesis: world modeling amplifies the data scaling law. This advantage stems from the dense visual supervision provided by future frame prediction, creating a qualitative gap that cannot be closed by purely scaling the quantity of action-only data. Finally, to enable real-time deployment, we introduce a lightweight, MoE-based Action Expert. This expert decouples action generation from the large VLA backbone, reducing inference latency to just63.1 % 6 3 . 1 \%63.1%of the baseline VLA and creating an efficient testbed to study different action decoders at a massive scale. This reveals a compelling reversal of performance trends from smaller to larger data scales. While complex flow-matching decoders often hold an advantage on small datasets, we find that this relationship inverts at a massive scale, where the simpler autoregressive decoder emerges as the top performer. Our work makes three primary contributions:• We identify the “supervision deficit” as a critical bottleneck for scaling VLAs and propose DriveVLA-W0, a paradigm that uses world modeling to provide a dense, self-supervised learning signal from visual prediction.• Our experiments reveal two key scaling advantages of world modeling. First, it enhances generalization across domains with differing action distributions by learning transferable visual representations. Second, on a massive 70M-frame dataset, it amplifies the data scaling law, providing a benefit that simply scaling up action-only supervision cannot achieve.• We introduce a lightweight MoE-based Action Expert that reduces inference latency to63.1 % 6 3 . 1 \%63.1%of the baseline. Using this expert as a testbed, we uncover a compelling scaling law reversal for action decoders: simpler autoregressive models surpass more complex flow-matching ones at a massive scale, inverting the performance trend seen on smaller datasets.第002/22页(中文翻译)格局中,存在两种主导范式。一方面是基于鸟瞰图表示的专用模型(Hu 等人,2022;Jiang 等人,2023)(Li 等人,2022;Huang 等人,2021)。这些模型建立在精心设计的几何先验之上,虽然对驾驶特定任务有效,但使得利用非驾驶数据集变得不那么直接。此外,它们相对紧凑的架构可能限制其大规模数据扩展的潜力。作为响应,视觉‑语言‑动作模型(Fu 等人,2025;Li 等人,2025b;Zhou 等人,2025c)已成为一种有前景的替代方案。通过利用在互联网规模数据上预训练的大规模视觉‑语言模型(Wang 等人,2024b;Bai 等人,2025),VLA模型拥有显著更大的模型规模以及更强的内在扩展潜力。然而,这种规模化潜力在很大程度上未能实现,原因在于一个关键挑战:VLA模型巨大的模型规模与极其稀疏的监督信号形成了鲜明对比。标准范式仅涉及在专家动作数据上对这些VLM模型进行微调。这要求模型将高维度的感知输入映射到少数低维度的控制信号(例如,路径点)。这造成了严重的“监督赤字”。这种赤字阻碍了模型学习丰富的世界表征,这是一个根本性的限制,无法仅通过增加纯动作训练数据的数量来克服。事实上,我们观察到,在没有充分监督的情况下,大型VLA模型甚至可能表现不如更小、更专门的BEV模型。为了解决这一监督赤字,我们利用世界建模(Li等人,2024a;Wang等人,2025;Cen等人,2025;Chen等人,2024)的能力,将其作为一种密集的自监督目标来整合,以补充稀疏的动作信号。通过让模型预测未来图像,我们在每个时间步生成一个密集且丰富的监督信号。这一目标迫使模型学习环境的底层动态,并构建一个丰富的、预测性的世界表征。为了验证我们方法的有效性,我们在两大主导的VLA架构家族中实施了该方法,这两种架构的主要区别在于其视觉表征方式:离散标记与连续特征。对于将图像表示为离散视觉标记的VLA(自回归世界模型),世界建模是一个自然的延伸。我们提出了一种自回归世界模型来预测未来图像的离散视觉标记序列。当前图像先被量化成离散视觉 token;文本、视觉 token、历史动作 token 一起输入 VLA 主干;主干隐状态一方面送到动作头预测未来动作;另一方面送到自回归世界模型头,预测未来图像的离散视觉 token 序列。动作专家自回归世界模型Emu3 Transformer (8B)交错序列构建Token化MoVQGAN 视觉编码器输入层查询最近邻语言指令 Lt文本序列当前图像 It[H, W, 3]未来图像 It+1[H, W, 3]历史动作 At-1[T, 3]编码器 EncoderCNN + Attention向量量化器Vector QuantizerVQ索引 tokens[H', W'] 离散整数例: [18, 32]未来VQ索引[H', W'] 离散整数码本 Codebook[K, D] K=8192可学习向量文本Tokenizer词表映射FAST Tokenizer动作离散化文本tokens[L_txt]动作tokens[L_act]序列格式:St = [Lt-H, Vt-H, At-H-1, ..., Lt, Vt, At-1]input_ids[B, L] 整数序列Token Embedding[B, L, 4096]Transformer Layers自注意力 + FFN隐藏状态[B, L, 4096]世界模型预测头预测下一帧VQ tokens预测的VQ索引[B, H', W']交叉熵损失L_WM-AR动作解码器动作输出[B, 8, 3]对于在连续视觉特征 VLA(扩散世界模型),这项任务更具挑战性,因为它们缺乏视觉词汇表,使得直接的下一标记预测方法不可行。为了弥合这一差距,我们引入了一个扩散世界模型,该模型基于当前帧产生的视觉和动作特征来生成未来图像像素。图像不被量化成视觉 token,而是编码成连续视觉特征;VLA 主干输出的视觉隐藏状态和动作隐藏状态被抽取出来;这些特征作为条件输入扩散模型;扩散模型学习生成未来图像像素(或其 VAE latent)。动作专家ROSS扩散世界模型ROSS隐藏状态提取Qwen2.5-VL Transformer (7B)序列构建Token化ViT视觉编码器输入层
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.coloradmin.cn/o/2466773.html
如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈,一经查实,立即删除!