paper-with-me

Papers

Empirical Error Estimates for Graph Sparsification

2025-03-11 · Siyao Wang, Miles E. Lopes

Graph sparsification is a well-established technique for accelerating graph-based learning algorithms, which uses edge sampling to approximate dense graphs with sparse ones. Because the sparsification error is random and unknown, users must contend with uncertainty about the reliability of downstream computations. Although it is possible for users to obtain conceptual guidance from theoretical error bounds in the literature, such results are typically impractical at a numerical level. Taking an alternative approach, we propose to address these issues from a data-driven perspective by computing empirical error estimates. The proposed error estimates are highly versatile, and we demonstrate this in four use cases: Laplacian matrix approximation, graph cut queries, graph-structured regression, and spectral clustering. Moreover, we provide two theoretical guarantees for the error estimates, and explain why the cost of computing them is manageable in comparison to the overall cost of a typical graph sparsification workflow.

📄 PDF Abstract BibTeX arXiv:2503.08031

Code (1)

sy-wwww/error-estimates-graph-sparsification 공식 구현

Similar Papers 제목 키워드 기반

Improved large-scale graph learning through ridge spectral sparsification

2018-07-01 · ICML 2018 7 · Daniele Calandriello, Alessandro Lazaric, Ioannis Koutis, Michal Valko

The representation and learning benefits of methods based on graph Laplacians, such as Laplacian smoothing or harmonic function solution for semi-supervised learning (SSL), are empirically and theoretically well sup…

Graph Learning

Incremental Spectral Sparsification for Large-Scale Graph-Based Semi-Supervised Learning

2016-01-21 · Daniele Calandriello, Alessandro Lazaric, Michal Valko, Ioannis Koutis

While the harmonic function solution performs well in many semi-supervised learning (SSL) tasks, it is known to scale poorly with the number of samples. Recent successful and scalable methods, such as the eigenfunction m…

Quantization

Triple Sparsification of Graph Convolutional Networks without Sacrificing the Accuracy

2022-08-06 · Md. Khaledur Rahman, Ariful Azad

Graph Neural Networks (GNNs) are widely used to perform different machine learning tasks on graphs. As the size of the graphs grows, and the GNNs get deeper, training and inference time become costly in addition to the m…

Graph LearningModel Compression

Approximation errors of online sparsification criteria

2014-09-21 · Paul Honeine

Many machine learning frameworks, such as resource-allocating networks, kernel-based methods, Gaussian processes, and radial-basis-function networks, require a sparsification scheme in order to address the online learnin…

Gaussian Processes

Faster Spectral Density Estimation and Sparsification in the Nuclear Norm

2024-06-11 · Yujia Jin, Ishani Karmarkar, Christopher Musco, Aaron Sidford 외

We consider the problem of estimating the spectral density of the normalized adjacency matrix of an $n$-node undirected graph. We provide a randomized algorithm that, with $O(n\epsilon^{-2})$ queries to a degree and neig…

Density Estimation