LGMay 27, 2022

Deep Ensembles for Graphs with Higher-order Dependencies

arXiv:2205.13988v37 citationsh-index: 75
Originality Incremental advance
AI Analysis

This addresses a specific limitation in graph learning for systems with higher-order dependencies, representing an incremental improvement over existing GNN methods.

The paper tackles the problem of graph neural networks (GNNs) generalizing poorly when graphs have higher-order sequential dependencies, by proposing a Deep Graph Ensemble (DGE) that captures neighborhood variance, and shows it consistently outperforms existing GNNs on six real-world datasets.

Graph neural networks (GNNs) continue to achieve state-of-the-art performance on many graph learning tasks, but rely on the assumption that a given graph is a sufficient approximation of the true neighborhood structure. When a system contains higher-order sequential dependencies, we show that the tendency of traditional graph representations to underfit each node's neighborhood causes existing GNNs to generalize poorly. To address this, we propose a novel Deep Graph Ensemble (DGE), which captures neighborhood variance by training an ensemble of GNNs on different neighborhood subspaces of the same node within a higher-order network structure. We show that DGE consistently outperforms existing GNNs on semisupervised and supervised tasks on six real-world data sets with known higher-order dependencies, even under a similar parameter budget. We demonstrate that learning diverse and accurate base classifiers is central to DGE's success, and discuss the implications of these findings for future work on ensembles of GNNs.

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