Evaluating the Performance of Direct Higher-Order Formulations in Combinatorial Optimization Problems
Kazuki Ikeuchi, Yoshiki Matsuda, Shu Tanaka
TL;DR
This work evaluates direct polynomial unconstrained binary optimization (PUBO) against the standard quadratic (QUBO) approach on Ising-machine hardware, using the Fixstars Amplify Annealing Engine to solve problems with higher-order interactions. Across two benchmarks—low autocorrelation binary sequences (LABS) and a distance-balanced vehicle routing problem (VRP)—PUBO demonstrates superior solution quality and stability, with runtimes comparable to QUBO and no order-reduction overhead. The study also analyzes how order-reduction penalties inflate problem size and degrade performance, showing PUBO preserves problem structure and scales better as problem size grows. The results suggest direct PUBO formulations can offer practical advantages in real-world higher-order optimization and motivate hardware and solver developments to support PUBO directly.
Abstract
Ising machines, including quantum annealing machines, are promising next-generation computers for combinatorial optimization problems. However, due to hardware limitations, most Ising-type hardware can only solve objective functions expressed in linear or quadratic terms of binary variables. Therefore, problems with higher-order terms require an order-reduction process, which increases the number of variables and constraints and may degrade solution quality. In this study, we evaluate the effectiveness of directly solving such problems without order reduction by using a high-performance simulated annealing-based optimization solver capable of handling polynomial unconstrained binary optimization (PUBO) formulations. We compare its performance against a conventional quadratic unconstrained binary optimization (QUBO) solver on the same hardware platform. As benchmarks, we use the low autocorrelation binary sequence (LABS) problem and the vehicle routing problem with distance balancing, both of which naturally include higher-order interactions. Results show that the PUBO solver consistently achieves superior solution quality and stability compared to its QUBO counterpart, while maintaining comparable computational time and requiring no order-reduction compilation indicating potential advantages of directly handling higher-order terms in practical optimization problems.
