当前位置: 首页 > article >正文

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视觉编码器输入层

相关文章:

DriveVLA-W0:世界模型在自动驾驶中放大数据规模定律【在动作信号的基础上增加视觉自监督信号可增强VLA效果(扩散世界模型、自回归世界模型效果都不错,图4显示扩散策略稍好一些)】

第001/22页(英文原文) DRIVEVLA-W0: WORLD MODELS AMPLIFY DATA SCALING LAW IN AUTONOMOUS DRIVING Yingyan Li1∗ Shuyao Shang1∗ Weisong Liu1∗ Bing Zhan1∗ Haochen Wang1∗ Yuqi Wang1 Yuntao Chen1 Xiaoman Wang2 Yasong An2 Chufeng Tang2 Lu Hou2 Lue Fan1B Zh…...

sxiahdainacinwjcnisd

一、OpenAI 1.OpenAI是什么简单来说,OpenAI 大模型 是由美国人工智能公司 OpenAI 开发的一系列大型语言模型(LLMs) 。你可以把它们想象成拥有巨大“知识储备”和“学习能力”的超级大脑,它们被训练用来理解和生成人类语言&#xf…...

Windows美化从任务栏开始:TranslucentTB自定义方案从入门到精通

Windows美化从任务栏开始:TranslucentTB自定义方案从入门到精通 【免费下载链接】TranslucentTB A lightweight utility that makes the Windows taskbar translucent/transparent. 项目地址: https://gitcode.com/gh_mirrors/tr/TranslucentTB 当你厌倦了Wi…...

利用爱毕业aibiye等智能软件,论文写作与编程工作流程得到革新,AI为学术研究提供新思路

文章总结表格(工具排名对比) 工具名称 核心优势 aibiye 精准降AIGC率检测,适配知网/维普等平台 aicheck 专注文本AI痕迹识别,优化人类表达风格 askpaper 快速降AI痕迹,保留学术规范 秒篇 高效处理混AIGC内容&…...

不用第三方工具!用Altium Designer 24原生功能实现Allegro到PADS的PCB文件转换

解锁Altium Designer 24原生转换能力:Allegro到PADS的PCB文件高效迁移指南 在硬件开发领域,跨EDA平台协作已成为常态。当设计团队使用不同工具链时,文件格式转换往往成为效率瓶颈。传统方案依赖第三方转换工具,不仅增加成本&#…...

从OpenJDK到GraalVM:JDK21安装后,你还可以试试这些高性能Java运行时

从OpenJDK到GraalVM:JDK21安装后,你还可以试试这些高性能Java运行时 当你完成JDK21的基础安装后,Java生态的探索才刚刚开始。现代Java开发早已不再局限于传统JVM,越来越多的创新运行时正在重塑性能边界。本文将带你深入GraalVM、L…...

ESP8266轻量协程调度器:零栈LeanTask与确定性多任务设计

1. 项目概述ESP8266Scheduler 是一个专为 ESP8266 平台设计的协作式多任务调度器(Co-operative Multitasking Scheduler),其核心目标是在资源受限的 Wi-Fi SoC 上实现轻量、确定、可预测的任务并发执行模型,同时避免传统抢占式 RT…...

Splitting.js创意指南:让网页文字动起来的实用技巧

Splitting.js创意指南:让网页文字动起来的实用技巧 【免费下载链接】Splitting JavaScript microlibrary to split an element by words, characters, children and more, populated with CSS variables! 项目地址: https://gitcode.com/gh_mirrors/sp/Splitting …...

203 异构车辆队列分布式 MPC 优化控制约束复现之旅

203 异构车辆队列分布式 MPC 优化控制约束 复现的代码 .m 文件在自动驾驶和智能交通领域,异构车辆队列的分布式模型预测控制(MPC)是个热门话题。今天就来聊聊基于复现代码(.m文件)对203异构车辆队列分布式MPC优化控制约…...

探索液晶仿真负折射的奇妙世界

液晶仿真负折射在光学和材料科学领域,负折射现象一直是一个令人着迷的研究方向。而通过液晶来进行负折射的仿真,更是为这个领域带来了新的活力和可能性。 什么是负折射 通常情况下,当光线从一种介质进入另一种介质时,遵循斯涅尔定…...

