Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv AI · 2026/8/2 06:45:16

WAM-Diff2: Hierarchical AR-to-Diffusion Distillation for Highly Efficient Autonomous Driving VLA

AI 中文解读
核心亮点:这项技术让原本“慢半拍”的自动驾驶AI模型,在不牺牲聪明程度的前提下,推理速度快了最高15倍,相当于给AI司机换上了“火箭引擎”。 通俗解读:现在的自动驾驶AI就像一位边看路况边自言自语的老司机,必须一个字一个字地思考下一步动作,遇到复杂路况就容易卡顿。而新方法好比让这位老司机把驾驶经验和判断能力,完整“传授”给一位能同时处理多条信息的新司机,让他可以并行思考、瞬间反应。关键步骤是分阶段“教学”,先局部适应,再整体磨合,确保新司机学到的本事不打折扣,同时天然避免了老司机那种“一步错步步错”的连锁反应问题。 实际影响:对普通人来说,这意味着自动驾驶汽车的反应能更接近人类,甚至更快,面对突然窜出的行人或车辆时能更果断地刹车或避让,安全性显著提升。同时,计算成本大幅下降,未来自动驾驶的硬件门槛更低,打车或购车价格会更亲民,高阶辅助驾驶也有望普及到更多中低端车型,让普通消费者都能享受到更省心、更可靠的智能出行体验。
Vision-Language-Action (VLA) models have emerged as a prominent paradigm for end-to-end autonomous driving; however, their efficient deployment is severely constrained by high computational latency and exposure bias arising from sequential autoregressive decoding. Conversely, while specialized diffusion policies enable low-latency, parallel execution, training them from scratch typically yields narrow, single-task architectures that lack holistic visual-linguistic reasoning. Successfully transforming pre-trained autoregressive generalists into parallel diffusion models could combine multi-task cognitive intelligence with execution efficiency, yet this transition presents a formidable architectural challenge due to mismatched attention patterns (causal versus bidirectional) and divergent optimization objectives. To bridge this divide, we introduce WAM-Diff2, a multi-task discrete diffusion VLA framework powered by a three-stage hierarchical distillation strategy. By structuring the architectural shift through progressive block-wise adaptation, block-wise distillation, and model-wise cross-scale distillation, WAM-Diff2 preserves the underlying semantic foundations of the base model while accelerating inference. Extensive evaluations across driving understanding, perception, and planning benchmarks demonstrate that WAM-Diff2 effectively mitigates exposure bias and achieves performance parity with autoregressive baselines. Crucially, the autoregressive-to-diffusion transition yields a 2.8x decoding speedup, which scales to an ultimate 15.1x acceleration when combined with system-level optimizations including FlashInfer and CUDA Graphs.
分享
阅读原文