Trajectory Forecasting

69 papers with code • 4 benchmarks • 11 datasets

Trajectory forecasting is a sequential prediction task, where a forecasting model predicts future trajectories of all moving agents (humans, vehicles, etc.) in a scene, based on their past trajectories and/or the scene context.

(Illustrative figure from Social NCE: Contrastive Learning of Socially-aware Motion Representations)

Most implemented papers

Social GAN: Socially Acceptable Trajectories with Generative Adversarial Networks

agrimgupta92/sgan CVPR 2018

Understanding human motion behavior is critical for autonomous moving platforms (like self-driving cars and social robots) if they are to navigate human-centric environments.

Trajectron++: Dynamically-Feasible Trajectory Forecasting With Heterogeneous Data

StanfordASL/Trajectron-plus-plus ECCV 2020

Reasoning about human motion is an important prerequisite to safe and socially-aware robotic navigation.

Social NCE: Contrastive Learning of Socially-aware Motion Representations

vita-epfl/social-nce ICCV 2021

Learning socially-aware motion representations is at the core of recent advances in multi-agent problems, such as human motion forecasting and robot navigation in crowds.

Shape and Time Distortion Loss for Training Deep Time Series Forecasting Models

vincent-leguen/STDL NeurIPS 2019

We introduce a differentiable loss function suitable for training deep neural nets, and provide a custom back-prop implementation for speeding up optimization.

Argoverse: 3D Tracking and Forecasting with Rich Maps

argoai/argoverse-api CVPR 2019

In our baseline experiments, we illustrate how detailed map information such as lane direction, driveable area, and ground height improves the accuracy of 3D object tracking and motion forecasting.

It Is Not the Journey but the Destination: Endpoint Conditioned Trajectory Prediction

HarshayuGirase/PECNet ECCV 2020

In this work, we present Predicted Endpoint Conditioned Network (PECNet) for flexible human trajectory prediction.

Peeking into the Future: Predicting Future Person Activities and Locations in Videos

google/next-prediction CVPR 2019

To facilitate the training, the network is learned with an auxiliary task of predicting future location in which the activity will happen.

Social-STGCNN: A Social Spatio-Temporal Graph Convolutional Neural Network for Human Trajectory Prediction

abduallahmohamed/Social-STGCNN CVPR 2020

Better machine understanding of pedestrian behaviors enables faster progress in modeling interactions between agents such as autonomous vehicles and humans.

OpenTraj: Assessing Prediction Complexity in Human Trajectories Datasets

crowdbotp/OpenTraj 2 Oct 2020

Human Trajectory Prediction (HTP) has gained much momentum in the last years and many solutions have been proposed to solve it.

Exploring Dynamic Context for Multi-path Trajectory Prediction

wtliao/DCENet 30 Oct 2020

In our framework, first, the spatial context between agents is explored by using self-attention architectures.