New Structures and Algorithms for Length-Constrained Expander Decompositions
Bernhard Haeupler, D Ellis Hershkowitz, Zihan Tan
TL;DR
This work develops a near-linear-time framework for length-constrained expander decompositions, generalizing classic expander methods to graphs with arbitrary lengths and capacities. The core ideas include a union-sparsity theorem for length-constrained sparse cuts and a novel sparse-flow/blaming-flow approach that enables efficient parallel spirals to construct witnessed length-constrained expanders. By embedding expanders via neighborhood-router demands into local neighborhoods, the authors connect length-constrained expanders to classic expander powers, enabling robust routing guarantees and resilience to edge deletions. The framework yields practical implications for near-linear-time multi-commodity flows, distance oracles, and length-constrained oblivious routing on general graphs, including those with nonuniform lengths and capacities.
Abstract
Expander decompositions form the basis of one of the most flexible paradigms for close-to-linear-time graph algorithms. Length-constrained expander decompositions generalize this paradigm to better work for problems with lengths, distances and costs. Roughly, an $(h,s)$-length $φ$-expander decomposition is a small collection of length increases to a graph so that nodes within distance $h$ can route flow over paths of length $hs$ with congestion at most $1/φ$. In this work, we give a close-to-linear time algorithm for computing length-constrained expander decompositions in graphs with general lengths and capacities. Notably, and unlike previous works, our algorithm allows for one to trade off off between the size of the decomposition and the length of routing paths: for any $ε> 0$ not too small, our algorithm computes in close-to-linear time an $(h,s)$-length $φ$-expander decomposition of size $m \cdot φ\cdot n^ε$ where $s = \exp(\text{poly}(1/ε))$. The key foundations of our algorithm are: (1) a simple yet powerful structural theorem which states that the union of a sequence of sparse length-constrained cuts is itself sparse and (2) new algorithms for efficiently computing sparse length-constrained flows.
