菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-23
📄 Abstract - Frozen LLMs as Map-Aware Spatio-Temporal Reasoners for Vehicle Trajectory Prediction

Large language models (LLMs) have recently demonstrated strong reasoning capabilities and attracted increasing research attention in the field of autonomous driving (AD). However, safe application of LLMs on AD perception and prediction still requires a thorough understanding of both the dynamic traffic agents and the static road infrastructure. To this end, this study introduces a framework to evaluate the capability of LLMs in understanding the behaviors of dynamic traffic agents and the topology of road networks. The framework leverages frozen LLMs as the reasoning engine, employing a traffic encoder to extract spatial-level scene features from observed trajectories of agents, while a lightweight Convolutional Neural Network (CNN) encodes the local high-definition (HD) maps. To assess the intrinsic reasoning ability of LLMs, the extracted scene features are then transformed into LLM-compatible tokens via a reprogramming adapter. By residing the prediction burden with the LLMs, a simpler linear decoder is applied to output future trajectories. The framework enables a quantitative analysis of the influence of multi-modal information, especially the impact of map semantics on trajectory prediction accuracy, and allows seamless integration of frozen LLMs with minimal adaptation, thereby demonstrating strong generalizability across diverse LLM architectures and providing a unified platform for model evaluation.

顶级标签: llm autonomous driving machine learning
详细标签: trajectory prediction spatio-temporal reasoning map understanding frozen llm 或 搜索:

冻结大语言模型作为用于车辆轨迹预测的地图感知时空推理器 / Frozen LLMs as Map-Aware Spatio-Temporal Reasoners for Vehicle Trajectory Prediction


1️⃣ 一句话总结

本文提出一种新方法,利用未经额外训练的大语言模型(LLM)结合车辆轨迹和道路地图信息来预测车辆未来行驶路径,仅需简单适配即可提升预测准确性,为自动驾驶中的轨迹预测提供了一种高效、通用的推理框架。

源自 arXiv: 2604.21479