paper-with-me

홈 › Papers

A Generic Graph Sparsification Framework using Deep Reinforcement Learning

2021-12-02 · Ryan Wickman, Xiaofei Zhang, Weizi Li

The interconnectedness and interdependence of modern graphs are growing ever more complex, causing enormous resources for processing, storage, communication, and decision-making of these graphs. In this work, we focus on the task graph sparsification: an edge-reduced graph of a similar structure to the original graph is produced while various user-defined graph metrics are largely preserved. Existing graph sparsification methods are mostly sampling-based, which introduce high computation complexity in general and lack of flexibility for a different reduction objective. We present SparRL, the first generic and effective graph sparsification framework enabled by deep reinforcement learning. SparRL can easily adapt to different reduction goals and promise graph-size-independent complexity. Extensive experiments show that SparRL outperforms all prevailing sparsification methods in producing high-quality sparsified graphs concerning a variety of objectives.

📄 PDF Abstract BibTeX arXiv:2112.01565

Code (1)

rwickman/sparrl-pytorch 공식 구현 pytorch

Tasks

Decision MakingDeep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Not All Neighbors Matter: Understanding the Impact of Graph Sparsification on GNN Pipelines

2026-03-07 · Yuhang Song, Naima Abrar Shami, Romaric Duvignau, Vasiliki Kalavri arxiv

As graphs scale to billions of nodes and edges, graph Machine Learning workloads are constrained by the cost of multi-hop traversals over exponentially growing neighborhoods. While various system-level and algorithmic op…

Graph Neural NetworkNode Classification

A Unified Spectral Sparsification Framework for Directed Graphs

2021-01-01 · Ying Zhang, Zhiqiang Zhao, Zhuo Feng

Recent spectral graph sparsification research allows constructing nearly-linear-sized subgraphs that can well preserve the spectral (structural) properties of the original graph, such as the first few eigenvalues and eig…

Spectral Graph Sparsification Preserves Representation Geometry in Graph Neural Networks

2026-05-01 · Sanjukta Krishnagopal arxiv

Spectral graph sparsification is a classical tool for reducing graph complexity while preserving Laplacian quadratic forms. In graph neural networks (GNNs), sparsification is often used to accelerate computation while ma…

Theoretical Learning Performance of Graph Neural Networks: The Impact of Jumping Connections and Layer-wise Sparsification

2025-07-07 · Jiawei Sun, Hongkang Li, Meng Wang arxiv

Jumping connections enable Graph Convolutional Networks (GCNs) to overcome over-smoothing, while graph sparsification reduces computational demands by selecting a sub-matrix of the graph adjacency matrix during neighborh…

Dynamic Spatial Sparsification for Efficient Vision Transformers and Convolutional Neural Networks

2022-07-04 · Yongming Rao, Zuyan Liu, Wenliang Zhao, Jie zhou 외

In this paper, we present a new approach for model acceleration by exploiting spatial sparsity in visual data. We observe that the final prediction in vision Transformers is only based on a subset of the most informative…