Breaking O(nr) for Matroid Intersection
Joakim Blikstad

TL;DR
This paper introduces new algorithms that surpass the longstanding $ ilde O(nr)$ query complexity for the Matroid Intersection problem across all values of $r$, offering both approximate and exact solutions.
Contribution
The authors develop the first algorithms that break the $ ilde O(nr)$ bound for the full range of $r$, improving previous bounds for all cases.
Findings
Approximate algorithm with $ ilde O(nrac{ oot 2 r}{ ext{epsilon}})$ queries.
Exact algorithm with $ ilde O(nr^{3/4})$ queries.
Both algorithms outperform prior bounds for the entire range of $r$.
Abstract
We present algorithms that break the -independence-query bound for the Matroid Intersection problem for the full range of ; where is the size of the ground set and is the size of the largest common independent set. The bound was due to the efficient implementations [CLSSW FOCS'19; Nguyen 2019] of the classic algorithm of Cunningham [SICOMP'86]. It was recently broken for large (), first by the -query -approximation algorithm of CLSSW [FOCS'19], and subsequently by the -query exact algorithm of BvdBMN [STOC'21]. No algorithm, even an approximation one, was known to break the bound for the full range of . We present an -query -approximation algorithm and an -query…
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 · Computational Geometry and Mesh Generation · Advanced Graph Theory Research
