pith. sign in

arxiv: 2505.04480 · v1 · pith:WB74RZGWnew · submitted 2025-05-07 · 💻 cs.AI · cs.NE· cs.RO

TrajEvo: Designing Trajectory Prediction Heuristics via LLM-driven Evolution

classification 💻 cs.AI cs.NEcs.RO
keywords heuristicstrajevopredictiontrajectorydeepdesignintroducelack
0
0 comments X
read the original abstract

Trajectory prediction is a crucial task in modeling human behavior, especially in fields as social robotics and autonomous vehicle navigation. Traditional heuristics based on handcrafted rules often lack accuracy, while recently proposed deep learning approaches suffer from computational cost, lack of explainability, and generalization issues that limit their practical adoption. In this paper, we introduce TrajEvo, a framework that leverages Large Language Models (LLMs) to automatically design trajectory prediction heuristics. TrajEvo employs an evolutionary algorithm to generate and refine prediction heuristics from past trajectory data. We introduce a Cross-Generation Elite Sampling to promote population diversity and a Statistics Feedback Loop allowing the LLM to analyze alternative predictions. Our evaluations show TrajEvo outperforms previous heuristic methods on the ETH-UCY datasets, and remarkably outperforms both heuristics and deep learning methods when generalizing to the unseen SDD dataset. TrajEvo represents a first step toward automated design of fast, explainable, and generalizable trajectory prediction heuristics. We make our source code publicly available to foster future research at https://github.com/ai4co/trajevo.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. What Makes an LLM a Good Optimizer? A Trajectory Analysis of LLM-Guided Evolutionary Search

    cs.CL 2026-04 unverdicted novelty 6.0

    Strong LLM optimizers act as local refiners with incremental improvements and semantic localization, while weaker ones show large drift and stagnation; solution novelty predicts success only when searches stay localiz...

  2. Recent Advances in Multi-Agent Human Trajectory Prediction: A Comprehensive Review

    cs.CV 2025-06 unverdicted novelty 3.0

    A review categorizing 2020-2025 deep learning methods for multi-agent human trajectory prediction by architecture, input representations, and strategies, with emphasis on ETH/UCY benchmark evaluations and future challenges.