Motif Prediction with Graph Neural Networks
Maciej Besta, Raphael Grob, Cesare Miglioli, Nicola Bernold, Grzegorz, Kwasniewski, Gabriel Gjini, Raghavendra Kanakagiri, Saleh Ashkboos, Lukas, Gianinazzi, Nikoli Dryden, Torsten Hoefler

TL;DR
This paper introduces a novel approach combining heuristics and graph neural networks to improve motif prediction in graphs, outperforming existing methods especially for complex motifs and demonstrating versatility in community detection.
Contribution
The paper presents a new motif prediction problem, heuristics for assessing motif likelihood, and a GNN architecture that captures structural properties, significantly improving prediction accuracy.
Findings
GNN-based motif prediction outperforms existing methods by over 10%.
Heuristics are fast and do not require training.
The approach scales well with motif complexity and size.
Abstract
Link prediction is one of the central problems in graph mining. However, recent studies highlight the importance of higher-order network analysis, where complex structures called motifs are the first-class citizens. We first show that existing link prediction schemes fail to effectively predict motifs. To alleviate this, we establish a general motif prediction problem and we propose several heuristics that assess the chances for a specified motif to appear. To make the scores realistic, our heuristics consider - among others - correlations between links, i.e., the potential impact of some arriving links on the appearance of other links in a given motif. Finally, for highest accuracy, we develop a graph neural network (GNN) architecture for motif prediction. Our architecture offers vertex features and sampling schemes that capture the rich structural properties of motifs. While our…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplex Network Analysis Techniques · Advanced Graph Neural Networks · Data Mining Algorithms and Applications
MethodsGraph Neural Network
