Enhancing Consistency Models for Multi-Agent Trajectory Prediction

๐Ÿ“… 2026-05-08
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF

career value

186K/year
๐Ÿค– AI Summary
This work addresses the challenge of high inference latency in diffusion-based multi-agent trajectory prediction, which hinders real-time deployment in applications such as autonomous driving. To overcome this limitation, the authors propose ECTraj, a framework built upon consistency models that leverages a teacherโ€“student distillation architecture. The teacher model incorporates partial ground-truth trajectories to provide strong supervision, while the student model enables single-step, high-quality trajectory generation. During training, the approach supports top-K multi-hypothesis prediction to capture diverse future behaviors. Evaluated on the Argoverse 2 dataset, ECTraj achieves significant improvements in both inference speed and prediction accuracy, establishing a new state-of-the-art benchmark for real-time trajectory forecasting.
๐Ÿ“ Abstract
Diffusion models for multi-agent trajectory prediction are limited by iterative denoising, which causes inference latency that hinders their use in time-critical settings like autonomous driving. Fast-sampling variants using DDIM and informed initial noise distributions partially alleviate this issue, but they either fail to achieve true single-step generation or are constrained by the chosen noise distribution. Consistency Models (CMs) offer high-quality one-step generation by mapping noise directly to data, but are difficult to train from scratch . We propose ECTraj, an enhanced CM pipeline with improved training and conditional generation for trajectory prediction. Our framework extends the student-teacher consistency training scheme: the student produces standard outputs, while the teacher explicitly fuses its predictions with parts of the ground truth to give stronger supervision. We also exploit CMs' direct denoising for top-K multi-shot generation during training. Combining conditional generation with this enhanced consistency objective yields faster inference and improved prediction accuracy, establishing competitive new benchmarks on the large-scale Argoverse 2 dataset.
Problem

Research questions and friction points this paper is trying to address.

multi-agent trajectory prediction
diffusion models
inference latency
consistency models
autonomous driving
Innovation

Methods, ideas, or system contributions that make the work stand out.

Consistency Models
Multi-Agent Trajectory Prediction
Enhanced Student-Teacher Training
Single-Step Generation
Top-K Multi-Shot Generation
๐Ÿ”Ž Similar Papers
No similar papers found.