Manojbhat09 / Trajformer

Trajectory Prediction with Local Self-Attentive Contexts for Autonomous Driving (NeurIPS 2020)
GNU General Public License v2.0
41 stars 3 forks source link
agent-based-modeling argoverse attentive-contexts autonomous-vehicles deep-learning nuscenes predictions robotics self-driving-car trajectory-prediction

Trajformer

overview image

Official implementation (PyTorch) of the paper: \ Trajformer: Trajectory Prediction with Local Self-Attentive Contexts for Autonomous Driving, 2020 [arXiv] [Accepted to ML4AD NeurIPS 2020]

Effective feature-extraction is critical to models’ contextual understanding, particularly for applications to robotics and autonomous driving, such as multimodal trajectory prediction. However, state-of-the-art generative methods face limitations in representing the scene context, leading to predictions of inadmissible futures. We alleviate these limitations through the use of self-attention, which enables better control over representing the agent’s social context; we propose a local feature-extraction pipeline that produces more salient information downstream, with improved parameter efficiency. We show improvements on standard metrics (minADE, minFDE, DAO, DAC) over various baselines on the Argoverse dataset.

Video

Updates:

If you find this work useful, please consider citing:

@article{trajformer2020,
  title={Trajformer: Trajectory Prediction with Local Self-Attentive Contexts for Autonomous Driving},
  author={Bhat, Manoj, Francis, Jonathan, Oh, Jean},
  journal={arXiv preprint arXiv:2011.14910},
  year={2020}
}