QROSS: QUBO Relaxation Parameter Optimisation via Learning Solver Surrogates
Tian Huang, Siong Thye Goh, Sabrish Gopalakrishnan, Tao Luo, Qianxiao, Li, Hoong Chuin Lau

TL;DR
QROSS is a learning-based surrogate modeling approach that efficiently tunes hyper-parameters for QUBO solvers in combinatorial optimization, demonstrated on the TSP, reducing solver calls and improving solution quality.
Contribution
The paper introduces QROSS, a novel surrogate modeling method that reduces the need for multiple solver calls in hyper-parameter tuning for QUBO problems.
Findings
QROSS outperforms traditional tuning methods in solution quality.
QROSS requires fewer calls to the QUBO solver.
QROSS generalizes well to different datasets and solvers.
Abstract
An increasingly popular method for solving a constrained combinatorial optimisation problem is to first convert it into a quadratic unconstrained binary optimisation (QUBO) problem, and solve it using a standard QUBO solver. However, this relaxation introduces hyper-parameters that balance the objective and penalty terms for the constraints, and their chosen values significantly impact performance. Hence, tuning these parameters is an important problem. Existing generic hyper-parameter tuning methods require multiple expensive calls to a QUBO solver, making them impractical for performance critical applications when repeated solutions of similar combinatorial optimisation problems are required. In this paper, we propose the QROSS method, in which we build surrogate models of QUBO solvers via learning from solver data on a collection of instances of a problem. In this way, we are able…
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.
Taxonomy
TopicsMachine Learning and Algorithms · Metaheuristic Optimization Algorithms Research · Machine Learning and Data Classification
