paper-with-me

홈 › Papers

Spatial-Temporal Block and LSTM Network for Pedestrian Trajectories Prediction

2020-09-22 · Xiong Dan

Pedestrian trajectory prediction is a critical to avoid autonomous driving collision. But this prediction is a challenging problem due to social forces and cluttered scenes. Such human-human and human-space interactions lead to many socially plausible trajectories. In this paper, we propose a novel LSTM-based algorithm. We tackle the problem by considering the static scene and pedestrian which combine the Graph Convolutional Networks and Temporal Convolutional Networks to extract features from pedestrians. Each pedestrian in the scene is regarded as a node, and we can obtain the relationship between each node and its neighborhoods by graph embedding. It is LSTM that encode the relationship so that our model predicts nodes trajectories in crowd scenarios simultaneously. To effectively predict multiple possible future trajectories, we further introduce Spatio-Temporal Convolutional Block to make the network flexible. Experimental results on two public datasets, i.e. ETH and UCY, demonstrate the effectiveness of our proposed ST-Block and we achieve state-of-the-art approaches in human trajectory prediction.

📄 PDF Abstract BibTeX arXiv:2009.10468

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingGraph EmbeddingPedestrian Trajectory PredictionPredictionTrajectory Prediction

Methods 이 논문이 사용한 방법론

Graph Convolutional Networks 설명 없음
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

STGAT: Modeling Spatial-Temporal Interactions for Human Trajectory Prediction

2019-10-01 · ICCV 2019 10 · Yingfan Huang, Huikun Bi, Zhaoxin Li, Tianlu Mao 외

Human trajectory prediction is challenging and critical in various applications (e.g., autonomous vehicles and social robots). Because of the continuity and foresight of the pedestrian movements, the moving pedestrians i…

Autonomous VehiclesGraph AttentionTrajectory Prediction

Dynamic and Static Context-aware LSTM for Multi-agent Motion Prediction

2020-08-03 · ECCV 2020 8 · Chaofan Tao, Qinhong Jiang, Lixin Duan, Ping Luo

Multi-agent motion prediction is challenging because it aims to foresee the future trajectories of multiple agents (\textit{e.g.} pedestrians) simultaneously in a complicated scene. Existing work addressed this challenge…

motion predictionTrajectory Prediction

Graph2Kernel Grid-LSTM: A Multi-Cued Model for Pedestrian Trajectory Prediction by Learning Adaptive Neighborhoods

2020-07-03 · Sirin Haddad, Siew Kei Lam

Pedestrian trajectory prediction is a prominent research track that has advanced towards modelling of crowd social and contextual interactions, with extensive usage of Long Short-Term Memory (LSTM) for temporal represent…

Pedestrian Trajectory PredictionTrajectory Prediction

DSTIGCN: Deformable Spatial-Temporal Interaction Graph Convolution Network for Pedestrian Trajectory Prediction

2025-01-16 · IEEE Transactions on Intelligent Transportation Systems 2025 1 · Wangxing Chen, Haifeng Sang, Jinyu Wang, Zishan Zhao

Accurate and reliable pedestrian trajectory prediction can reduce the risk of human-vehicle collisions and predict accidents in advance, which is crucial for developing autonomous driving and intelligent monitoring. Prev…

Autonomous DrivingPedestrian Trajectory PredictionPredictionTAG+1

Trajectory Prediction by Coupling Scene-LSTM with Human Movement LSTM

2019-08-23 · Manh Huynh, Gita Alaghband

We develop a novel human trajectory prediction system that incorporates the scene information (Scene-LSTM) as well as individual pedestrian movement (Pedestrian-LSTM) trained simultaneously within static crowded scenes. …

Trajectory Prediction