Deferred Exposure of Future Trajectories for Verifiable Reasoning in Autonomous Driving VLMs
Summary
Introduces AD-MCQ and DEFT-RLVR, a method for verifiable reasoning in autonomous driving VLMs that defers future trajectory exposure to post-decision verification, improving reasoning faithfulness while reducing hallucinations.
View Cached Full Text
Cached at: 08/04/26, 05:37 AM
Paper page - Deferred Exposure of Future Trajectories for Verifiable Reasoning in Autonomous Driving VLMs
Source: https://huggingface.co/papers/2608.01755 Published on Aug 3
·
Submitted byhttps://huggingface.co/hzxllll
hzxon Aug 4
Abstract
RecentVision-Language-Action(VLA)modelsforautonomousdriving(AD)increasinglyutilizechain-of-thought(CoT)supervisiontoenhancethereasoningcapabilitiesoftheirVision-LanguageModel(VLM)components,yetexistingannotationpipelinescommonlyexposetheteachermodeltotheloggedground-truth(GT)futuretrajectory.Weempiricallyshowthatthisinducestrajectoryanchoringbias:teachermodelsrationalizetherevealedoutcomeratherthaninferadecisionfromsceneevidence,producinglesscausallyfaithfulCoTsandsubstantiallymoreseverehallucinations,especiallyincausallychallengingscenes.RemovingtheGTtrajectoryeliminatesthisshortcut,butopen-endedtrajectorygenerationentangleshigh-leveldecision-makingwithprecisegeometricsynthesisandlow-leveldynamics.Tomaketrajectory-leveldrivingdecisionsverifiablewithoutrequiringopen-endedtrajectorysynthesis,weintroduceAutonomous-DrivingMultiple-ChoiceQuestion(AD-MCQ),whichcastsplanningasselectionamongexplicittrajectorycandidates.Takingthisastepfurther,weproposeDeferredExposureofFutureTrajectoriesforRLVR(DEFT-RLVR)totransformfuturetrajectoriesfrompre-decisionanchorsintopost-decisionverificationtargets.ExperimentalresultsshowthatDEFT-RLVRimprovesADreasoningwhilepreservingorevenenhancinggeneralvisualcapabilities.WithVLM-onlyinferenceandcontrollabledifficultythroughcandidateconstruction,AD-MCQprovidesaflexible,scalable,andextensiblefoundationforfutureresearchonverifiableADreasoning.
View arXiv pageView PDFGitHub0Add to collection
Get this paper in your agent:
hf papers read 2608\.01755
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper1
#### hzxllll/DEFT-RLVR-model-HF Image-Text-to-Text• 9B• Updatedabout 3 hours ago
Datasets citing this paper1
#### hzxllll/AD-MCQ Viewer• Updatedabout 3 hours ago • 5.5k • 7
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2608.01755 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Reason--Imagine--Act: Closed-Loop LLM Decision Making with World Models for Autonomous Driving
Proposes Reason-Imagine-Act (RIA), a closed-loop framework coupling an LLM reasoner with an action-conditioned world model for online safety verification in autonomous driving, achieving 80.05% route completion and 0.20% collision rate in CARLA simulations.
Neuro-Symbolic Drive: Rule-Grounded Faithful Reasoning for Driving VLAs
Introduces Neuro-Symbolic Drive, a framework that uses rule-grounded reasoning traces from classical planners to fine-tune a driving VLA (Qwen3.5-4B), achieving significant reductions in average displacement error and miss rate compared to standard CoT reasoning.
Revealing Interpretable Failure Modes of VLMs
This paper introduces Revelio, a framework that systematically discovers interpretable failure modes in Vision-Language Models (VLMs) by searching over discrete concept combinations. Applied to autonomous driving and indoor robotics, it reveals previously unreported vulnerabilities that lead to crashes or safety hazards.
LIDAR-AD: A Decoder-Free Latent-Interaction Dreamer with Action-Residual Chains for Autonomous Driving
LIDAR-AD proposes a decoder-free latent-interaction world model for autonomous driving that uses redundancy-reduced latent alignment and residual action updates to improve risk-aware state abstraction and long-horizon dynamics prediction, outperforming baseline world models in simulated and real-world scenarios.
VLMs are Good Teachers for Video Reasoning via Adaptive Test-Time Optimization
This paper introduces a paradigm where Vision-Language Models (VLMs) act as test-time teachers to guide Video Generation Models (VGMs) via differentiable rewards and LoRA optimization, achieving a 16.7-point average improvement on video reasoning benchmarks.