paper-with-me

Papers

Enhancing Pedestrian Trajectory Prediction with Crowd Trip Information

2024-09-23 · Rei Tamaru, Pei Li, Bin Ran

Pedestrian trajectory prediction is essential for various applications in active traffic management, urban planning, traffic control, crowd management, and autonomous driving, aiming to enhance traffic safety and efficiency. Accurately predicting pedestrian trajectories requires a deep understanding of individual behaviors, social interactions, and road environments. Existing studies have developed various models to capture the influence of social interactions and road conditions on pedestrian trajectories. However, these approaches are limited by the lack of a comprehensive view of social interactions and road environments. To address these limitations and enhance the accuracy of pedestrian trajectory prediction, we propose a novel approach incorporating trip information as a new modality into pedestrian trajectory models. We propose RNTransformer, a generic model that utilizes crowd trip information to capture global information on social interactions. We incorporated RNTransformer with various socially aware local pedestrian trajectory prediction models to demonstrate its performance. Specifically, by leveraging a pre-trained RNTransformer when training different pedestrian trajectory prediction models, we observed improvements in performance metrics: a 1.3/2.2% enhancement in ADE/FDE on Social-LSTM, a 6.5/28.4% improvement on Social-STGCNN, and an 8.6/4.3% improvement on S-Implicit. Evaluation results demonstrate that RNTransformer significantly enhances the accuracy of various pedestrian trajectory prediction models across multiple datasets. Further investigation reveals that the RNTransformer effectively guides local models to more accurate directions due to the consideration of global information. By exploring crowd behavior within the road network, our approach shows great promise in improving pedestrian safety through accurate trajectory predictions.

📄 PDF Abstract BibTeX arXiv:2409.15224

Code (1)

raynbowy23/RNTransformer 공식 구현 pytorch

Tasks

Autonomous DrivingManagementPedestrian Trajectory PredictionPredictionTrajectory Prediction

Methods 이 논문이 사용한 방법론

Social-STGCNN Social-STGCNN is a method for human trajectory prediction. Pedestrian trajectories are not only influenced by the pedestrian itself but also by interaction with surrounding…
AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

Probabilistic Crowd GAN: Multimodal Pedestrian Trajectory Prediction using a Graph Vehicle-Pedestrian Attention Network

2020-06-23 · Stuart Eiffert, Kunming Li, Mao Shan, Stewart Worrall 외

Understanding and predicting the intention of pedestrians is essential to enable autonomous vehicles and mobile robots to navigate crowds. This problem becomes increasingly complex when we consider the uncertainty and mu…

Autonomous VehiclesNavigatePedestrian Trajectory PredictionPrediction+1

Personality-Aware Probabilistic Map for Trajectory Prediction of Pedestrians

2019-11-01 · Chaochao Li, Pei Lv, Mingliang Xu, Xinyu Wang 외

We present a novel trajectory prediction algorithm for pedestrians based on a personality-aware probabilistic feature map. This map is computed using a spatial query structure and each value represents the probability of…

PredictionTrajectory Prediction

Encoding Crowd Interaction With Deep Neural Network for Pedestrian Trajectory Prediction

2018-06-01 · CVPR 2018 6 · Yanyu Xu, Zhixin Piao, Shenghua Gao

Pedestrian trajectory prediction is a challenging task because of the complex nature of humans. In this paper, we tackle the problem within a deep learning framework by considering motion information of each pedestrian a…

Pedestrian Trajectory PredictionPredictionTrajectory Prediction

AVGCN: Trajectory Prediction using Graph Convolutional Networks Guided by Human Attention

2021-01-14 · Congcong Liu, Yuying Chen, Ming Liu, Bertram E. Shi

Pedestrian trajectory prediction is a critical yet challenging task, especially for crowded scenes. We suggest that introducing an attention mechanism to infer the importance of different neighbors is critical for accura…

Pedestrian Trajectory PredictionPredictionTrajectory Prediction

Situation-Aware Pedestrian Trajectory Prediction with Spatio-Temporal Attention Model

2019-02-13 · Sirin Haddad, Meiqing Wu, He Wei, Siew Kei Lam

Pedestrian trajectory prediction is essential for collision avoidance in autonomous driving and robot navigation. However, predicting a pedestrian's trajectory in crowded environments is non-trivial as it is influenced b…

Autonomous DrivingCollision AvoidancePedestrian Trajectory PredictionRobot Navigation+1