Self-Adaptive Ising Machines for Constrained Optimization
Corentin Delacour

TL;DR
This paper introduces a self-adaptive Ising machine that dynamically shapes its energy landscape to efficiently solve constrained optimization problems without extensive parameter tuning, outperforming existing methods in benchmarks.
Contribution
A novel self-adaptive Ising machine method that uses Lagrange relaxation to handle constraints, reducing the need for large penalty tuning and improving solution quality and efficiency.
Findings
Outperforms state-of-the-art IMs on quadratic knapsack problems
Requires 7,500x fewer samples than existing methods
Speeds up constrained optimization via adaptive energy landscape shaping
Abstract
Ising machines (IM) are physics-inspired alternatives to von Neumann architectures for solving hard optimization tasks. By mapping binary variables to coupled Ising spins, IMs can naturally solve unconstrained combinatorial optimization problems such as finding maximum cuts in graphs. However, despite their importance in practical applications, constrained problems remain challenging to solve for IMs that require large quadratic energy penalties to ensure the correspondence between energy ground states and constrained optimal solutions. To relax this requirement, we propose a self-adaptive IM that iteratively shapes its energy landscape using a Lagrange relaxation of constraints and avoids prior tuning of penalties. Using a probabilistic-bit (p-bit) IM emulated in software, we benchmark our algorithm with multidimensional knapsack problems (MKP) and quadratic knapsack problems (QKP),…
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
TopicsEvolutionary Algorithms and Applications · Computability, Logic, AI Algorithms · Metaheuristic Optimization Algorithms Research
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
