Reducing Matroid Optimization to Basis Search
Robert Streit, Vijay K. Garg

TL;DR
This paper introduces a new parallel algorithm for matroid optimization that significantly reduces query complexity for sparse matroids by leveraging basis and cocircuit properties, advancing the understanding of parallel matroid algorithms.
Contribution
It presents a novel reduction from matroid optimization to basis search specifically for binary matroids, improving query complexity while maintaining low adaptive complexity.
Findings
Achieves $ ilde{O}(rac{1}{ ext{sqrt}(n)})$ parallel rounds
Reduces independence query complexity to $ ilde{O}(rn)$ for sparse matroids
Provides a new paradigm for parallel matroid optimization based on cocircuit local optimality
Abstract
Much energy has been devoted to developing a matroid's computational properties, yet parallel algorithm design for matroid optimization seems less understood. Specifically, the current state of the art is a folklore reduction from optimization to the search based on methods originating in [KUW88]. However, while this reduction adds only constant overhead in terms of \emph{adaptive complexity}, it imposes a high cost in \emph{query complexity}. In response, we present a new reduction from optimization to search within the class of \emph{binary matroids} which, when and take the size of the ground set and matroid rank respectively, implies a novel optimization algorithm terminating in parallel rounds using only independence queries. This is a significant improvement in query complexity when the matroid is sparse,…
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
TopicsConstraint Satisfaction and Optimization
