paper-with-me

Papers

Two Heads Are Better Than One: Boosting Graph Sparse Training via Semantic and Topological Awareness

2024-02-02 · Guibin Zhang, Yanwei Yue, Kun Wang, Junfeng Fang, Yongduo Sui, Kai Wang, Yuxuan Liang, Dawei Cheng, Shirui Pan, Tianlong Chen

Graph Neural Networks (GNNs) excel in various graph learning tasks but face computational challenges when applied to large-scale graphs. A promising solution is to remove non-essential edges to reduce the computational overheads in GNN. Previous literature generally falls into two categories: topology-guided and semantic-guided. The former maintains certain graph topological properties yet often underperforms on GNNs due to low integration with neural network training. The latter performs well at lower sparsity on GNNs but faces performance collapse at higher sparsity levels. With this in mind, we take the first step to propose a new research line and concept termed Graph Sparse Training (GST), which dynamically manipulates sparsity at the data level. Specifically, GST initially constructs a topology & semantic anchor at a low training cost, followed by performing dynamic sparse training to align the sparse graph with the anchor. We introduce the Equilibria Sparsification Principle to guide this process, effectively balancing the preservation of both topological and semantic information. Ultimately, GST produces a sparse graph with maximum topological integrity and no performance degradation. Extensive experiments on 6 datasets and 5 backbones showcase that GST (I) identifies subgraphs at higher graph sparsity levels (1.67%~15.85% $\uparrow$) than state-of-the-art sparsification methods, (II) preserves more key spectral properties, (III) achieves 1.27-3.42$\times$ speedup in GNN inference and (IV) successfully helps graph adversarial defense and graph lottery tickets.

📄 PDF Abstract BibTeX arXiv:2402.01242

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial DefenseGraph Learning

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

MoA: Mixture of Sparse Attention for Automatic Large Language Model Compression

2024-06-21 · Tianyu Fu, Haofeng Huang, Xuefei Ning, Genghan Zhang 외

Sparse attention can effectively mitigate the significant memory and throughput demands of Large Language Models (LLMs) in long contexts. Existing methods typically employ a uniform sparse attention mask, applying the sa…

GPULanguage ModelingLanguage ModellingLarge Language Model+2

Boosting-GNN: Boosting Algorithm for Graph Networks on Imbalanced Node Classification

2021-05-25 · S. Shi, Kai Qiao, Shuai Yang, L. Wang 외

The Graph Neural Network (GNN) has been widely used for graph data representation. However, the existing researches only consider the ideal balanced dataset, and the imbalanced dataset is rarely considered. Traditional m…

Ensemble LearningGraph Neural NetworkNode ClassificationTransfer Learning

SGS-GNN: A Supervised Graph Sparsification method for Graph Neural Networks

2025-02-14 · Siddhartha Shankar Das, Naheed Anjum Arafat, Muftiqur Rahman, S M Ferdous 외

We propose SGS-GNN, a novel supervised graph sparsifier that learns the sampling probability distribution of edges and samples sparse subgraphs of a user-specified size to reduce the computational costs required by GNNs …

Sparse Random Feature Algorithm as Coordinate Descent in Hilbert Space

2014-12-01 · NeurIPS 2014 12 · Ian En-Hsu Yen, Ting-Wei Lin, Shou-De Lin, Pradeep K. Ravikumar 외

In this paper, we propose a Sparse Random Feature algorithm, which learns a sparse non-linear predictor by minimizing an $\ell_1$-regularized objective function over the Hilbert Space induced from kernel function. By int…

AutoAttention: Automatic Attention Head Selection Through Differentiable Pruning

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Multi-head attention is considered as a driving force and key component behind the state-of-art transformer models. However, recent research reveals that there are many redundant heads with duplicated patterns in each la…