Faster Matchings via Learned Duals
Michael Dinitz, Sungjin Im, Thomas Lavastida, Benjamin Moseley, Sergei, Vassilvitskii

TL;DR
This paper introduces a novel approach that combines machine-learned predictions with primal-dual algorithms to significantly improve the efficiency of weighted bipartite matching, addressing feasibility, optimality, and learnability challenges.
Contribution
It presents a new method for integrating learned dual variables into primal-dual algorithms for matching, with theoretical guarantees and practical validation.
Findings
Efficiently maps infeasible predicted duals to feasible solutions.
Uses learned duals to quickly find optimal matchings.
Demonstrates low sample complexity for learning duals.
Abstract
A recent line of research investigates how algorithms can be augmented with machine-learned predictions to overcome worst case lower bounds. This area has revealed interesting algorithmic insights into problems, with particular success in the design of competitive online algorithms. However, the question of improving algorithm running times with predictions has largely been unexplored. We take a first step in this direction by combining the idea of machine-learned predictions with the idea of "warm-starting" primal-dual algorithms. We consider one of the most important primitives in combinatorial optimization: weighted bipartite matching and its generalization to -matching. We identify three key challenges when using learned dual variables in a primal-dual algorithm. First, predicted duals may be infeasible, so we give an algorithm that efficiently maps predicted infeasible duals…
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
Taxonomy
TopicsOptimization and Search Problems · Machine Learning and Algorithms · Advanced Image and Video Retrieval Techniques
