中文
相关论文

相关论文: Solving Graph Laplacians via Multilevel Sparsifier…

200 篇论文

Due to the indefiniteness and poor spectral properties, the discretized linear algebraic system of the vector Laplacian by mixed finite element methods is hard to solve. A block diagonal preconditioner has been developed and shown to be an…

数值分析 · 数学 2016-01-19 Long Chen , Yongke Wu , Lin Zhong , Jie Zhou

This paper proposes a scalable algorithmic framework for spectral reduction of large undirected graphs. The proposed method allows computing much smaller graphs while preserving the key spectral (structural) properties of the original…

数据结构与算法 · 计算机科学 2018-12-24 Zhiqiang Zhao , Yongyu Wang , Zhuo Feng

We present an algorithm that on input of an $n$-vertex $m$-edge weighted graph $G$ and a value $k$, produces an {\em incremental sparsifier} $\hat{G}$ with $n-1 + m/k$ edges, such that the condition number of $G$ with $\hat{G}$ is bounded…

数据结构与算法 · 计算机科学 2015-03-13 Ioannis Koutis , Gary L. Miller , Richard Peng

We describe a simple algorithm for spectral graph sparsification, based on iterative computations of weighted spanners and uniform sampling. Leveraging the algorithms of Baswana and Sen for computing spanners, we obtain the first…

数据结构与算法 · 计算机科学 2014-04-21 Ioannis Koutis

We present a general toolbox, based on new vertex sparsifiers, for designing data structures to maintain shortest paths in dynamic graphs. In an $m$-edge graph undergoing edge insertions and deletions, our data structures give the first…

数据结构与算法 · 计算机科学 2023-11-14 Rasmus Kyng , Simon Meierhans , Maximilian Probst Gutenberg

Graph signal processing (GSP) has become an important tool in image processing because of its ability to reveal underlying data structures. Many real-life multimedia datasets, however, exhibit heterogeneous structures across frames.…

信号处理 · 电气工程与系统科学 2022-04-20 Songyang Zhang , Qinwen Deng , Zhi Ding

This paper develops an algebraic multigrid preconditioner for the graph Laplacian. The proposed approach uses aggressive coarsening based on the aggregation framework in the setup phase and a polynomial smoother with sufficiently large…

数值分析 · 数学 2013-07-25 James Brannick

Motivated by discrete Laplacian differential operators with various accuracy orders in numerical analysis, we introduce new matrices attached to a simple graph that can be considered graph Laplacians with higher accuracy. In particular, we…

组合数学 · 数学 2025-04-09 Mary Yoon

In this paper, we consider a ${\rm U}(1)$-connection graph, that is, a graph where each oriented edge is endowed with a unit modulus complex number that is conjugated under orientation flip. A natural replacement for the combinatorial…

社会与信息网络 · 计算机科学 2024-03-21 Michaël Fanuel , Rémi Bardenet

In recent years, spectral graph sparsification techniques that can compute ultra-sparse graph proxies have been extensively studied for accelerating various numerical and graph-related applications. Prior nearly-linear-time spectral…

数据结构与算法 · 计算机科学 2018-04-10 Zhuo Feng

Spectral graph sparsification aims to find ultra-sparse subgraphs which can preserve spectral properties of original graphs. In this paper, a new spectral criticality metric based on trace reduction is first introduced for identifying…

数据结构与算法 · 计算机科学 2022-06-14 Zhiqiang Liu , Wenjian Yu

In this paper we generalise the results on eigenvalues and eigenvectors of unnormalized (combinatorial) Laplacian of two-dimensional grid presented by Edwards:2013 first to a grid graph of any dimension, and second also to other types of…

经典分析与常微分方程 · 数学 2019-09-02 Mieczysław A. Kłopotek

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 method focus on…

机器学习 · 统计学 2016-01-22 Daniele Calandriello , Alessandro Lazaric , Michal Valko , Ioannis Koutis

Multiplicative cut sparsifiers, introduced by Bencz\'ur and Karger [STOC'96], have proved extremely influential and found various applications. Precise characterisations were established for sparsifiability of graphs with other 2-variable…

数据结构与算法 · 计算机科学 2024-01-04 Eden Pelleg , Stanislav Živný

A classic result in graph theory, due to Batson, Spielman, and Srivastava (STOC 2009) shows that every graph admits a $(1 \pm \varepsilon)$ cut (or spectral) sparsifier which preserves only $O(n / \varepsilon^2)$ reweighted edges. However,…

数据结构与算法 · 计算机科学 2025-08-12 Jun-Ting Hsieh , Daniel Z. Lee , Sidhanth Mohanty , Aaron Putterman , Rachel Yun Zhang

Laplacian matrices of graphs arise in large-scale computational applications such as semi-supervised machine learning; spectral clustering of images, genetic data and web pages; transportation network flows; electrical resistor circuits;…

数值分析 · 数学 2012-06-11 Oren E. Livne , Achi Brandt

Graph sparsification is an area of interest in computer science and applied mathematics. Sparsification of a graph, in general, aims to reduce the number of edges in the network while preserving specific properties of the graph, like cuts…

社会与信息网络 · 计算机科学 2025-10-07 Abhishek Ajayakumar , Soumyendu Raha

We propose an approach to graph sparsification based on the idea of preserving the smallest $k$ eigenvalues and eigenvectors of the Graph Laplacian. This is motivated by the fact that small eigenvalues and their associated eigenvectors tend…

离散数学 · 计算机科学 2023-06-13 Catherine Babecki , Stefan Steinerberger , Rekha R. Thomas

In this paper, we revisit spectral sparsification for sums of arbitrary positive semidefinite (PSD) matrices. Concretely, for any collection of PSD matrices $\mathcal{A} = \{A_1, A_2, \ldots, A_r\} \subset \mathbb{R}^{n \times n}$, given…

数据结构与算法 · 计算机科学 2026-01-05 Arpon Basu , Pravesh K. Kothari , Yang P. Liu , Raghu Meka

We study algorithms for spectral graph sparsification. The input is a graph $G$ with $n$ vertices and $m$ edges, and the output is a sparse graph $\tilde{G}$ that approximates $G$ in an algebraic sense. Concretely, for all vectors $x$ and…

数据结构与算法 · 计算机科学 2013-11-19 Ioannis Koutis , Alex Levin , Richard Peng