paper-with-me

홈 › Papers

A Graph Dynamics Prior for Relational Inference

2023-06-09 · Liming Pan, Cheng Shi, Ivan Dokmanić

Relational inference aims to identify interactions between parts of a dynamical system from the observed dynamics. Current state-of-the-art methods fit the dynamics with a graph neural network (GNN) on a learnable graph. They use one-step message-passing GNNs -- intuitively the right choice since non-locality of multi-step or spectral GNNs may confuse direct and indirect interactions. But the \textit{effective} interaction graph depends on the sampling rate and it is rarely localized to direct neighbors, leading to poor local optima for the one-step model. In this work, we propose a \textit{graph dynamics prior} (GDP) for relational inference. GDP constructively uses error amplification in non-local polynomial filters to steer the solution to the ground-truth graph. To deal with non-uniqueness, GDP simultaneously fits a ``shallow'' one-step model and a polynomial multi-step model with shared graph topology. Experiments show that GDP reconstructs graphs far more accurately than earlier methods, with remarkable robustness to under-sampling. Since appropriate sampling rates for unknown dynamical systems are not known a priori, this robustness makes GDP suitable for real applications in scientific machine learning. Reproducible code is available at https://github.com/DaDaCheng/GDP.

📄 PDF Abstract BibTeX arXiv:2306.06041

Code (1)

dadacheng/gdp 공식 구현 pytorch

Tasks

Graph LearningGraph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Neural Relational Inference with Efficient Message Passing Mechanisms

2021-01-23 · Siyuan Chen, Jiahai Wang, Guoqing Li

Many complex processes can be viewed as dynamical systems of interacting agents. In many cases, only the state sequences of individual agents are observed, while the interacting relations and the dynamical rules are unkn…

RelationRelation Prediction

The Role of Isomorphism Classes in Multi-Relational Datasets

2020-09-30 · Vijja Wichitwechkarn, Ben Day, Cristian Bodnar, Matthew Wales 외

Multi-interaction systems abound in nature, from colloidal suspensions to gene regulatory circuits. These systems can produce complex dynamics and graph neural networks have been proposed as a method to extract underlyin…

LERD: Latent Event-Relational Dynamics for Neurodegenerative Classification

2026-02-20 · Yicheng Feng, Hairong Chen, Ziyu Jia, Samir Bhatt 외 arxiv

Alzheimer's disease (AD) alters brain electrophysiology and disrupts multichannel EEG dynamics, making accurate and clinically useful EEG-based diagnosis increasingly important for screening and disease monitoring. Howev…

Neural Relational Inference for Interacting Systems

2018-02-13 · ICML 2018 7 · Thomas Kipf, Ethan Fetaya, Kuan-Chieh Wang, Max Welling 외

Interacting systems are prevalent in nature, from dynamical systems in physics to complex societal dynamics. The interplay of components can give rise to complex behavior, which can often be explained using a simple mode…

Dynamic Relational Inference in Multi-Agent Trajectories

2020-07-16 · Ruichao Xiao, Manish Kumar Singh, Rose Yu

Inferring interactions from multi-agent trajectories has broad applications in physics, vision and robotics. Neural relational inference (NRI) is a deep generative model that can reason about relations in complex dynamic…