Almost Tight Bounds for Online Hypergraph Matching
Thorben Tr\"obst, Rajan Udwani

TL;DR
This paper establishes near-tight bounds for online hypergraph matching, showing the limitations of algorithms and proposing new competitive algorithms for fractional and weighted variants.
Contribution
It provides new upper bounds on the competitive ratio for online hypergraph matching and introduces algorithms with near-optimal ratios for fractional and weighted cases.
Findings
No online algorithm can beat a 2/k competitive ratio.
A deterministic algorithm achieves (1-o(1))/ln(k) ratio for fractional matching.
A similar ratio applies to the weighted fractional case under free disposal.
Abstract
In the online hypergraph matching problem, hyperedges of size over a common ground set arrive online in adversarial order. The goal is to obtain a maximum matching (disjoint set of hyperedges). A na\"ive greedy algorithm for this problem achieves a competitive ratio of . We show that no (randomized) online algorithm has competitive ratio better than . If edges are allowed to be assigned fractionally, we give a deterministic online algorithm with competitive ratio and show that no online algorithm can have competitive ratio strictly better than . Lastly, we give a competitive algorithm for the fractional edge-weighted version of the problem under a free disposal assumption.
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
TopicsAlgorithms and Data Compression · Optimization and Search Problems · Machine Learning and Algorithms
