Fast Track to Winning Tickets: Repowering One-Shot Pruning for Graph Neural Networks
Yanwei Yue, Guibin Zhang, Haoran Yang, Dawei Cheng

TL;DR
This paper introduces a one-shot pruning and denoising framework for Graph Neural Networks that achieves higher sparsity and faster performance than traditional iterative methods, making large-scale GNNs more practical.
Contribution
The paper proposes a novel one-shot pruning approach validated by a denoising framework, significantly improving efficiency and sparsity in graph lottery tickets over existing iterative methods.
Findings
Achieves 1.32%-45.62% higher weight sparsity
Increases graph sparsity by 7.49%-22.71%
Provides 1.7-44x speedup over IMP-based methods
Abstract
Graph Neural Networks (GNNs) demonstrate superior performance in various graph learning tasks, yet their wider real-world application is hindered by the computational overhead when applied to large-scale graphs. To address the issue, the Graph Lottery Hypothesis (GLT) has been proposed, advocating the identification of subgraphs and subnetworks, \textit{i.e.}, winning tickets, without compromising performance. The effectiveness of current GLT methods largely stems from the use of iterative magnitude pruning (IMP), which offers higher stability and better performance than one-shot pruning. However, identifying GLTs is highly computationally expensive, due to the iterative pruning and retraining required by IMP. In this paper, we reevaluate the correlation between one-shot pruning and IMP: while one-shot tickets are suboptimal compared to IMP, they offer a \textit{fast track} to tickets…
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 · Graph Theory and Algorithms
MethodsPruning
