中文
相关论文

相关论文: Towards (1+\epsilon)-Approximate Flow Sparsifiers

200 篇论文

Given a large graph $G$ with a subset $|T|=k$ of its vertices called terminals, a quality-$q$ flow sparsifier is a small graph $G'$ that contains $T$ and preserves all multicommodity flows that can be routed between terminals in $T$, to…

数据结构与算法 · 计算机科学 2023-10-13 Yu Chen , Zihan Tan

Given a large graph $G$ with a set of its $k$ vertices called terminals, a \emph{quality-$q$ flow sparsifier} is a small graph $G'$ that contains the terminals and preserves all multicommodity flows between them up to some multiplicative…

数据结构与算法 · 计算机科学 2026-02-16 Yu Chen , Zihan Tan , Mingyang Yang

Flow sparsification is a classic graph compression technique which, given a capacitated graph $G$ on $k$ terminals, aims to construct another capacitated graph $H$, called a flow sparsifier, that preserves, either exactly or approximately,…

数据结构与算法 · 计算机科学 2024-09-09 Syamantak Das , Nikhil Kumar , Daniel Vaz

Given a large edge-capacitated network $G$ and a subset of $k$ vertices called terminals, an (exact) flow sparsifier is a small network $G'$ that preserves (exactly) all multicommodity flows that can be routed between the terminals. Flow…

数据结构与算法 · 计算机科学 2022-08-04 Robert Krauthgamer , Ron Mosenzon

Given an undirected graph $G=(V,E)$ with edge capacities $c_e\geq 1$ for $e\in E$ and a subset $T$ of $k$ vertices called terminals, we say that a graph $H$ is a quality-$q$ cut sparsifier for $G$ iff $T\subseteq V(H)$, and for any…

数据结构与算法 · 计算机科学 2012-04-16 Julia Chuzhoy

A \emph{tree cut-sparsifier} $T$ of quality $\alpha$ of a graph $G$ is a single tree that preserves the capacities of all cuts in the graph up to a factor of $\alpha$. A \emph{tree flow-sparsifier} $T$ of quality $\alpha$ guarantees that…

数据结构与算法 · 计算机科学 2026-02-17 Daniel Agassy , Dani Dorfman , Haim Kaplan

Given a capacitated graph $G = (V,E)$ and a set of terminals $K \subseteq V$, how should we produce a graph $H$ only on the terminals $K$ so that every (multicommodity) flow between the terminals in $G$ could be supported in $H$ with low…

数据结构与算法 · 计算机科学 2016-02-04 Matthias Englert , Anupam Gupta , Robert Krauthgamer , Harald Raecke , Inbal Talgam , Kunal Talwar

We study the following version of cut sparsification. Given a large edge-weighted network $G$ with $k$ terminal vertices, compress it into a smaller network $H$ with the same terminals, such that every minimum terminal cut in $H$…

数据结构与算法 · 计算机科学 2019-10-08 Robert Krauthgamer , Havana , Rika

Given an unweighted tree $T=(V,E)$ with terminals $K \subset V$, we show how to obtain a $2$-quality vertex flow and cut sparsifier $H$ with $V_H = K$. We prove that our result is essentially tight by providing a $2-o(1)$ lower-bound on the…

数据结构与算法 · 计算机科学 2016-12-12 Gramoz Goranci , Harald Raecke

We study vertex sparsification for preserving cuts. Given a graph $G$ with a subset $|T|=k$ of its vertices called terminals, a \emph{quality-$q$ cut sparsifier} is a graph $G'$ that contains $T$, such that, for any partition $(T_1,T_2)$ of…

数据结构与算法 · 计算机科学 2024-10-18 Yu Chen , Zihan Tan

Graph compression or sparsification is a basic information-theoretic and computational question. A major open problem in this research area is whether $(1+\epsilon)$-approximate cut-preserving vertex sparsifiers with size close to the…

数据结构与算法 · 计算机科学 2020-07-16 Parinya Chalermsook , Syamantak Das , Bundit Laekhanukit , Yunbum Kook , Yang P. Liu , Richard Peng , Mark Sellke , Daniel Vaz

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

Graph Sparsification aims at compressing large graphs into smaller ones while preserving important characteristics of the input graph. In this work we study Vertex Sparsifiers, i.e., sparsifiers whose goal is to reduce the number of…

数据结构与算法 · 计算机科学 2017-12-29 Gramoz Goranci , Monika Henzinger , Pan Peng

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

A graph G'(V,E') is an \eps-sparsification of G for some \eps>0, if every (weighted) cut in G' is within (1\pm \eps) of the corresponding cut in G. A celebrated result of Benczur and Karger shows that for every undirected graph G, an…

数据结构与算法 · 计算机科学 2015-03-17 Ashish Goel , Michael Kapralov , Sanjeev Khanna

We devise new cut sparsifiers that are related to the classical sparsification of Nagamochi and Ibaraki [Algorithmica, 1992], which is an algorithm that, given an unweighted graph $G$ on $n$ nodes and a parameter $k$, computes a subgraph…

数据结构与算法 · 计算机科学 2021-11-01 Amir Abboud , Robert Krauthgamer , Ohad Trabelsi

The notion of vertex sparsification is introduced in \cite{M}, where it was shown that for any graph $G = (V, E)$ and a subset of $k$ terminals $K \subset V$, there is a polynomial time algorithm to construct a graph $H = (K, E_H)$ on just…

数据结构与算法 · 计算机科学 2010-06-24 Moses Charikar , Tom Leighton , Shi Li , Ankur Moitra

The network reconfiguration problem seeks to find a rooted tree $T$ such that the energy of the (unique) feasible electrical flow over $T$ is minimized. The tree requirement on the support of the flow is motivated by operational constraints…

数据结构与算法 · 计算机科学 2023-08-24 Swati Gupta , Ali Khodabakhsh , Hassan Mortagy , Evdokia Nikolova

We give almost-linear-time algorithms for constructing sparsifiers with $n\ poly(\log n)$ edges that approximately preserve weighted $(\ell^{2}_2 + \ell^{p}_p)$ flow or voltage objectives on graphs. For flow objectives, this is the first…

数据结构与算法 · 计算机科学 2021-02-16 Deeksha Adil , Brian Bullins , Rasmus Kyng , Sushant Sachdeva
‹ 上一页 1 2 3 10 下一页 ›