English

Improved Tree Sparsifiers in Near-Linear Time

Data Structures and Algorithms 2026-02-17 v2

Abstract

A \emph{tree cut-sparsifier} TT of quality α\alpha of a graph GG 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} TT of quality α\alpha guarantees that every demand that can be routed in TT can also be routed in GG with congestion at most α\alpha. We present a near-linear time algorithm that, for any undirected capacitated graph G=(V,E,c)G=(V,E,c), constructs a tree cut-sparsifier TT of quality O(log2nloglogn)O(\log^{2} n \log\log n), where n=Vn=|V|. This nearly matches the quality of the best known polynomial construction of a tree cut-sparsifier, of quality O(log1.5nloglogn)O(\log^{1.5} n \log\log n) [R\"acke and Shah, ESA~2014]. By the flow-cut gap, our result yields a tree flow-sparsifier (and congestion-approximator) of quality O(log3nloglogn)O(\log^{3} n \log\log n). This improves on the celebrated result of [R\"acke, Shah, and T\"aubig, SODA~2014] (RST) that gave a near-linear time construction of a tree flow-sparsifier of quality O(log4n)O(\log^{4} n). Our algorithm builds on a recent \emph{expander decomposition} algorithm by [Agassy, Dorfman, and Kaplan, ICALP~2023], which we use as a black box to obtain a clean and modular foundation for tree cut-sparsifiers. This yields an improved and simplified version of the RST construction for cut-sparsifiers with quality O(log3n)O(\log^{3} n). We then introduce a near-linear time \emph{refinement phase} that controls the load accumulated on boundary edges of the sub-clusters across the levels of the tree. Combining the improved framework with this refinement phase leads to our final O(log2nloglogn)O(\log^{2} n \log\log n) tree cut-sparsifier.

Keywords

Cite

@article{arxiv.2511.06574,
  title  = {Improved Tree Sparsifiers in Near-Linear Time},
  author = {Daniel Agassy and Dani Dorfman and Haim Kaplan},
  journal= {arXiv preprint arXiv:2511.06574},
  year   = {2026}
}
R2 v1 2026-07-01T07:28:41.517Z