paper-with-me

홈 › Papers

More Than Meets the Eye? Uncovering the Reasoning-Planning Disconnect in Training Vision-Language Driving Models

2025-10-06 · Xurui Song, Shuo Huai, JingJing Jiang, Jiayi Kong, Jun Luo arxiv

Vision-Language Model (VLM) driving agents promise explainable end-to-end autonomy by first producing natural-language reasoning and then predicting trajectory planning. However, whether planning is causally driven by this reasoning remains a critical but unverified assumption. To investigate this, we build DriveMind, a large-scale driving Visual Question Answering (VQA) corpus with plan-aligned Chain-of-Thought (CoT), automatically generated from nuPlan. Our data generation process converts sensors and annotations into structured inputs and, crucially, separates priors from to-be-reasoned signals, enabling clean information ablations. Using DriveMind, we train representative VLM agents with Supervised Fine-Tuning (SFT) and Group Relative Policy Optimization (GRPO) and evaluate them with nuPlan's metrics. Our results, unfortunately, indicate a consistent causal disconnect in reasoning-planning: removing ego/navigation priors causes large drops in planning scores, whereas removing CoT produces only minor changes. Attention analysis further shows that planning primarily focuses on priors rather than the CoT. Based on this evidence, we propose the Reasoning-Planning Decoupling Hypothesis, positing that the training-yielded reasoning is an ancillary byproduct rather than a causal mediator. To enable efficient diagnosis, we also introduce a novel, training-free probe that measures an agent's reliance on priors by evaluating its planning robustness against minor input perturbations. In summary, we provide the community with a new dataset and a diagnostic tool to evaluate the causal fidelity of future models.

📄 PDF Abstract BibTeX arXiv:2510.04532

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Question AnsweringTrajectory Planning

Similar Papers 제목 키워드 기반

Probabilistic World Modeling with Asymmetric Distance Measure

2024-03-16 · Meng Song

Representation learning is a fundamental task in machine learning, aiming at uncovering structures from data to facilitate subsequent tasks. However, what is a good representation for planning and reasoning in a stochast…

Contrastive LearningRepresentation Learning

How Far Ahead Do LLMs Plan? Uncovering the Latent Horizon in Chain-of-Thought Reasoning

2026-02-02 · Liyan Xu, Mo Yu, Fandong Meng, Jie Zhou arxiv

Chain-of-thought (CoT) reasoning has become a central mechanism for eliciting multi-step reasoning in Large Language Models (LLMs). Yet recent evidence presents a tension: hidden states appear to already encode future re…

Compositional planning in Markov decision processes: Temporal abstraction meets generalized logic composition

2018-10-05 · Xuan Liu, Jie Fu

In hierarchical planning for Markov decision processes (MDPs), temporal abstraction allows planning with macro-actions that take place at different time scale in form of sequential composition. In this paper, we propose …

Quantization Meets Reasoning: Exploring LLM Low-Bit Quantization Degradation for Mathematical Reasoning

2025-01-06 · Zhen Li, Yupeng Su, Runming Yang, Zhongwei Xie 외

Large language models have achieved significant advancements in complex mathematical reasoning benchmarks, such as MATH. However, their substantial computational requirements present challenges for practical deployment. …

MathMathematical ReasoningQuantization

Bridging Tool Dependencies and Domain Knowledge: A Graph-Based Framework for In-Context Planning

2025-10-28 · Shengjie Liu, Li Dong, Zhenyu Zhang arxiv

We present a framework for uncovering and exploiting dependencies among tools and documents to enhance exemplar artifact generation. Our method begins by constructing a tool knowledge graph from tool schemas,including de…

Knowledge Graphs