Calibrate and Debias Layer-wise Sampling for Graph Convolutional Networks
Yifan Chen, Tianning Xu, Dilek Hakkani-Tur, Di Jin, Yun Yang, Ruoqing, Zhu

TL;DR
This paper improves layer-wise sampling in GCNs by addressing suboptimal probabilities and bias, leading to more accurate and efficient node embedding aggregation, supported by theoretical analysis and experiments.
Contribution
It introduces a new sampling probability principle and a debiasing algorithm for layer-wise GCN sampling methods, enhancing their accuracy and efficiency.
Findings
Reduced estimation variance in sampling.
Improved node embedding accuracy on benchmarks.
Open-source code available for implementation.
Abstract
Multiple sampling-based methods have been developed for approximating and accelerating node embedding aggregation in graph convolutional networks (GCNs) training. Among them, a layer-wise approach recursively performs importance sampling to select neighbors jointly for existing nodes in each layer. This paper revisits the approach from a matrix approximation perspective, and identifies two issues in the existing layer-wise sampling methods: suboptimal sampling probabilities and estimation biases induced by sampling without replacement. To address these issues, we accordingly propose two remedies: a new principle for constructing sampling probabilities and an efficient debiasing algorithm. The improvements are demonstrated by extensive analyses of estimation variance and experiments on common benchmarks. Code and algorithm implementations are publicly available at…
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
TopicsAdvanced Graph Neural Networks · Functional Brain Connectivity Studies
