TL;DR
This paper introduces Gumbel Social Transformer, a novel model that predicts pedestrian trajectories by learning sparse interaction graphs from partial detections, overcoming limitations of previous methods that assume complete tracking and attention to all pedestrians.
Contribution
The paper proposes a Gumbel Social Transformer that samples sparse interaction graphs for trajectory prediction, addressing issues with incomplete data and redundant information in multi-pedestrian scenarios.
Findings
Outperforms existing methods on trajectory prediction benchmarks.
Effectively handles partial pedestrian detections.
Reduces influence of irrelevant neighbors in trajectory modeling.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Absolute Position Encodings · Position-Wise Feed-Forward Layer · Label Smoothing · Tanh Activation · Residual Connection · Dense Connections · Softmax
