English

Online Algorithms for Spectral Hypergraph Sparsification

Data Structures and Algorithms 2023-11-08 v2

Abstract

We provide the first online algorithm for spectral hypergraph sparsification. In the online setting, hyperedges with positive weights are arriving in a stream, and upon the arrival of each hyperedge, we must irrevocably decide whether or not to include it in the sparsifier. Our algorithm produces an (ϵ,δ)(\epsilon, \delta)-spectral sparsifier with multiplicative error ϵ\epsilon and additive error δ\delta that has O(ϵ2nlognlogrlog(1+ϵW/δn))O(\epsilon^{-2} n \log n \log r \log(1 + \epsilon W/\delta n)) hyperedges with high probability, where ϵ,δ(0,1)\epsilon, \delta \in (0,1), nn is the number of nodes, and WW is the sum of edge weights. The space complexity of our algorithm is O(n2)O(n^2), while previous algorithms require the space complexity of Ω(m)\Omega(m), where mm is the number of hyperedges. This provides an exponential improvement in the space complexity since mm can be exponential in nn.

Keywords

Cite

@article{arxiv.2310.02643,
  title  = {Online Algorithms for Spectral Hypergraph Sparsification},
  author = {Tasuku Soma and Kam Chuen Tung and Yuichi Yoshida},
  journal= {arXiv preprint arXiv:2310.02643},
  year   = {2023}
}

Comments

Improved the number of hyperedges from the previous version

R2 v1 2026-06-28T12:40:12.743Z