MLLGCOMEFeb 7, 2022

A Variational Edge Partition Model for Supervised Graph Representation Learning

arXiv:2202.03233v36 citations
AI Analysis

This addresses the limitation of GNNs in supervised graph representation learning by incorporating edge modeling, though it appears incremental as it builds on existing GNN frameworks.

The paper tackles the problem of graph neural networks (GNNs) ignoring edge formation by introducing a graph generative process that models edges as aggregations over overlapping node communities, and it verifies effectiveness on real-world datasets for node-level and graph-level classification tasks.

Graph neural networks (GNNs), which propagate the node features through the edges and learn how to transform the aggregated features under label supervision, have achieved great success in supervised feature extraction for both node-level and graph-level classification tasks. However, GNNs typically treat the graph structure as given and ignore how the edges are formed. This paper introduces a graph generative process to model how the observed edges are generated by aggregating the node interactions over a set of overlapping node communities, each of which contributes to the edges via a logical OR mechanism. Based on this generative model, we partition each edge into the summation of multiple community-specific weighted edges and use them to define community-specific GNNs. A variational inference framework is proposed to jointly learn a GNN-based inference network that partitions the edges into different communities, these community-specific GNNs, and a GNN-based predictor that combines community-specific GNNs for the end classification task. Extensive evaluations on real-world graph datasets have verified the effectiveness of the proposed method in learning discriminative representations for both node-level and graph-level classification tasks.

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