嵌入式系统模块化设计:内聚与耦合实战指南

1. 嵌入式模块设计的核心原则在嵌入式系统开发中,模块化设计质量直接影响着整个系统的生命周期成本。我经历过多个嵌入式项目后发现,那些后期维护成本高昂的系统,往往都存在模块边界模糊、依赖混乱的问题。模块化不是简单的代码分割&#xff…...

Polars 2.0清洗卡顿?,一文讲透Arrow IPC缓存、predicate pushdown与schema inference协同配置逻辑

第一章:Polars 2.0清洗卡顿现象的根因诊断Polars 2.0 在大规模数据清洗场景中偶发的卡顿并非源于计算能力不足,而是由内存管理策略变更与惰性执行链中隐式物化点触发不当共同导致。核心问题集中在 lazy() 查询计划在遭遇特定 I/O 模式或类型推断失败时&a…...

从模板到成品:5分钟搞定Java动态填充Word合同(基于Apache POI和DOCX模板)

从模板到成品:5分钟搞定Java动态填充Word合同(基于Apache POI和DOCX模板) 每次手动调整Word格式就像在玩“大家来找茬”——明明只是改个客户名称,整个文档排版却突然崩坏。去年我们团队处理了超过2000份合同,直到发现…...

十字头零件的机械加工工艺规程及工装夹具设计 (论文+CAD图纸+任务书+过程卡+工序卡+外文翻译+参考文献……)

十字头零件作为机械传动系统中的关键构件,其加工精度直接影响设备运行的稳定性与寿命。制定科学合理的机械加工工艺规程及配套工装夹具设计方案,是确保零件质量、提升加工效率的核心环节。工艺规程需系统规划从毛坯准备到成品检验的全流程,涵…...

硬件工程师成长指南:从理论到实战的完整路径

1. 硬件工程师的成长路线:从理论到实践的完整规划作为一名从业十年的硬件工程师,我见过太多新人一上来就埋头焊板子、调电路,结果浪费大量时间在低水平重复。硬件设计就像下围棋,没有全局思维的人永远只能当个业余爱好者。今天我想…...

动态链接库emp.dll详解:从原理到实战修复

动态链接库emp.dll深度解析:技术原理与高效修复指南 引言:动态链接库的现代价值 在Windows系统的软件生态中,动态链接库(DLL)如同建筑中的预制构件,通过代码复用机制显著提升了开发效率和系统资源利用率。emp.dll作为其中一员&…...

Python程序员转战Mojo的最后1公里:自动转换工具mojoify上线首周已修复89%语法迁移阻塞点(限时开源)

第一章:Mojo与Python混合编程全景概览Mojo 是一种为 AI 系统量身打造的现代系统编程语言,兼具 Python 的易用性与 C/Rust 的执行效率。它原生兼容 Python 生态,允许开发者在同一个项目中无缝调用 Python 模块、复用 NumPy/Torch 接口&#xf…...

超越简单拼接:如何用SuperFusion的语义约束,让你的图像融合结果直接服务于目标检测与分割?

超越简单拼接:语义约束如何重塑图像融合的下游任务价值 当红外与可见光图像在自动驾驶感知系统中相遇时,工程师们往往面临一个两难选择:追求视觉上自然的融合效果,还是确保关键目标特征能被检测算法准确识别?传统融合方…...

SOONet模型Python从入门到集成:环境配置与核心调用

SOONet模型Python从入门到集成:环境配置与核心调用 如果你刚接触AI模型,想用Python把SOONet这样的模型跑起来,可能会觉得有点无从下手。环境怎么配?依赖库怎么装?模型文件放哪里?代码怎么写?这…...

暗黑破坏神2终极单机插件:PlugY生存工具包完全指南

暗黑破坏神2终极单机插件:PlugY生存工具包完全指南 【免费下载链接】PlugY PlugY, The Survival Kit - Plug-in for Diablo II Lord of Destruction 项目地址: https://gitcode.com/gh_mirrors/pl/PlugY 如果你是一名暗黑破坏神2的单机玩家,是否曾…...

