paper-with-me

Papers

Learning Sparse Interaction Graphs of Partially Detected Pedestrians for Trajectory Prediction

2021-07-15 · Zhe Huang, Ruohua Li, Kazuki Shin, Katherine Driggs-Campbell

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}.

📄 PDF Abstract BibTeX arXiv:2107.07056

Code (1)

tedhuang96/gst 공식 구현 pytorch

Tasks

Pedestrian Trajectory PredictionPredictionTrajectory Prediction

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Tanh Activation 설명 없음
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

SGCN:Sparse Graph Convolution Network for Pedestrian Trajectory Prediction

2021-04-04 · Liushuai Shi, Le Wang, Chengjiang Long, Sanping Zhou 외

Pedestrian trajectory prediction is a key technology in autopilot, which remains to be very challenging due to complex interactions between pedestrians. However, previous works based on dense undirected interaction suffe…

Pedestrian Trajectory PredictionPredictionTrajectory Prediction

SGCN: Sparse Graph Convolution Network for Pedestrian Trajectory Prediction

2021-06-19 · CVPR 2021 1 · Liushuai Shi, Le Wang, Chengjiang Long, Sanping Zhou 외

Pedestrian trajectory prediction is a key technology in autopilot, which remains to be very challenging due to complex interactions between pedestrians. However, previous works based on dense undirected interaction s…

Pedestrian Trajectory PredictionPredictionTrajectory Prediction

Multiclass-SGCN: Sparse Graph-based Trajectory Prediction with Agent Class Embedding

2022-06-30 · Ruochen Li, Stamos Katsigiannis, Hubert P. H. Shum

Trajectory prediction of road users in real-world scenarios is challenging because their movement patterns are stochastic and complex. Previous pedestrian-oriented works have been successful in modelling the complex inte…

Trajectory Prediction

Learning an Image-based Motion Context for Multiple People Tracking

2014-06-01 · CVPR 2014 6 · Laura Leal-Taixe, Michele Fenzi, Alina Kuznetsova, Bodo Rosenhahn 외

We present a novel method for multiple people tracking that leverages a generalized model for capturing interactions among individuals. At the core of our model lies a learned dictionary of interaction feature strings w…

Multiple People Tracking

A Hybrid TGN-SEAL Model for Dynamic Graph Link Prediction

2026-02-15 · Nafiseh Sadat Sajadi, Behnam Bahrak, Mahdi Jafari Siavoshani arxiv

Predicting links in sparse, continuously evolving networks is a central challenge in network science. Conventional heuristic methods and deep learning models, including Graph Neural Networks (GNNs), are typically designe…

Link Prediction