paper-with-me

홈 › Papers

Learning Heterogeneous Interaction Strengths by Trajectory Prediction with Graph Neural Network

2022-08-28 · Seungwoong Ha, Hawoong Jeong

Dynamical systems with interacting agents are universal in nature, commonly modeled by a graph of relationships between their constituents. Recently, various works have been presented to tackle the problem of inferring those relationships from the system trajectories via deep neural networks, but most of the studies assume binary or discrete types of interactions for simplicity. In the real world, the interaction kernels often involve continuous interaction strengths, which cannot be accurately approximated by discrete relations. In this work, we propose the relational attentive inference network (RAIN) to infer continuously weighted interaction graphs without any ground-truth interaction strengths. Our model employs a novel pairwise attention (PA) mechanism to refine the trajectory representations and a graph transformer to extract heterogeneous interaction weights for each pair of agents. We show that our RAIN model with the PA mechanism accurately infers continuous interaction strengths for simulated physical systems in an unsupervised manner. Further, RAIN with PA successfully predicts trajectories from motion capture data with an interpretable interaction graph, demonstrating the virtue of modeling unknown dynamics with continuous weights.

📄 PDF Abstract BibTeX arXiv:2208.13179

Code (1)

nokpil/rain 공식 구현 pytorch

Tasks

Graph Neural NetworkTrajectory Prediction

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

SocialFormer: Social Interaction Modeling with Edge-enhanced Heterogeneous Graph Transformers for Trajectory Prediction

2024-05-06 · Zixu Wang, Zhigang Sun, Juergen Luettin, Lavdim Halilaj

Accurate trajectory prediction is crucial for ensuring safe and efficient autonomous driving. However, most existing methods overlook complex interactions between traffic participants that often govern their future traje…

Autonomous DrivingGraph Neural NetworkPredictionTrajectory Prediction

EPG-MGCN: Ego-Planning Guided Multi-Graph Convolutional Network for Heterogeneous Agent Trajectory Prediction

2023-03-29 · Zihao Sheng, Zilin Huang, Sikai Chen

To drive safely in complex traffic environments, autonomous vehicles need to make an accurate prediction of the future trajectories of nearby heterogeneous traffic agents (i.e., vehicles, pedestrians, bicyclists, etc). D…

Autonomous VehiclesDecoderPredictionTrajectory Prediction

Heterogeneous Interaction Modeling With Reduced Accumulated Error for Multi-Agent Trajectory Prediction

2024-10-28 · Siyuan Chen, Jiahai Wang

Dynamical complex systems composed of interactive heterogeneous agents are prevalent in the world, including urban traffic systems and social networks. Modeling the interactions among agents is the key to understanding a…

Trajectory Prediction

Multi-Agent Trajectory Prediction With Heterogeneous Edge-Enhanced Graph Attention Network

2022-02-01 · IEEE Transactions on Intelligent Transportation Systems 2022 2 · Xiaoyu Mo, Zhiyu Huang, Yang Xing, Chen Lv

Simultaneous trajectory prediction for multiple heterogeneous traffic participants is essential for safe and efficient operation of connected automated vehicles under complex driving situations. Two main challenges for t…

Autonomous VehiclesDecision MakingGraph AttentionMulti Future Trajectory Prediction+1

HDGT: Heterogeneous Driving Graph Transformer for Multi-Agent Trajectory Prediction via Scene Encoding

2022-04-30 · Xiaosong Jia, Penghao Wu, Li Chen, Yu Liu 외

Encoding a driving scene into vector representations has been an essential task for autonomous driving that can benefit downstream tasks e.g. trajectory prediction. The driving scene often involves heterogeneous elements…

Autonomous Drivinggraph constructionGraph Neural NetworkRelation+1