LGOCMLJun 5, 2023

Equity-Transformer: Solving NP-hard Min-Max Routing Problems as Sequential Generation with Equity Context

arXiv:2306.02689v331 citationsh-index: 28Has Code
Originality Incremental advance
AI Analysis

This addresses coordination challenges in multi-agent routing for applications like logistics, though it is incremental as it builds on existing sequence generation methods.

The paper tackled large-scale NP-hard min-max routing problems by proposing Equity-Transformer, which uses sequential planning and inductive biases for equitable workload distribution, achieving a 335x runtime reduction and 53% cost improvement over a heuristic in a 100-vehicle, 1,000-city scenario.

Min-max routing problems aim to minimize the maximum tour length among multiple agents by having agents conduct tasks in a cooperative manner. These problems include impactful real-world applications but are known as NP-hard. Existing methods are facing challenges, particularly in large-scale problems that require the coordination of numerous agents to cover thousands of cities. This paper proposes Equity-Transformer to solve large-scale min-max routing problems. First, we employ sequential planning approach to address min-max routing problems, allowing us to harness the powerful sequence generators (e.g., Transformer). Second, we propose key inductive biases that ensure equitable workload distribution among agents. The effectiveness of Equity-Transformer is demonstrated through its superior performance in two representative min-max routing tasks: the min-max multi-agent traveling salesman problem (min-max mTSP) and the min-max multi-agent pick-up and delivery problem (min-max mPDP). Notably, our method achieves significant reductions of runtime, approximately 335 times, and cost values of about 53\% compared to a competitive heuristic (LKH3) in the case of 100 vehicles with 1,000 cities of mTSP. We provide reproducible source code: \url{https://github.com/kaist-silab/equity-transformer}.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes