LGAug 24, 2021

Layer-wise Adaptive Graph Convolution Networks Using Generalized Pagerank

arXiv:2108.10636v31 citations
Originality Incremental advance
AI Analysis

This work addresses oversmoothing in GCNs for graph-based machine learning tasks, offering an incremental improvement with interpretable layer-wise convolutions.

The paper tackles oversmoothing in deep graph convolutional networks (GCNs) by proposing AdaGPR, a method that learns layer-wise generalized PageRanks to adapt convolution, resulting in improved node-classification accuracies on benchmark data and robustness against oversmoothing.

We investigate adaptive layer-wise graph convolution in deep GCN models. We propose AdaGPR to learn generalized Pageranks at each layer of a GCNII network to induce adaptive convolution. We show that the generalization bound for AdaGPR is bounded by a polynomial of the eigenvalue spectrum of the normalized adjacency matrix in the order of the number of generalized Pagerank coefficients. By analysing the generalization bounds we show that oversmoothing depends on both the convolutions by the higher orders of the normalized adjacency matrix and the depth of the model. We performed evaluations on node-classification using benchmark real data and show that AdaGPR provides improved accuracies compared to existing graph convolution networks while demonstrating robustness against oversmoothing. Further, we demonstrate that analysis of coefficients of layer-wise generalized Pageranks allows us to qualitatively understand convolution at each layer enabling model interpretations.

Foundations

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

Your Notes