RelGNN: Composite Message Passing for Relational Deep Learning
Tianlang Chen, Charilaos Kanatsoulis, Jure Leskovec

TL;DR
RelGNN introduces a novel graph neural network framework that leverages the structural properties of relational database graphs, using atomic routes and composite message passing to improve predictive accuracy across diverse real-world tasks.
Contribution
The paper presents RelGNN, a new GNN framework that explicitly models the structural properties of relational database graphs with atomic routes and composite message passing mechanisms.
Findings
Achieves state-of-the-art performance on 30 real-world tasks.
Improves predictive accuracy by up to 25%.
Effectively captures relational structures with novel message passing.
Abstract
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 data as graphs, enabling Graph Neural Networks (GNNs) to exploit relational structures for improved predictions. However, existing RDL methods often overlook the intrinsic structural properties of the graphs built from relational databases, leading to modeling inefficiencies, particularly in handling many-to-many relationships. Here we introduce RelGNN, a novel GNN framework specifically designed to leverage the unique structural characteristics of the graphs built from relational databases. At the core of our approach is the introduction of atomic routes, which are simple paths that enable direct single-hop interactions between the source and destination nodes. Building…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdvanced Graph Neural Networks · Context-Aware Activity Recognition Systems · Topic Modeling
MethodsSoftmax · Attention Is All You Need
