Traj-LLM: A New Exploration for Empowering Trajectory Prediction with Pre-trained Large Language Models
Predicting the future trajectories of dynamic traffic actors is a cornerstone task in autonomous driving. Though existing notable efforts have resulted in impressive performance improvements, a gap persists in scene cognitive and understanding of the complex traffic semantics. This paper proposes Traj-LLM, the first to investigate the potential of using Large Language Models (LLMs) without explicit prompt engineering to generate future motion from agents' past/observed trajectories and scene semantics. Traj-LLM starts with sparse context joint coding to dissect the agent and scene features into a form that LLMs understand. On this basis, we innovatively explore LLMs' powerful comprehension abilities to capture a spectrum of high-level scene knowledge and interactive information. Emulating the human-like lane focus cognitive function and enhancing Traj-LLM's scene comprehension, we introduce lane-aware probabilistic learning powered by the pioneering Mamba module. Finally, a multi-modal Laplace decoder is designed to achieve scene-compliant multi-modal predictions. Extensive experiments manifest that Traj-LLM, fortified by LLMs' strong prior knowledge and understanding prowess, together with lane-aware probability learning, outstrips state-of-the-art methods across evaluation metrics. Moreover, the few-shot analysis further substantiates Traj-LLM's performance, wherein with just 50% of the dataset, it outperforms the majority of benchmarks relying on complete data utilization. This study explores equipping the trajectory prediction task with advanced capabilities inherent in LLMs, furnishing a more universal and adaptable solution for forecasting agent motion in a new way.
Code (0)
등록된 구현이 없습니다.
Tasks
Autonomous DrivingDecoderMambaPrompt EngineeringTrajectory PredictionMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
MetaTra: Meta-Learning for Generalized Trajectory Prediction in Unseen Domain
Trajectory prediction has garnered widespread attention in different fields, such as autonomous driving and robotic navigation. However, due to the significant variations in trajectory patterns across different scenarios…
Autonomous DrivingDomain GeneralizationMeta-LearningPrediction+1iMotion-LLM: Motion Prediction Instruction Tuning
We introduce iMotion-LLM: a Multimodal Large Language Models (LLMs) with trajectory prediction, tailored to guide interactive multi-agent scenarios. Different from conventional motion prediction approaches, iMotion-LLM c…
Autonomous Navigationmotion predictionPredictionTrajectory PredictionImproved Exploration through Latent Trajectory Optimization in Deep Deterministic Policy Gradient
Model-free reinforcement learning algorithms such as Deep Deterministic Policy Gradient (DDPG) often require additional exploration strategies, especially if the actor is of deterministic nature. This work evaluates the …
continuous-controlContinuous ControlDeep Reinforcement Learningreinforcement-learning+2LG-Traj: LLM Guided Pedestrian Trajectory Prediction
Accurate pedestrian trajectory prediction is crucial for various applications, and it requires a deep understanding of pedestrian motion patterns in dynamic environments. However, existing pedestrian trajectory predictio…
DecoderPedestrian Trajectory PredictionPredictionRepresentation Learning+1Stochastic Trajectory Prediction under Unstructured Constraints
Trajectory prediction facilitates effective planning and decision-making, while constrained trajectory prediction integrates regulation into prediction. Recent advances in constrained trajectory prediction focus on struc…
Decision MakingPredictionTrajectory Prediction