LSP : Acceleration and Regularization of Graph Neural Networks via Locality Sensitive Pruning of Graphs
Eitan Kosman, Joel Oren, Dotan Di Castro

TL;DR
This paper introduces Locality-Sensitive Pruning (LSP), a method that efficiently sparsifies large graphs by removing redundant edges based on local similarity, significantly accelerating GNNs while maintaining accuracy.
Contribution
The paper proposes a novel graph pruning technique using Locality-Sensitive Hashing to improve GNN efficiency without performance loss, advancing graph sparsification methods.
Findings
LSP removes many edges without performance loss.
LSP significantly accelerates GNN computations.
LSP outperforms other pruning strategies in experiments.
Abstract
Graph Neural Networks (GNNs) have emerged as highly successful tools for graph-related tasks. However, real-world problems involve very large graphs, and the compute resources needed to fit GNNs to those problems grow rapidly. Moreover, the noisy nature and size of real-world graphs cause GNNs to over-fit if not regularized properly. Surprisingly, recent works show that large graphs often involve many redundant components that can be removed without compromising the performance too much. This includes node or edge removals during inference through GNNs layers or as a pre-processing step that sparsifies the input graph. This intriguing phenomenon enables the development of state-of-the-art GNNs that are both efficient and accurate. In this paper, we take a further step towards demystifying this phenomenon and propose a systematic method called Locality-Sensitive Pruning (LSP) for graph…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Multimodal Machine Learning Applications · Domain Adaptation and Few-Shot Learning
MethodsPruning
