中文
相关论文

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

200 篇论文

Cut and spectral sparsification of graphs have numerous applications, including e.g. speeding up algorithms for cuts and Laplacian solvers. These powerful notions have recently been extended to hypergraphs, which are much richer and may…

数据结构与算法 · 计算机科学 2021-04-13 Michael Kapralov , Robert Krauthgamer , Jakab Tardos , Yuichi Yoshida

Spectral hypergraph sparsification, an attempt to extend well-known spectral graph sparsification to hypergraphs, has been extensively studied over the past few years. For undirected hypergraphs, Kapralov, Krauthgamer, Tardos, and…

数据结构与算法 · 计算机科学 2023-05-12 Kazusato Oko , Shinsaku Sakaue , Shin-ichi Tanigawa

A hypergraph spectral sparsifier of a hypergraph $G$ is a weighted subgraph $H$ that approximates the Laplacian of $G$ to a specified precision. Recent work has shown that similar to ordinary graphs, there exist $\widetilde{O}(n)$-size…

数据结构与算法 · 计算机科学 2025-02-07 Sanjeev Khanna , Huan Li , Aaron Putterman

Spectral graph sparsification aims to find ultra-sparse subgraphs whose Laplacian matrix can well approximate the original Laplacian eigenvalues and eigenvectors. In recent years, spectral sparsification techniques have been extensively…

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

In a hypergraph on $n$ vertices where $D$ is the maximum size of a hyperedge, there is a weighted hypergraph spectral $\varepsilon$-sparsifier with at most $O(\varepsilon^{-2} \log(D) \cdot n \log n)$ hyperedges. This improves over the…

概率论 · 数学 2022-09-27 James R. Lee

A sparsifier of a graph $G$ (Bencz\'ur and Karger; Spielman and Teng) is a sparse weighted subgraph $\tilde G$ that approximately retains the cut structure of $G$. For general graphs, non-trivial sparsification is possible only by using…

数据结构与算法 · 计算机科学 2019-05-07 Nikhil Bansal , Ola Svensson , Luca Trevisan

We introduce a new notion of graph sparsificaiton based on spectral similarity of graph Laplacians: spectral sparsification requires that the Laplacian quadratic form of the sparsifier approximate that of the original. This is equivalent to…

数据结构与算法 · 计算机科学 2010-07-22 Daniel A. Spielman , Shang-Hua Teng

We consider a variation of the spectral sparsification problem where we are required to keep a subgraph of the original graph. Formally, given a union of two weighted graphs $G$ and $W$ and an integer $k$, we are asked to find a $k$-edge…

离散数学 · 计算机科学 2009-12-10 Alexandra Kolla , Yury Makarychev , Amin Saberi , Shanghua Teng

A seminal work of [Ahn-Guha-McGregor, PODS'12] showed that one can compute a cut sparsifier of an unweighted undirected graph by taking a near-linear number of linear measurements on the graph. Subsequent works also studied computing other…

数据结构与算法 · 计算机科学 2022-09-19 Yu Chen , Sanjeev Khanna , Huan Li

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 eigenvectors of the…

数据结构与算法 · 计算机科学 2020-05-04 Ying Zhang , Zhiqiang Zhao , Zhuo Feng

There has been a surge of interest in spectral hypergraph sparsification, a natural generalization of spectral sparsification for graphs. In this paper, we present a simple fully dynamic algorithm for maintaining spectral hypergraph…

数据结构与算法 · 计算机科学 2026-01-12 Sebastian Forster , Gramoz Goranci , Ali Momeni

We study the problem of compressing a weighted graph $G$ on $n$ vertices, building a "sketch" $H$ of $G$, so that given any vector $x \in \mathbb{R}^n$, the value $x^T L_G x$ can be approximated up to a multiplicative $1+\epsilon$ factor…

数据结构与算法 · 计算机科学 2014-12-30 Jiecao Chen , Bo Qin , David P. Woodruff , Qin Zhang

Cuts in graphs are a fundamental object of study, and play a central role in the study of graph algorithms. The problem of sparsifying a graph while approximately preserving its cut structure has been extensively studied and has many…

数据结构与算法 · 计算机科学 2020-09-11 Yu Chen , Sanjeev Khanna , Ansh Nagda

Spectral graph sparsification has emerged as a powerful tool in the analysis of large-scale networks by reducing the overall number of edges, while maintaining a comparable graph Laplacian matrix. In this paper, we present an efficient…

数据结构与算法 · 计算机科学 2014-12-16 David G. Anderson , Ming Gu , Christopher Melgaard

We present an algorithm that given any $n$-vertex, $m$-edge, rank $r$ hypergraph constructs a spectral sparsifier with $O(n \varepsilon^{-2} \log n \log r)$ hyperedges in nearly-linear $\widetilde{O}(mr)$ time. This improves in both size…

数据结构与算法 · 计算机科学 2022-09-22 Arun Jambulapati , Yang P. Liu , Aaron Sidford

A $(1 \pm \epsilon)$-sparsifier of a hypergraph $G(V,E)$ is a (weighted) subgraph that preserves the value of every cut to within a $(1 \pm \epsilon)$-factor. It is known that every hypergraph with $n$ vertices admits a $(1 \pm…

数据结构与算法 · 计算机科学 2024-07-08 Sanjeev Khanna , Aaron L. Putterman , Madhu Sudan

A spectral sparsifier of a graph $G$ is a sparser graph $H$ that approximately preserves the quadratic form of $G$, i.e. for all vectors $x$, $x^T L_G x \approx x^T L_H x$, where $L_G$ and $L_H$ denote the respective graph Laplacians.…

数据结构与算法 · 计算机科学 2016-11-22 Rasmus Kyng , Jakub Pachocki , Richard Peng , Sushant Sachdeva

We introduce a new approach to spectral sparsification that approximates the quadratic form of the pseudoinverse of a graph Laplacian restricted to a subspace. We show that sparsifiers with a near-linear number of edges in the dimension of…

数据结构与算法 · 计算机科学 2018-10-09 Huan Li , Aaron Schild

The problem of sparsifying a graph or a hypergraph while approximately preserving its cut structure has been extensively studied and has many applications. In a seminal work, Bencz\'ur and Karger (1996) showed that given any $n$-vertex…

数据结构与算法 · 计算机科学 2021-06-22 Yu Chen , Sanjeev Khanna , Ansh Nagda

Recent years have seen extensive research on directed graph sparsification. In this work, we initiate the study of fast fully dynamic spectral and cut sparsification algorithms for directed graphs. We introduce a new notion of spectral…

数据结构与算法 · 计算机科学 2025-07-29 Yibin Zhao
‹ 上一页 1 2 3 10 下一页 ›