C-TRAIL: A Commonsense World Framework for Trajectory Planning in Autonomous Driving
AI 摘要
C-TRAIL框架通过LLM常识推理和信任机制,提升自动驾驶轨迹规划的安全性与性能。
主要贡献
- 提出C-TRAIL框架,耦合LLM常识与信任机制。
- 引入双重信任机制量化LLM语义关系的可靠性。
- 利用Dirichlet信任策略将信任加权常识注入MCTS。
方法论
C-TRAIL通过Recall, Plan, Update闭环,利用LLM进行常识推理,并基于环境反馈自适应调整信任度和策略参数。
原文摘要
Trajectory planning for autonomous driving increasingly leverages large language models (LLMs) for commonsense reasoning, yet LLM outputs are inherently unreliable, posing risks in safety-critical applications. We propose C-TRAIL, a framework built on a Commonsense World that couples LLM-derived commonsense with a trust mechanism to guide trajectory planning. C-TRAIL operates through a closed-loop Recall, Plan, and Update cycle: the Recall module queries an LLM for semantic relations and quantifies their reliability via a dual-trust mechanism; the Plan module injects trust-weighted commonsense into Monte Carlo Tree Search (MCTS) through a Dirichlet trust policy; and the Update module adaptively refines trust scores and policy parameters from environmental feedback. Experiments on four simulated scenarios in Highway-env and two real-world levelXData datasets (highD, rounD) show that C-TRAIL consistently outperforms state-of-the-art baselines, reducing ADE by 40.2%, FDE by 51.7%, and improving SR by 16.9 percentage points on average. The source code is available at https://github.com/ZhihongCui/CTRAIL.