Deferred Exposure of Future Trajectories for Verifiable Reasoning in Autonomous Driving VLMs

Zixuan Huang, Yang Zhou, Kaixuan Wang, Guli Zhang, Hongyan Xie, Yakun Zhu, Hao Geng, Yikun Ban, Deqing Wang

arXiv:2608.01755 · 2026-08-04 공개 · arXiv · PDF

chain-of-thought rlvr autonomous-driving vision-language-model trajectory-generation verifiable-reasoning ad-mcq deferred-exposure

Abstract

Recent Vision-Language-Action (VLA) models for autonomous driving (AD) increasingly utilize chain-of-thought (CoT) supervision to enhance the reasoning capabilities of their Vision-Language Model (VLM) components, yet existing annotation pipelines commonly expose the teacher model to the logged ground-truth (GT) future trajectory. We empirically show that this induces trajectory anchoring bias: teacher models rationalize the revealed outcome rather than infer a decision from scene evidence, producing less causally faithful CoTs and substantially more severe hallucinations, especially in causally challenging scenes. Removing the GT trajectory eliminates this shortcut, but open-ended trajectory generation entangles high-level decision-making with precise geometric synthesis and low-level dynamics. To make trajectory-level driving decisions verifiable without requiring open-ended trajectory synthesis, we introduce Autonomous-Driving Multiple-Choice Question (AD-MCQ), which casts planning as selection among explicit trajectory candidates. Taking this a step further, we propose Deferred Exposure of Future Trajectories for RLVR (DEFT-RLVR) to transform future trajectories from pre-decision anchors into post-decision verification targets. Experimental results show that DEFT-RLVR improves AD reasoning while preserving or even enhancing general visual capabilities. With VLM-only inference and controllable difficulty through candidate construction, AD-MCQ provides a flexible, scalable, and extensible foundation for future research on verifiable AD reasoning.

한국어 요약

한 줄 요약

자율주행 VLM에서 미래 경로를 지연 노출하여 검증 가능한 추론을 구현하는 DEFT-RLVR과 AD-MCQ를 제안한다.

핵심 기여도

핵심 아이디어

기존 자율주행 VLA 모델에서 VLM은 CoT 감독을 통해 추론 능력을 향상시키지만, GT 경로에 과도하게 의존하게 되면 **trajectory anchoring bias**가 발생한다. 이는 모델이 실제 장면 증거가 아닌 이미 알려진 결과를 합리화하게 만들며, 특히 인과적으로 복잡한 상황에서 심각한 환상을 유발한다. 이를 해결하기 위해, **DEFT-RLVR**은 미래 경로를 **사전 결정 조건이 아닌 사후 검증 대상**으로 전환한다. 즉, 정책이 장면 기반 결정을 내린 후에야 후보 경로를 노출함으로써, 추론 과정을 보다 인과적으로 믿을 수 있는 방향으로 유도한다.

또한, **AD-MCQ**는 경로 후보 선택 문제를 통해, 개방형 경로 생성 없이도 정확한 경로 결정을 검증 가능하게 한다. 이는 경로 후보가 브레이킹 시간, 속도 프로파일, 횡방향 기하학을 구분함으로써, 각 선택지가 구체적인 계획에 기반하도록 설계되었다.

기술적 접근법

주요 결과

의의 및 한계

실용적 활용