LGAug 28, 2022

Learning Heterogeneous Interaction Strengths by Trajectory Prediction with Graph Neural Network

arXiv:2208.13179v29 citationsh-index: 43
Originality Highly original
AI Analysis

This addresses the limitation of prior methods that assume discrete interactions, offering a more realistic approach for modeling complex systems like physical simulations and motion capture data.

The paper tackled the problem of inferring continuous interaction strengths from agent trajectories in dynamical systems, proposing the RAIN model which accurately infers these strengths and predicts trajectories with interpretable graphs.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes