Learning-Augmented Scalable Linear Assignment Problem Optimization via Neural Dual Warm-Starts
Abstract
Lay Summary
Many important real-world tasks—such as routing traffic, scheduling logistics, or tracking moving objects in videos—rely on solving a massive matching puzzle known as the Linear Assignment Problem. While traditional mathematical algorithms guarantee perfect matches, they become very slow as the number of items grows into the thousands. Conversely, modern AI systems can guess matches quickly, but they often make errors or run out of computer memory on large puzzles. To bridge this gap, we designed an AI model called RowDualNet that acts as a smart advisor to these traditional algorithms. Instead of trying to guess the final matches itself, our AI rapidly analyzes the puzzle and gives the traditional algorithm a highly accurate head start. We also included a built-in safety net: if the AI makes a poor prediction, the system safely ignores it. Because the traditional algorithm no longer starts from scratch, it finds the perfect answer significantly faster. Our method more than doubles the speed of finding flawless solutions and successfully generalizes to real-world applications like transportation networks and multi-object tracking in videos. Ultimately, this approach merges the rapid speed of AI with the absolute certainty of pure mathematics.