arXiv:2608.14586cs.DCcs.AI2026-08

通过分块调度让视觉语言动作模型在车端高效运行

Efficient Block-Layer Parallel Inference for Vision-Language-Action on Hybrid Architectures

论文配图:Efficient Block-Layer Parallel Inference for Vision-Language-Action on Hybrid Architectures
图 1 · 摘自论文原文
  • 将模型分块,视觉编码器和前缀留在GPU,后缀移至CPU异步执行
  • 在Bench2Drive上使Orion延迟降21.7%,MindDrive降30.9%,显存从45GB减至29GB
  • 适合在资源受限的车载系统中部署统一的自动驾驶模型

视觉语言动作(VLA)模型正成为自动驾驶的前沿范式,但其在现有车载平台部署面临高推理延迟和强GPU资源压力。在完整自动驾驶栈中,传统平台为模块化流水线设计,当多个规划功能集成到统一的VLA模型后,部分原有CPU预算闲置,而视觉编码器与主推理路径仍集中占用大量计算与内存资源于GPU。直接部署时,在真实GPU内存限制下常难以实现。为此,本文提出一种支持灵活资源调度的混合CPU-GPU推理框架。通过在块层级分割VLA主干,将视觉编码器与大语言模型前缀保留在GPU,利用跨帧异步流水线将大语言模型后缀卸载至CPU,从而在异构处理器间暴露可调度边界以重新分配计算与内存压力。我们在两个代表性驾驶VLA模型Orion和MindDrive上进行评估。在Bench2Drive上,该方法将Orion平均延迟从521ms降至408.0ms(降幅21.7%),MindDrive从443ms降至306.2ms(降幅30.9%)。对于Orion,估算峰值GPU显存由45GB降至29GB。在真实车辆部署中,与Autoware.Universe共存时,原生Orion因显存不足无法运行,而混合版本成功运行全栈系统。

原文摘要 · Abstract (English)

Vision-Language-Action (VLA) models are becoming a promising paradigm for autonomous driving, but their deployment on existing vehicle platforms remains difficult because they introduce both high inference latency and strong GPU-side resource pressure. In a full autonomous driving stack, this problem is even more pronounced: legacy vehicle platforms were provisioned for modular pipelines, yet after several planning-related functions are absorbed into a unified VLA model, part of the original CPU budget becomes underutilized, while the visual encoder and the main reasoning path still concentrate most computation and memory demand on the GPU. As a result, directly deploying VLA together with the rest of the onboard system can be hard under realistic GPU memory constraints. To address this issue, we present a hybrid CPU--GPU inference framework with flexible resource scheduling for autonomous driving. Our design partitions the VLA backbone at the block-layer granularity, executes the visual encoder and LLM prefix on the GPU, and offloads the LLM suffix to the CPU through a cross-frame asynchronous pipeline, thereby exposing a schedulable boundary for redistributing compute and memory pressure across heterogeneous processors. We evaluate the proposed framework on two representative driving VLA models, Orion and MindDrive. On Bench2Drive, our method reduces average latency from 521ms to 408.0ms for Orion and from 443ms to 306.2ms for MindDrive, corresponding to 21.7% and 30.9% reduction, respectively. For Orion, the estimated peak GPU memory is further reduced from 45GB to 29GB. In real-vehicle deployment under coexistence with Autoware.Universe, native Orion cannot run because the onboard GPU memory budget is insufficient, whereas the hybrid version runs successfully together with the full vehicle stack.

自动驾驶混合推理显存优化

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。