Learning Solution-Aware Transformers for Efficiently Solving Quadratic Assignment Problem
Zhentao Tan, Yadong Mu

TL;DR
This paper introduces a novel solution-aware transformer model for efficiently solving large-scale Quadratic Assignment Problems by encoding nodes separately, improving scalability and solution quality over existing methods.
Contribution
It proposes the first learn-to-improve approach for QAP using a solution-aware transformer that encodes nodes separately, enhancing scalability and effectiveness.
Findings
Model outperforms existing methods on benchmark instances.
Enables solving larger QAP instances efficiently.
Demonstrates strong generalization across various problem sizes.
Abstract
Recently various optimization problems, such as Mixed Integer Linear Programming Problems (MILPs), have undergone comprehensive investigation, leveraging the capabilities of machine learning. This work focuses on learning-based solutions for efficiently solving the Quadratic Assignment Problem (QAPs), which stands as a formidable challenge in combinatorial optimization. While many instances of simpler problems admit fully polynomial-time approximate solution (FPTAS), QAP is shown to be strongly NP-hard. Even finding a FPTAS for QAP is difficult, in the sense that the existence of a FPTAS implies . Current research on QAPs suffer from limited scale and computational inefficiency. To attack the aforementioned issues, we here propose the first solution of its kind for QAP in the learn-to-improve category. This work encodes facility and location nodes separately, instead of forming…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsScheduling and Timetabling Solutions · Data Mining Algorithms and Applications
