Learning-Augmented Scalable Linear Assignment Problem Optimization via Neural Dual Warm-Starts
Ilay Yavlovich, Jad Agbaria, Muhamed Mhamed, Jose Yallouz, Nir Weinberger

TL;DR
This paper introduces a neural dual warm-start method for the Linear Assignment Problem that accelerates classical solvers, maintains optimality, and scales to large instances, with proven empirical speedups.
Contribution
It proposes a learning-augmented framework with a lightweight neural architecture that provides reliable warm-starts for exact solvers, enabling large-scale and real-world applications.
Findings
Achieves over 2x speedup on synthetic datasets.
Improves solution times by 1.25x to 1.5x on real-world datasets.
Maintains full optimality and scales to large problem sizes.
Abstract
The Linear Assignment Problem (LAP) is a fundamental combinatorial optimization task with applications ranging from computer vision to logistics. Classical exact solvers such as the Hungarian and Jonker-Volgenant (LAPJV) algorithms guarantee optimality, but their cubic time complexity becomes a bottleneck for large-scale instances. Recent learning-based approaches aim to replace these solvers with neural models, often sacrificing exactness or failing to scale due to memory constraints. We propose a learning-augmented framework that accelerates exact assignment solvers while maintaining optimality and worst-case guarantees. Our method predicts dual variables to warm-start a classical solver, with a fallback that prevents asymptotic runtime degradation when the learned advice is unreliable. We introduce RowDualNet, a lightweight row-independent architecture that…
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.
