Stochastic trajectory prediction with social graph network
About
Pedestrian trajectory prediction is a challenging task because of the complexity of real-world human social behaviors and uncertainty of the future motion. For the first issue, existing methods adopt fully connected topology for modeling the social behaviors, while ignoring non-symmetric pairwise relationships. To effectively capture social behaviors of relevant pedestrians, we utilize a directed social graph which is dynamically constructed on timely location and speed direction. Based on the social graph, we further propose a network to collect social effects and accumulate with individual representation, in order to generate destination-oriented and social-aware representations. For the second issue, instead of modeling the uncertainty of the entire future as a whole, we utilize a temporal stochastic method for sequentially learning a prior model of uncertainty during social interactions. The prediction on the next step is then generated by sampling on the prior model and progressively decoding with a hierarchical LSTMs. Experimental results on two public datasets show the effectiveness of our method, especially when predicting trajectories in very crowded scenes.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Trajectory Prediction | ETH UCY (test) | ADE0.75 | 65 | |
| Trajectory Prediction | ZARA1 v1.0 (test) | ADE0.3 | 58 | |
| Trajectory Prediction | ETH UCY Average (test) | ADE0.48 | 52 | |
| Trajectory Prediction | Hotel ETH-UCY (test) | ADE0.63 | 48 | |
| Pedestrian trajectory prediction | ZARA2 UCY scene ETH (test) | ADE0.26 | 46 | |
| Trajectory Prediction | UNIV ETH-UCY (test) | ADE0.48 | 41 | |
| Trajectory Prediction | UNIV v1.0 (test) | ADE0.48 | 37 | |
| Trajectory Prediction | ZARA2 v1.0 (test) | ADE0.26 | 36 | |
| Trajectory Prediction | ETH v1.0 (test) | ADE0.75 | 33 | |
| Trajectory Prediction | HOTEL v1.0 (test) | ADE0.63 | 29 |