Deep Generative Models for Subgraph Prediction
Erfaneh Mahmoudzadeh, Parmis Naddaf, Kiarash Zahirnia, Oliver Schulte

TL;DR
This paper introduces a novel subgraph query task in graph neural networks, utilizing a variational graph auto-encoder to jointly predict subgraph components, with inference methods that outperform baseline models across multiple datasets.
Contribution
It proposes a new subgraph query task for deep graph learning and develops a probabilistic VGAE model with inference techniques for zero-shot subgraph prediction.
Findings
Inference methods outperform independent baselines in AUC scores.
Joint prediction of subgraph components improves accuracy.
Model generalizes well across six benchmark datasets.
Abstract
Graph Neural Networks (GNNs) are important across different domains, such as social network analysis and recommendation systems, due to their ability to model complex relational data. This paper introduces subgraph queries as a new task for deep graph learning. Unlike traditional graph prediction tasks that focus on individual components like link prediction or node classification, subgraph queries jointly predict the components of a target subgraph based on evidence that is represented by an observed subgraph. For instance, a subgraph query can predict a set of target links and/or node labels. To answer subgraph queries, we utilize a probabilistic deep Graph Generative Model. Specifically, we inductively train a Variational Graph Auto-Encoder (VGAE) model, augmented to represent a joint distribution over links, node features and labels. Bayesian optimization is used to tune a weighting…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGraph Theory and Algorithms · Web Data Mining and Analysis · Advanced Graph Neural Networks
MethodsSparse Evolutionary Training · Focus · Variational Graph Auto Encoder
