paper-with-me

홈 › 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 unknown. The neural relational inference (NRI) model adopts graph neural networks that pass messages over a latent graph to jointly learn the relations and the dynamics based on the observed data. However, NRI infers the relations independently and suffers from error accumulation in multi-step prediction at dynamics learning procedure. Besides, relation reconstruction without prior knowledge becomes more difficult in more complex systems. This paper introduces efficient message passing mechanisms to the graph neural networks with structural prior knowledge to address these problems. A relation interaction mechanism is proposed to capture the coexistence of all relations, and a spatio-temporal message passing mechanism is proposed to use historical information to alleviate error accumulation. Additionally, the structural prior knowledge, symmetry as a special case, is introduced for better relation prediction in more complex systems. The experimental results on simulated physics systems show that the proposed method outperforms existing state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2101.09486

Code (1)

hilbert9221/NRI-MPM 공식 구현 pytorch

Tasks

RelationRelation Prediction

Similar Papers 제목 키워드 기반

Preventing Representational Rank Collapse in MPNNs by Splitting the Computational Graph

2024-09-17 · Andreas Roth, Franka Bause, Nils M. Kriege, Thomas Liebig

The ability of message-passing neural networks (MPNNs) to fit complex functions over graphs is limited as most graph convolutions amplify the same signal across all feature channels, a phenomenon known as rank collapse, …

Node Classification

Relational Message Passing for Knowledge Graph Completion

2020-02-17 · Hongwei Wang, Hongyu Ren, Jure Leskovec

Knowledge graph completion aims to predict missing relations between entities in a knowledge graph. In this work, we propose a relational message passing method for knowledge graph completion. Different from existing emb…

Knowledge Graph CompletionRelationRelation Prediction

Self-Supervised Relation Alignment for Scene Graph Generation

2023-02-02 · Bicheng Xu, Renjie Liao, Leonid Sigal

The goal of scene graph generation is to predict a graph from an input image, where nodes correspond to identified and localized objects and edges to their corresponding interaction predicates. Existing methods are train…

Graph GenerationRelationRelation PredictionScene Graph Generation

Is Fixing Schema Graphs Necessary? Full-Resolution Graph Structure Learning for Relational Deep Learning

2026-05-20 · Yi Huang, Qingyun Sun, Jia Li, Xingcheng Fu 외 arxiv

Relational prediction tasks are fundamental in many real-world applications, where data are naturally stored in relational databases (RDBs). Relational Deep Learning (RDL) addresses this problem by modeling RDBs as graph…

Graph structure learning

RelGNN: Composite Message Passing for Relational Deep Learning

2025-02-10 · Tianlang Chen, Charilaos Kanatsoulis, Jure Leskovec

Predictive tasks on relational databases are critical in real-world applications spanning e-commerce, healthcare, and social media. To address these tasks effectively, Relational Deep Learning (RDL) encodes relational da…

Deep LearningGraph Attention