paper-with-me

홈 › Papers

Progressive Pretext Task Learning for Human Trajectory Prediction

2024-07-16 · Xiaotong LIN, Tianming Liang, JianHuang Lai, Jian-Fang Hu

Human trajectory prediction is a practical task of predicting the future positions of pedestrians on the road, which typically covers all temporal ranges from short-term to long-term within a trajectory. However, existing works attempt to address the entire trajectory prediction with a singular, uniform training paradigm, neglecting the distinction between short-term and long-term dynamics in human trajectories. To overcome this limitation, we introduce a novel Progressive Pretext Task learning (PPT) framework, which progressively enhances the model's capacity of capturing short-term dynamics and long-term dependencies for the final entire trajectory prediction. Specifically, we elaborately design three stages of training tasks in the PPT framework. In the first stage, the model learns to comprehend the short-term dynamics through a stepwise next-position prediction task. In the second stage, the model is further enhanced to understand long-term dependencies through a destination prediction task. In the final stage, the model aims to address the entire future trajectory task by taking full advantage of the knowledge from previous stages. To alleviate the knowledge forgetting, we further apply a cross-task knowledge distillation. Additionally, we design a Transformer-based trajectory predictor, which is able to achieve highly efficient two-step reasoning by integrating a destination-driven prediction strategy and a group of learnable prompt embeddings. Extensive experiments on popular benchmarks have demonstrated that our proposed approach achieves state-of-the-art performance with high efficiency. Code is available at https://github.com/iSEE-Laboratory/PPT.

📄 PDF Abstract BibTeX arXiv:2407.11588

Code (1)

isee-laboratory/ppt 공식 구현 pytorch

Tasks

Knowledge DistillationPredictionTrajectory Prediction

Similar Papers 제목 키워드 기반

SSL-Interactions: Pretext Tasks for Interactive Trajectory Prediction

2024-01-15 · Prarthana Bhattacharyya, Chengjie Huang, Krzysztof Czarnecki

This paper addresses motion forecasting in multi-agent environments, pivotal for ensuring safety of autonomous vehicles. Traditional as well as recent data-driven marginal trajectory prediction methods struggle to proper…

Autonomous VehiclesMotion ForecastingPredictionTrajectory Prediction

Pre-training General Trajectory Embeddings with Maximum Multi-view Entropy Coding

2022-07-29 · Yan Lin, Huaiyu Wan, Shengnan Guo, Jilin Hu 외

Spatio-temporal trajectories provide valuable information about movement and travel behavior, enabling various downstream tasks that in turn power real-world applications. Learning trajectory embeddings can improve task …

Contrastive LearningData Augmentation

Stochastic Trajectory Prediction via Motion Indeterminacy Diffusion

2022-03-25 · CVPR 2022 1 · Tianpei Gu, Guangyi Chen, Junlong Li, Chunze Lin 외

Human behavior has the nature of indeterminacy, which requires the pedestrian trajectory prediction system to model the multi-modality of future motion states. Unlike existing stochastic trajectory prediction methods whi…

DiversityPedestrian Trajectory PredictionPredictionTrajectory Prediction

Self-supervised visual feature learning with curriculum

2020-01-16 · Vishal Keshav, Fabien Delattre

Self-supervised learning techniques have shown their abilities to learn meaningful feature representation. This is made possible by training a model on pretext tasks that only requires to find correlations between inputs…

Self-Supervised Learning

MGTraj: Multi-Granularity Goal-Guided Human Trajectory Prediction with Recursive Refinement Network

2025-09-11 · Ge Sun, Jun Ma arxiv

Accurate human trajectory prediction is crucial for robotics navigation and autonomous driving. Recent research has demonstrated that incorporating goal guidance significantly enhances prediction accuracy by reducing unc…

Trajectory PredictionTrajectory ModelingAutonomous Driving