中文
相关论文

相关论文: Spectral Hypergraph Sparsifiers of Nearly Linear S…

200 篇论文

Given a weighted graph $G$ and an error parameter $\epsilon > 0$, the {\em graph sparsification} problem requires sampling edges in $G$ and giving the sampled edges appropriate weights to obtain a sparse graph $G_{\epsilon}$ (containing…

数据结构与算法 · 计算机科学 2010-04-26 Ramesh Hariharan , Debmalya Panigrahi

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

Spectral sparsification for directed Eulerian graphs is a key component in the design of fast algorithms for solving directed Laplacian linear systems. Directed Laplacian linear system solvers are crucial algorithmic primitives to fast…

数据结构与算法 · 计算机科学 2023-11-13 Sushant Sachdeva , Anvith Thudi , Yibin Zhao

Spectral hypergraph sparsification, a natural generalization of the well-studied spectral sparsification notion on graphs, has been the subject of intensive research in recent years. In this work, we consider spectral hypergraph…

数据结构与算法 · 计算机科学 2025-02-04 Gramoz Goranci , Ali Momeni

Graph sparsification underlies a large number of algorithms, ranging from approximation algorithms for cut problems to solvers for linear systems in the graph Laplacian. In its strongest form, "spectral sparsification" reduces the number of…

量子物理 · 物理学 2023-05-09 Simon Apers , Ronald de Wolf

Graph sparsification serves as a foundation for many algorithms, such as approximation algorithms for graph cuts and Laplacian system solvers. As its natural generalization, hypergraph sparsification has recently gained increasing…

量子物理 · 物理学 2025-05-06 Chenghua Liu , Minbo Gao , Zhengfeng Ji , Mingsheng Ying

We provide the first online algorithm for spectral hypergraph sparsification. In the online setting, hyperedges with positive weights are arriving in a stream, and upon the arrival of each hyperedge, we must irrevocably decide whether or…

数据结构与算法 · 计算机科学 2023-11-08 Tasuku Soma , Kam Chuen Tung , Yuichi Yoshida

We study resistance sparsification of graphs, in which the goal is to find a sparse subgraph (with reweighted edges) that approximately preserves the effective resistances between every pair of nodes. We show that every dense regular…

数据结构与算法 · 计算机科学 2015-06-26 Michael Dinitz , Robert Krauthgamer , Tal Wagner

For any undirected and weighted graph $G=(V,E,w)$ with $n$ vertices and $m$ edges, we call a sparse subgraph $H$ of $G$, with proper reweighting of the edges, a $(1+\varepsilon)$-spectral sparsifier if \[…

数据结构与算法 · 计算机科学 2017-02-28 Yin Tat Lee , He Sun

In graph sparsification, the goal has almost always been of {global} nature: compress a graph into a smaller subgraph ({sparsifier}) that maintains certain features of the original graph. Algorithms can then run on the sparsifier, which in…

数据结构与算法 · 计算机科学 2021-05-06 Shay Solomon

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

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 neighbor oracle and in…

数据结构与算法 · 计算机科学 2024-06-12 Yujia Jin , Ishani Karmarkar , Christopher Musco , Aaron Sidford , Apoorv Vikram Singh

Graphs arising in statistical problems, signal processing, large networks, combinatorial optimization, and data analysis are often dense, which causes both computational and storage bottlenecks. One way of \textit{sparsifying} a…

数值分析 · 数学 2023-04-27 Neophytos Charalambides , Alfred O. Hero

We present the first almost-linear time algorithm for constructing linear-sized spectral sparsification for graphs. This improves all previous constructions of linear-sized spectral sparsification, which requires $\Omega(n^2)$ time. A key…

数据结构与算法 · 计算机科学 2015-08-14 Yin Tat Lee , He Sun

Spectral sparsification is a general technique developed by Spielman et al. to reduce the number of edges in a graph while retaining its structural properties. We investigate the use of spectral sparsification to produce good visual…

计算几何 · 计算机科学 2017-08-31 Peter Eades , Quan Nguyen , Seok-Hee Hong

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

A cut sparsifier is a reweighted subgraph that maintains the weights of the cuts of the original graph up to a multiplicative factor of $(1\pm\epsilon)$. This paper considers computing cut sparsifiers of weighted graphs of size $O(n\log…

数据结构与算法 · 计算机科学 2022-04-29 Sebastian Forster , Tijn de Vos

Spectral sparsification is a technique that is used to reduce the number of non-zero entries in a positive semidefinite matrix with little changes to its spectrum. In particular, the main application of spectral sparsification is to…

数据结构与算法 · 计算机科学 2021-04-13 Fabricio Mendoza-Granada , Marcos Villagra

Graph sparsification is a technique that approximates a given graph by a sparse graph with a subset of vertices and/or edges. The goal of an effective sparsification algorithm is to maintain specific graph properties relevant to the…

数据库 · 计算机科学 2023-11-22 Yuhan Chen , Haojie Ye , Sanketh Vedula , Alex Bronstein , Ronald Dreslinski , Trevor Mudge , Nishil Talati