Skip to content
Book Open access

Parallel Spectral Graph Sparsification via Low Diameter Decompositions

Jul 2026 · ACM Symposium on Parallelism in Algorithms and Architectures · 0 citations · 23 references
Computer Science

Abstract

We present a new solver-free parallel spectral sparsification algorithm for weighted graphs that relies only on parallel low-diameter decompositions and independent sampling. This yields the first algorithmic improvement over prior, solver-free parallel sparsification approaches since Koutis (2014) and, for the first time for a practical algorithm, eliminates any dependence on the target approximation accuracy ε in the algorithm's work and depth. Our algorithm works by sub-sampling edges according to their robust connectivity, as introduced by Kapralov and Panigrahy (2012). We show how to estimate the robust connectivities of G in an extremely simple manner: we create multiple random sub graphs Gp, where each edge in G is sub-sampled independently with probability pe = min {we · p, 1}. Then, we run a Low Diameter Decomposition in each of the graphs. If u and v often share a cluster in the LDDs, then this provides us with an upper bound on the robust connectivity of the edge e = (u,v). Carefully invoking this procedure for O (log n) different values of the probabilities p then allows us to obtain sufficiently good estimates for sub-sampling. We additionally complement the theory with an experimental evaluation demonstrating strong performance across relevant graphs and sparsity regimes.

Read PDF

Similar papers

Preprint Jul 2026

Rank-Independent Spectral Hypergraph Sparsification via Global-Dictionary Chaining

The rank-independent theorem sharpens many later guarantees that inherit their sampling bounds by strengthening the independent STOC 2023 works of Lee and Jambulapati--Liu--Sidford by removing their rank dependence and answering Lee's open question on whether this loss is inherent.

Chenghua Liu, Yuxin Zhang · 0 citations
Preprint Jul 2026

Scalable Graph Coreset Selection via Greedy Sampling

This work proposes a simple and effective column-selective graph sampling algorithm based on a minimum inner product greedy selection rule, well-suited for large-scale graphs where the full Laplacian cannot be stored in memory.

Zhaiming Shen, Alexander Cloninger · 0 citations
Book Open access Jul 2026

A Practical Parallel Algorithm for Expander Decompositions

A work-efficient parallel algorithm for expander decompositions whose main cut-finding procedure requires no flow computations, and which shows that a weak expander decomposition for any target expansion Φ can be extracted from a hierarchical congestion approximator in linear time.

Robin Münk · 0 citations
Jun 2026

Convex Recoloring of General Graphs: Formulations, Polyhedra, and Computational Experiments

Four mixed-integer linear programming formulations are proposed, including a compact flow-based model and a representatives model, and corresponding solution methods are designed, and the polytopes associated with the linear relaxation of the proposed formulations are compared.

Boyue Lin, Phablo F. S. Moura, Roel Leus · 0 citations
Preprint Aug 2026

Fixed-Threshold Peeling in Sublinear MPC: Round-Approximation Tradeoffs and Applications

This is the first $O(1)$-approximate algorithm for densest subgraph to break the $\Theta(\sqrt{\lg n})$ round-complexity barrier in the sub-linear MPC model and achieves the following round-approximation tradeoffs.

Slobodan Mitrović, Theodore Pan, Wen-Horng Sheu · 0 citations