Social-STGCNN: A Social Spatio-Temporal Graph Convolutional Neural Network for Human Trajectory Prediction
About
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.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Trajectory Prediction | NBA (test) | minADE200.34 | 143 | |
| Trajectory Prediction | ETH UCY (test) | ADE0.64 | 65 | |
| Trajectory Prediction | ZARA1 v1.0 (test) | ADE0.34 | 58 | |
| Trajectory Prediction | ETH UCY Average | ADE0.44 | 56 | |
| Trajectory Prediction | ETH UCY Average (test) | ADE0.44 | 52 | |
| Future Trajectory Prediction | SDD (Stanford Drone Dataset) (test) | -- | 51 | |
| Trajectory Prediction | Hotel (test) | ADE (4.8s)0.77 | 49 | |
| Trajectory Prediction | H3D | minADE (2.0s)0.23 | 48 | |
| Trajectory Prediction | Hotel ETH-UCY (test) | ADE0.49 | 48 | |
| Pedestrian trajectory prediction | ZARA2 UCY scene ETH (test) | ADE0.3 | 46 |