中文
相关论文

相关论文: Vertex Sparsification for Edge Connectivity in Pol…

200 篇论文

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

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

Distributed learning techniques such as federated learning have enabled multiple workers to train machine learning models together to reduce the overall training time. However, current distributed training algorithms (centralized or…

机器学习 · 计算机科学 2020-02-25 Zhenheng Tang , Shaohuai Shi , Xiaowen Chu

We introduce three new cut tree structures of graphs $G$ in which the vertex set of the tree is a partition of $V(G)$ and contractions of tree vertices satisfy sparsification requirements that preserve various types of cuts. Recently,…

组合数学 · 数学 2017-07-04 On-Hei Solomon Lo , Jens M. Schmidt

One of the most important and well-studied settings for network design is edge-connectivity requirements. This encompasses uniform demands such as the Minimum $k$-Edge-Connected Spanning Subgraph problem ($k$-ECSS), as well as nonuniform…

数据结构与算法 · 计算机科学 2022-06-27 Michael Dinitz , Ama Koranteng , Guy Kortsarz

A useful approach to "compress" a large network $G$ is to represent it with a {\em flow-sparsifier}, i.e., a small network $H$ that supports the same flows as $G$, up to a factor $q \geq 1$ called the quality of sparsifier. Specifically, we…

数据结构与算法 · 计算机科学 2013-10-14 Alexandr Andoni , Anupam Gupta , Robert Krauthgamer

In this paper, we introduce a variant of spectral sparsification, called probabilistic $(\varepsilon,\delta)$-spectral sparsification. Roughly speaking, it preserves the cut value of any cut $(S,S^{c})$ with an $1\pm\varepsilon$…

数据结构与算法 · 计算机科学 2014-01-03 Yin Tat Lee

Large scale machine learning is increasingly relying on distributed optimization, whereby several machines contribute to the training process of a statistical model. In this work we study the performance of asynchronous, distributed…

机器学习 · 计算机科学 2021-01-19 Rosa Candela , Giulio Franzese , Maurizio Filippone , Pietro Michiardi

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

In the vertex connectivity problem, given an undirected $n$-vertex $m$-edge graph $G$, we need to compute the minimum number of vertices that can disconnect $G$ after removing them. This problem is one of the most well-studied graph…

数据结构与算法 · 计算机科学 2022-10-26 Thatchaphol Saranurak , Sorrachai Yingchareonthawornchai

In this paper we give a construction of cut sparsifiers of Benczur and Karger in the {\em dynamic} streaming setting in a single pass over the data stream. Previous constructions either required multiple passes or were unable to handle edge…

数据结构与算法 · 计算机科学 2012-03-23 Ashish Goel , Michael Kapralov , Ian Post

In this paper, we present a construction of a `matching sparsifier', that is, a sparse subgraph of the given graph that preserves large matchings approximately and is robust to modifications of the graph. We use this matching sparsifier to…

数据结构与算法 · 计算机科学 2018-11-08 Sepehr Assadi , Aaron Bernstein

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 this paper we initiate the study of expander decompositions of a graph $G=(V, E)$ in the streaming model of computation. The goal is to find a partitioning $\mathcal{C}$ of vertices $V$ such that the subgraphs of $G$ induced by the…

数据结构与算法 · 计算机科学 2023-08-04 Arnold Filtser , Michael Kapralov , Mikhail Makarov

This paper is concerned with polynomial optimization problems. We show how to exploit term (or monomial) sparsity of the input polynomials to obtain a new converging hierarchy of semidefinite programming relaxations. The novelty (and…

最优化与控制 · 数学 2020-05-14 Jie Wang , Victor Magron , Jean-Bernard Lasserre

The current landscape of balanced graph partitioning is divided into high-quality but expensive multilevel algorithms and cheaper approaches with linear running time, such as single-level algorithms and streaming algorithms. We demonstrate…

数据结构与算法 · 计算机科学 2025-04-25 Lars Gottesbüren , Nikolai Maas , Dominik Rosch , Peter Sanders , Daniel Seemaier

Sparsification reduces the size of networks while preserving structural and statistical properties of interest. Various sparsifying algorithms have been proposed in different contexts. We contribute the first systematic conceptual and…

社会与信息网络 · 计算机科学 2016-01-05 Michael Hamann , Gerd Lindner , Henning Meyerhenke , Christian L. Staudt , Dorothea Wagner

Correlation Clustering (CC) is a fundamental unsupervised learning primitive whose strongest LP-based approximation guarantees require $\Theta(n^3)$ triangle inequality constraints and are prohibitive at scale. We initiate the study of…

机器学习 · 计算机科学 2026-02-17 Ibne Farabi Shihab , Sanjeda Akter , Anuj Sharma

We present a general framework of designing efficient dynamic approximate algorithms for optimization on undirected graphs. In particular, we develop a technique that, given any problem that admits a certain notion of vertex sparsifiers,…

数据结构与算法 · 计算机科学 2020-05-06 Li Chen , Gramoz Goranci , Monika Henzinger , Richard Peng , Thatchaphol Saranurak

Given a $k$-vertex-connected graph $G$ and a set $S$ of extra edges (links), the goal of the $k$-vertex-connectivity augmentation problem is to find a set $S' \subseteq S$ of minimum size such that adding $S'$ to $G$ makes it…

数据结构与算法 · 计算机科学 2021-11-04 Waldo Gálvez , Francisco Sanhueza-Matamala , José A. Soto