Early-Bird GCNs: Graph-Network Co-Optimization Towards More Efficient GCN Training and Inference via Drawing Early-Bird Lottery Tickets
Haoran You, Zhihan Lu, Zijian Zhou, Yonggan Fu, Yingyan Celine Lin

TL;DR
This paper introduces the concept of early-bird tickets in GCNs, enabling efficient graph sparsification and co-optimization to significantly reduce training and inference costs while maintaining or improving accuracy.
Contribution
It discovers early-bird tickets in GCNs, proposes a detector for their emergence, and develops a co-optimization framework GEBT for more efficient GCN training and inference.
Findings
Achieves up to 85.6% savings in training costs.
Maintains or improves accuracy compared to state-of-the-art.
Validates the existence of early-bird tickets in GCNs.
Abstract
Graph Convolutional Networks (GCNs) have emerged as the state-of-the-art deep learning model for representation learning on graphs. However, it remains notoriously challenging to train and inference GCNs over large graph datasets, limiting their application to large real-world graphs and hindering the exploration of deeper and more sophisticated GCN graphs. This is because as the graph size grows, the sheer number of node features and the large adjacency matrix can easily explode the required memory and data movements. To tackle the aforementioned challenges, we explore the possibility of drawing lottery tickets when sparsifying GCN graphs, i.e., subgraphs that largely shrink the adjacency matrix yet are capable of achieving accuracy comparable to or even better than their full graphs. Specifically, we for the first time discover the existence of graph early-bird (GEB) tickets that…
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
Taxonomy
TopicsAdvanced Graph Neural Networks
MethodsGraph Convolutional Network
