Fully Dynamic Spectral Sparsification for Directed Hypergraphs
Sebastian Forster, Gramoz Goranci, Ali Momeni

TL;DR
This paper introduces a fully dynamic algorithm for maintaining spectral sparsifiers of directed hypergraphs, achieving near-optimal size and efficient update times, and extends it to parallel batch processing.
Contribution
It presents the first spectral sparsification algorithm for directed hypergraphs that works dynamically and in parallel batch settings.
Findings
Achieves near-optimal sparsifier size of O(n^2 / ε^2 log^7 m)
Provides amortized update time of O(r^2 log^3 m)
Extends to parallel batch-dynamic setting with efficient processing
Abstract
There has been a surge of interest in spectral hypergraph sparsification, a natural generalization of spectral sparsification for graphs. In this paper, we present a simple fully dynamic algorithm for maintaining spectral hypergraph sparsifiers of \textit{directed} hypergraphs. Our algorithm achieves a near-optimal size of and amortized update time of , where is the number of vertices, and and respectively upper bound the number of hyperedges and the rank of the hypergraph at any time. We also extend our approach to the parallel batch-dynamic setting, where a batch of any hyperedge insertions or deletions can be processed with amortized work and depth. This constitutes the first spectral-based sparsification algorithm in this setting.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Graph Theory and Algorithms · Advanced Graph Neural Networks
