# New Notions and Constructions of Sparsification for Graphs and   Hypergraphs

**Authors:** Nikhil Bansal, Ola Svensson, Luca Trevisan

arXiv: 1905.01495 · 2019-05-07

## TL;DR

This paper introduces new notions of graph and hypergraph sparsification that approximate cut structures with additive error, providing probabilistic and deterministic constructions with near-optimal edge bounds and extending to hypergraphs.

## Contribution

It proposes a weaker additive sparsification framework, offers polynomial time algorithms for graphs and hypergraphs, and improves spectral hypergraph sparsifier constructions.

## Key findings

- Probabilistic polynomial time construction of additive sparsifiers with $O(rac{1}{\\epsilon^2} n \\text{polylog}(1/\\epsilon))$ edges.
- Deterministic polynomial time construction with $O(rac{1}{\\epsilon^2} n)$ edges.
- First non-trivial additive sparsification for hypergraphs with $O(n)$ hyperedges for constant $\	ext	ext{epsilon}$ and hyperedge rank.

## Abstract

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 weighted graphs in which different edges have different weights. Even for graphs that admit unweighted sparsifiers, there are no known polynomial time algorithms that find such unweighted sparsifiers.   We study a weaker notion of sparsification suggested by Oveis Gharan, in which the number of edges in each cut $(S,\bar S)$ is not approximated within a multiplicative factor $(1+\epsilon)$, but is, instead, approximated up to an additive term bounded by $\epsilon$ times $d\cdot |S| + \text{vol}(S)$, where $d$ is the average degree, and $\text{vol}(S)$ is the sum of the degrees of the vertices in $S$. We provide a probabilistic polynomial time construction of such sparsifiers for every graph, and our sparsifiers have a near-optimal number of edges $O(\epsilon^{-2} n {\rm polylog}(1/\epsilon))$. We also provide a deterministic polynomial time construction that constructs sparsifiers with a weaker property having the optimal number of edges $O(\epsilon^{-2} n)$. Our constructions also satisfy a spectral version of the ``additive sparsification'' property.   Our construction of ``additive sparsifiers'' with $O_\epsilon (n)$ edges also works for hypergraphs, and provides the first non-trivial notion of sparsification for hypergraphs achievable with $O(n)$ hyperedges when $\epsilon$ and the rank $r$ of the hyperedges are constant. Finally, we provide a new construction of spectral hypergraph sparsifiers, according to the standard definition, with ${\rm poly}(\epsilon^{-1},r)\cdot n\log n$ hyperedges, improving over the previous spectral construction (Soma and Yoshida) that used $\tilde O(n^3)$ hyperedges even for constant $r$ and $\epsilon$.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.01495/full.md

## References

16 references — full list in the complete paper: https://tomesphere.com/paper/1905.01495/full.md

---
Source: https://tomesphere.com/paper/1905.01495