Rethinking Graph Lottery Tickets: Graph Sparsity Matters
Bo Hui, Da Yan, Xiaolong Ma, Wei-Shinn Ku

TL;DR
This paper improves graph neural network pruning by considering graph sparsity, introducing new loss and optimization techniques, and demonstrates the transferability of pruned models across graphs.
Contribution
It proposes enhanced pruning methods for GNNs that better handle high sparsity and introduces the transferable graph lottery ticket hypothesis.
Findings
Enhanced pruning method outperforms UGS in high sparsity regimes
Adding an auxiliary loss improves edge pruning accuracy
Transferable graph lottery tickets can be effective across different graphs
Abstract
Lottery Ticket Hypothesis (LTH) claims the existence of a winning ticket (i.e., a properly pruned sub-network together with original weight initialization) that can achieve competitive performance to the original dense network. A recent work, called UGS, extended LTH to prune graph neural networks (GNNs) for effectively accelerating GNN inference. UGS simultaneously prunes the graph adjacency matrix and the model weights using the same masking mechanism, but since the roles of the graph adjacency matrix and the weight matrices are very different, we find that their sparsifications lead to different performance characteristics. Specifically, we find that the performance of a sparsified GNN degrades significantly when the graph sparsity goes beyond a certain extent. Therefore, we propose two techniques to improve GNN performance when the graph sparsity is high. First, UGS prunes the…
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.
Videos
Taxonomy
TopicsAdvanced Graph Neural Networks · Recommender Systems and Techniques · Complex Network Analysis Techniques
MethodsPruning
