# DriveZero：超越人类驾驶日志的端到端自动驾驶方案

- 来源：HuggingFace Daily Papers（社区热门论文）
- 发布时间：2026-09-05 08:00
- AIHOT 分数：47
- AIHOT 链接：https://aihot.news/items/cmttg9fs307ygrofpixsmhbqq
- 原文链接：https://arxiv.org/abs/2609.06055

## AI 摘要

DriveZero 提出不依赖人类驾驶日志的端到端自动驾驶方案，将驾驶拆分为感知与动作两个模型分别预训练后统一为规划器。动作侧 DriveRL 采用混合智能体闭环强化学习，感知侧 DriveVFM 融合 DINOv3、SigLIP2 等冻结视觉基础模型。

## 正文

Most end-to-end autonomous-driving systems learn by imitating human driving logs, leaving their learned behavior constrained by the quality and behavioral coverage of the recorded trajectories. This report presents DriveZero, an end-to-end system that learns driving behavior beyond human demonstrations. It decomposes driving into a perception model and an action model, pretrains each in the regime best suited to it, and combines them into one end-to-end planner. The two models call for different learning recipes: perception must understand the world, and benefits from massive and diverse visual data; action must interact with it, and requires closed-loop feedback. On the action side, we introduce DriveRL, a mixed-agent closed-loop reinforcement-learning framework. It converts real driving logs into interactive worlds, where a privileged teacher policy is trained with PPO through closed-loop rollouts. For the perception model, DriveVFM consolidates multiple frozen vision foundation models, including DINOv3, SigLIP2, SAM and Depth Anything V2, into a single backbone from raw images alone, requiring no task-specific annotations. DriveZero then unifies the two: a camera-only planner that distills the frozen DriveRL teacher through its rolled-out trajectories. The goal-conditioned teacher can moreover be queried under augmented driving intents, yielding diverse, goal-consistent supervision that logged data cannot provide. On nuPlan, DriveRL with value-guided test-time action search achieves a mean score of 93.57 across the Val14, Test14-hard, and Test14-random community splits in both non-reactive and reactive modes, exceeding the Log-Replay expert on all three splits. DriveZero achieves state-of-the-art performance on NAVSIMv1, NAVSIMv2 and the closed-loop HUGSIM benchmark without any human trajectory supervision.
