LGAIMay 17, 2023

Tractable Probabilistic Graph Representation Learning with Graph-Induced Sum-Product Networks

arXiv:2305.10544v27 citations
Originality Incremental advance
AI Analysis

This addresses the need for efficient and effective probabilistic models in graph learning, though it appears incremental by combining existing concepts like sum-product networks with graph structures.

The paper tackles the problem of probabilistic graph representation learning by introducing Graph-Induced Sum-Product Networks (GSPNs), a framework that enables tractable probabilistic queries. The result shows competitiveness in scenarios like scarce supervision, missing data, and graph classification compared to neural models.

We introduce Graph-Induced Sum-Product Networks (GSPNs), a new probabilistic framework for graph representation learning that can tractably answer probabilistic queries. Inspired by the computational trees induced by vertices in the context of message-passing neural networks, we build hierarchies of sum-product networks (SPNs) where the parameters of a parent SPN are learnable transformations of the a-posterior mixing probabilities of its children's sum units. Due to weight sharing and the tree-shaped computation graphs of GSPNs, we obtain the efficiency and efficacy of deep graph networks with the additional advantages of a probabilistic model. We show the model's competitiveness on scarce supervision scenarios, under missing data, and for graph classification in comparison to popular neural models. We complement the experiments with qualitative analyses on hyper-parameters and the model's ability to answer probabilistic queries.

Code Implementations3 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes