English

Leapfrog Diffusion Model for Stochastic Trajectory Prediction

Computer Vision and Pattern Recognition 2023-03-21 v1

Abstract

To model the indeterminacy of human behaviors, stochastic trajectory prediction requires a sophisticated multi-modal distribution of future trajectories. Emerging diffusion models have revealed their tremendous representation capacities in numerous generation tasks, showing potential for stochastic trajectory prediction. However, expensive time consumption prevents diffusion models from real-time prediction, since a large number of denoising steps are required to assure sufficient representation ability. To resolve the dilemma, we present LEapfrog Diffusion model (LED), a novel diffusion-based trajectory prediction model, which provides real-time, precise, and diverse predictions. The core of the proposed LED is to leverage a trainable leapfrog initializer to directly learn an expressive multi-modal distribution of future trajectories, which skips a large number of denoising steps, significantly accelerating inference speed. Moreover, the leapfrog initializer is trained to appropriately allocate correlated samples to provide a diversity of predicted future trajectories, significantly improving prediction performances. Extensive experiments on four real-world datasets, including NBA/NFL/SDD/ETH-UCY, show that LED consistently improves performance and achieves 23.7%/21.9% ADE/FDE improvement on NFL. The proposed LED also speeds up the inference 19.3/30.8/24.3/25.1 times compared to the standard diffusion model on NBA/NFL/SDD/ETH-UCY, satisfying real-time inference needs. Code is available at https://github.com/MediaBrain-SJTU/LED.

Keywords

Cite

@article{arxiv.2303.10895,
  title  = {Leapfrog Diffusion Model for Stochastic Trajectory Prediction},
  author = {Weibo Mao and Chenxin Xu and Qi Zhu and Siheng Chen and Yanfeng Wang},
  journal= {arXiv preprint arXiv:2303.10895},
  year   = {2023}
}

Comments

Accepted by CVPR2023

R2 v1 2026-06-28T09:23:33.525Z