SOTAVerified

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

2020-02-27CVPR 2020Code Available1· sign in to hype

Abduallah Mohamed, Kun Qian, Mohamed Elhoseiny, Christian Claudel

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Better machine understanding of pedestrian behaviors enables faster progress in modeling interactions between agents such as autonomous vehicles and humans. Pedestrian trajectories are not only influenced by the pedestrian itself but also by interaction with surrounding objects. Previous methods modeled these interactions by using a variety of aggregation methods that integrate different learned pedestrians states. We propose the Social Spatio-Temporal Graph Convolutional Neural Network (Social-STGCNN), which substitutes the need of aggregation methods by modeling the interactions as a graph. Our results show an improvement over the state of art by 20% on the Final Displacement Error (FDE) and an improvement on the Average Displacement Error (ADE) with 8.5 times less parameters and up to 48 times faster inference speed than previously reported methods. In addition, our model is data efficient, and exceeds previous state of the art on the ADE metric with only 20% of the training data. We propose a kernel function to embed the social interactions between pedestrians within the adjacency matrix. Through qualitative analysis, we show that our model inherited social behaviors that can be expected between pedestrians trajectories. Code is available at https://github.com/abduallahmohamed/Social-STGCNN.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
ETHSocial-STGCNNAvg AMD/AMV 8/121.26Unverified
ETH/UCYSocial-STGCNNADE-8/120.49Unverified

Reproductions