CVDec 3, 2020

Pedestrian Trajectory Prediction using Context-Augmented Transformer Networks

arXiv:2012.01757v24 citations
AI Analysis

This work aims to improve pedestrian trajectory prediction, a critical safety component for autonomous vehicles, by offering a more efficient and accurate alternative to RNN-based methods.

This paper addresses the challenge of pedestrian trajectory prediction for autonomous vehicles by introducing a transformer-based framework. The proposed method, which fuses past positional, interaction, and scene semantic information, outperformed baseline approaches on two real-life datasets for both short-term and long-term prediction horizons.

Forecasting the trajectory of pedestrians in shared urban traffic environments is still considered one of the challenging problems facing the development of autonomous vehicles (AVs). In the literature, this problem is often tackled using recurrent neural networks (RNNs). Despite the powerful capabilities of RNNs in capturing the temporal dependency in the pedestrians' motion trajectories, they were argued to be challenged when dealing with longer sequential data. Thus, in this work, we are introducing a framework based on the transformer networks that were shown recently to be more efficient and outperformed RNNs in many sequential-based tasks. We relied on a fusion of the past positional information, agent interactions information and scene physical semantics information as an input to our framework in order to provide a robust trajectory prediction of pedestrians. We have evaluated our framework on two real-life datasets of pedestrians in shared urban traffic environments and it has outperformed the compared baseline approaches in both short-term and long-term prediction horizons.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes