Improved Bounds for Fully Dynamic Matching via Ordered Ruzsa-Szemeredi Graphs
Sepehr Assadi, Sanjeev Khanna, Peter Kiss

TL;DR
This paper advances dynamic graph matching algorithms by connecting their efficiency to a new graph theoretical concept, ORS(n), and pushes the bounds closer to optimal, nearly resolving the core complexity challenge.
Contribution
It strengthens previous results by nearly matching the lower bounds for ORS(n), significantly improving the update time for dynamic maximum matching algorithms.
Findings
Achieves near-optimal amortized update time assuming ORS(n) bounds.
Reduces dynamic matching problem to bounding ORS(n) purely combinatorially.
Progresses towards resolving fundamental complexity of dynamic maximum matching.
Abstract
In a very recent breakthrough, Behnezhad and Ghafari [FOCS'24] developed a novel fully dynamic randomized algorithm for maintaining a -approximation of maximum matching with amortized update time potentially much better than the trivial update time. The runtime of the BG algorithm is parameterized via the following graph theoretical concept: * For any , define -- standing for Ordered RS Graph -- to be the largest number of edge-disjoint matchings of size in an -vertex graph such that for every , is an induced matching in the subgraph . Then, for any fixed , the BG algorithm runs in \[ O\left( \sqrt{n^{1+O(\epsilon)} \cdot ORS(n)} \right) \] amortized update time with high probability, even against an adaptive adversary. is a close…
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
Improved Bounds for Fully Dynamic Matching via Ordered Ruzsa-Szemeredi Graphs· youtube
Taxonomy
TopicsAlgorithms and Data Compression · Machine Learning and Algorithms · Data Management and Algorithms