Python实战:用SymPy解常微分方程 vs 偏微分方程的5个关键差异

Python实战:用SymPy解常微分方程 vs 偏微分方程的5个关键差异 微分方程是数学建模的核心工具,而Python的SymPy库让符号计算变得触手可及。但当你真正在Jupyter Notebook中敲下dsolve()命令时,是否困惑过为什么有些方程秒出结果,有…...

探索kedro:数据科学项目的高效管理框架

探索kedro:数据科学项目的高效管理框架 【免费下载链接】kedro Kedro is a toolbox for production-ready data science. It uses software engineering best practices to help you create data engineering and data science pipelines that are reproducible, ma…...

aibye爱毕业推出六大顶尖平台评测,智能润色与高效创作功能一键实现,科研领域不可或缺的AI助手

工具名称 核心功能 特色优势 Aibiye 论文生成降AI率 全学科覆盖、仿写优化、自动图表生成 Aicheck AI检测文献综述辅助 精准查新、3分钟高效成文 GPT学术版 润色/翻译/代码解释 多模型协同、PDF深度解析 摆平论文 大纲生成降重改写 三步出稿、本硕博通用 QuillB…...

Arduino LSM6DS3驱动库深度解析:寄存器级IMU开发指南

1. Arduino_LSM6DS3库深度解析:面向嵌入式工程师的LSM6DS3惯性测量单元驱动开发指南 1.1 库定位与工程价值 Arduino_LSM6DS3是专为Arduino Nano 33 IoT和Arduino Uno WiFi Rev2两款板卡设计的LSM6DS3惯性测量单元(IMU)驱动库。该库并非通用型…...

Python 算法详解:从原理到实践

Python 算法详解:从原理到实践 1. 背景与动机 算法是计算机科学的核心,它是解决问题的步骤和方法。Python 作为一种功能强大的编程语言,提供了丰富的工具和库来实现各种算法。掌握 Python 算法不仅可以提高程序的效率,还可以培养解…...

爱毕业aibye发布六大权威平台排名,智能改写与高效写作功能一键完成,科研必备的AI工具

工具名称 核心功能 特色优势 Aibiye 论文生成降AI率 全学科覆盖、仿写优化、自动图表生成 Aicheck AI检测文献综述辅助 精准查新、3分钟高效成文 GPT学术版 润色/翻译/代码解释 多模型协同、PDF深度解析 摆平论文 大纲生成降重改写 三步出稿、本硕博通用 QuillB…...

ArdaTask:面向MCU的轻量级时间驱动任务调度框架

1. 项目概述ArdaTask 是一个面向嵌入式系统的轻量级、时间驱动型多任务调度框架,其设计目标明确:在资源受限的MCU(如Cortex-M0/M3/M4、RISC-V内核)上实现确定性、低开销、无动态内存分配的周期性任务管理。它不替代RTOS&#xff0…...

ROS2数据录制实战:用ros2 bag记录小海龟运动轨迹(附常见问题排查)

ROS2数据录制实战:从入门到精通的ros2 bag全指南 小海龟在屏幕上划出优美轨迹的瞬间,你是否想过如何完整记录这些运动数据?ROS2中的ros2 bag工具正是为解决这类需求而生。作为机器人开发中的数据"时光机",它不仅能忠实记…...

Adafruit MAX44009库详解:超低功耗环境光传感器驱动与工程实践

1. 项目概述Adafruit MAX44009 库是专为 Analog Devices(原 Maxim Integrated)推出的 MAX44009 环境光传感器设计的 Arduino 兼容驱动库。该库封装了 IC 通信、寄存器配置、自动量程切换、中断管理及光照度(lux)换算等底层逻辑&am…...

Ubuntu 23.04 避坑指南:pip install virtualenv 报错 extern-managed-environment 的3种解决方案

Ubuntu 23.04 Python包管理新规深度解析:安全与灵活性的平衡之道 最近升级到Ubuntu 23.04的Python开发者们可能遇到了一个令人困惑的新错误——当尝试使用pip install安装包时,系统会抛出"externally-managed-environment"的警告并拒绝执行。这…...