ROCVJul 15, 2021

Learning Sparse Interaction Graphs of Partially Detected Pedestrians for Trajectory Prediction

arXiv:2107.07056v329 citationsHas Code
Originality Incremental advance
AI Analysis

This work improves trajectory prediction for autonomous robots in crowded environments, though it is incremental as it builds on existing social interaction models.

The paper tackles trajectory prediction for autonomous systems by addressing biases from incomplete pedestrian detection and redundant neighbor attention, proposing a Gumbel Social Transformer that outperforms related works on benchmarks.

Multi-pedestrian trajectory prediction is an indispensable element of autonomous systems that safely interact with crowds in unstructured environments. Many recent efforts in trajectory prediction algorithms have focused on understanding social norms behind pedestrian motions. Yet we observe these works usually hold two assumptions, which prevent them from being smoothly applied to robot applications: (1) positions of all pedestrians are consistently tracked, and (2) the target agent pays attention to all pedestrians in the scene. The first assumption leads to biased interaction modeling with incomplete pedestrian data. The second assumption introduces aggregation of redundant surrounding information, and the target agent may be affected by unimportant neighbors or present overly conservative motion. Thus, we propose Gumbel Social Transformer, in which an Edge Gumbel Selector samples a sparse interaction graph of partially detected pedestrians at each time step. A Node Transformer Encoder and a Masked LSTM encode pedestrian features with sampled sparse graphs to predict trajectories. We demonstrate that our model overcomes potential problems caused by the aforementioned assumptions, and our approach outperforms related works in trajectory prediction benchmarks. Code is available at \url{https://github.com/tedhuang96/gst}.

Code Implementations1 repo
Foundations

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

Your Notes