LGAIDBFeb 10, 2025

RelGNN: Composite Message Passing for Relational Deep Learning

arXiv:2502.06784v229 citationsh-index: 18Has CodeICML
Originality Highly original
AI Analysis

This work addresses the problem of predictive tasks on relational databases for applications in e-commerce, healthcare, and social media, providing a significant improvement for users in these domains.

The authors tackled the problem of predictive tasks on relational databases by introducing RelGNN, a novel GNN framework that achieves state-of-the-art performance on 30 real-world tasks with improvements of up to 25%. RelGNN outperforms existing methods by leveraging the unique structural characteristics of graphs built from relational databases.

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 upon these atomic routes, RelGNN designs new composite message passing and graph attention mechanisms that reduce redundancy, highlight key signals, and enhance predictive accuracy. RelGNN is evaluated on 30 diverse real-world tasks from Relbench (Fey et al., 2024), and achieves state-of-the-art performance on the vast majority of tasks, with improvements of up to 25%. Code is available at https://github.com/snap-stanford/RelGNN.

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