On the Importance of Sampling in Training GCNs: Tighter Analysis and Variance Reduction
Weilin Cong, Morteza Ramezani, Mehrdad Mahdavi

TL;DR
This paper introduces a variance reduction schema for sampling-based training of GCNs, providing theoretical convergence guarantees and demonstrating improved efficiency on large graphs.
Contribution
It proposes a general doubly variance reduction schema that accelerates sampling methods for GCN training with proven convergence guarantees.
Findings
The schema achieves an $ ext{O}(1/T)$ convergence rate.
It effectively reduces variance in both forward and backward passes.
Experimental results show improved training efficiency on large real-world graphs.
Abstract
Graph Convolutional Networks (GCNs) have achieved impressive empirical advancement across a wide variety of semi-supervised node classification tasks. Despite their great success, training GCNs on large graphs suffers from computational and memory issues. A potential path to circumvent these obstacles is sampling-based methods, where at each layer a subset of nodes is sampled. Although recent studies have empirically demonstrated the effectiveness of sampling-based methods, these works lack theoretical convergence guarantees under realistic settings and cannot fully leverage the information of evolving parameters during optimization. In this paper, we describe and analyze a general doubly variance reduction schema that can accelerate any sampling method under the memory budget. The motivating impetus for the proposed schema is a careful analysis of the variance of sampling methods where…
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 · Stochastic Gradient Optimization Techniques · Recommender Systems and Techniques
