paper-with-me

홈 › Papers

Rethinking Graph Lottery Tickets: Graph Sparsity Matters

2023-05-03 · Bo Hui, Da Yan, Xiaolong Ma, Wei-Shinn Ku

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 adjacency matrix using a loss formulation which, however, does not properly involve all elements of the adjacency matrix; in contrast, we add a new auxiliary loss head to better guide the edge pruning by involving the entire adjacency matrix. Second, by regarding unfavorable graph sparsification as adversarial data perturbations, we formulate the pruning process as a min-max optimization problem to gain the robustness of lottery tickets when the graph sparsity is high. We further investigate the question: Can the "retrainable" winning ticket of a GNN be also effective for graph transferring learning? We call it the transferable graph lottery ticket (GLT) hypothesis. Extensive experiments were conducted which demonstrate the superiority of our proposed sparsification method over UGS, and which empirically verified our transferable GLT hypothesis.

📄 PDF Abstract BibTeX arXiv:2305.02190

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Fast Track to Winning Tickets: Repowering One-Shot Pruning for Graph Neural Networks

2024-12-10 · Yanwei Yue, Guibin Zhang, Haoran Yang, Dawei Cheng

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 addre…

DenoisingGraph Learning

Sparse but Strong: Crafting Adversarially Robust Graph Lottery Tickets

2023-12-11 · Subhajit Dutta Chowdhury, Zhiyu Ni, Qingyuan Peng, Souvik Kundu 외

Graph Lottery Tickets (GLTs), comprising a sparse adjacency matrix and a sparse graph neural network (GNN), can significantly reduce the inference latency and compute footprint compared to their dense counterparts. Despi…

Graph Neural Network

TEDDY: Trimming Edges with Degree-based Discrimination strategY

2024-02-02 · Hyunjin Seo, Jihun Yun, Eunho Yang

Since the pioneering work on the lottery ticket hypothesis for graph neural networks (GNNs) was proposed in Chen et al. (2021), the study on finding graph lottery tickets (GLT) has become one of the pivotal focus in the …

Inductive Lottery Ticket Learning for Graph Neural Networks

2021-09-29 · Yongduo Sui, Xiang Wang, Tianlong Chen, Xiangnan He 외

Deep graph neural networks (GNNs) have gained increasing popularity, while usually suffer from unaffordable computations for real-world large-scale applications. Hence, pruning GNNs is of great need but largely unexplore…

Graph ClassificationNode ClassificationTransductive Learning

Bridging Lottery Ticket and Grokking: Understanding Grokking from Inner Structure of Networks

2023-10-30 · Gouki Minegishi, Yusuke Iwasawa, Yutaka Matsuo

Grokking is an intriguing phenomenon of delayed generalization, where neural networks initially memorize training data with perfect accuracy but exhibit poor generalization, subsequently transitioning to a generalizing s…

Image ClassificationMemorization