English

Calibrate and Debias Layer-wise Sampling for Graph Convolutional Networks

Machine Learning 2023-06-19 v2

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 https://github.com/ychen-stat-ml/GCN-layer-wise-sampling .

Keywords

Cite

@article{arxiv.2206.00583,
  title  = {Calibrate and Debias Layer-wise Sampling for Graph Convolutional Networks},
  author = {Yifan Chen and Tianning Xu and Dilek Hakkani-Tur and Di Jin and Yun Yang and Ruoqing Zhu},
  journal= {arXiv preprint arXiv:2206.00583},
  year   = {2023}
}

Comments

Published at TMLR. Code is available at https://github.com/ychen-stat-ml/GCN-layer-wise-sampling

R2 v1 2026-06-24T11:36:09.233Z