paper-with-me

Papers

Self-Adaptive Ising Machines for Constrained Optimization

2025-01-09 · Corentin Delacour

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), the latter being an Ising problem with linear constraints. For QKP with 300 variables, the proposed algorithm finds better solutions than state-of-the-art IMs such as Fujitsu's Digital Annealer and requires 7,500x fewer samples. Our results show that adapting the energy landscape during the search can speed up IMs for constrained optimization.

📄 PDF Abstract BibTeX arXiv:2501.04971

Code (1)

corentindelacour/self-adaptive-im 공식 구현

Tasks

Combinatorial Optimization

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

EARL: Energy-Aware Optimization of Liquid State Machines for Pervasive AI

2026-01-08 · Zain Iqbal, Lorenzo Valerio arxiv

Pervasive AI increasingly depends on on-device learning systems that deliver low-latency and energy-efficient computation under strict resource constraints. Liquid State Machines (LSMs) offer a promising approach for low…

Reinforcement Learning

Lagrange Oscillatory Neural Networks for Constraint Satisfaction and Optimization

2025-05-12 · Corentin Delacour, Bram Haverkort, Filip Sabo, Nadine Azemard 외

Physics-inspired computing paradigms are receiving renewed attention to enhance efficiency in compute-intensive tasks such as artificial intelligence and optimization. Similar to Hopfield neural networks, oscillatory neu…

Combinatorial Optimization

Applying Ising Machines to Multi-objective QUBOs

2023-05-19 · Mayowa Ayodele, Richard Allmendinger, Manuel López-Ibáñez, Arnaud Liefooghe 외

Multi-objective optimisation problems involve finding solutions with varying trade-offs between multiple and often conflicting objectives. Ising machines are physical devices that aim to find the absolute or approximate …

EOS: a Parallel, Self-Adaptive, Multi-Population Evolutionary Algorithm for Constrained Global Optimization

2020-07-09 · Lorenzo Federici, Boris Benedikter, Alessandro Zavoli

This paper presents the main characteristics of the evolutionary optimization code named EOS, Evolutionary Optimization at Sapienza, and its successful application to challenging, real-world space trajectory optimization…

Clusteringglobal-optimization

Training Multi-layer Neural Networks on Ising Machine

2023-11-06 · Xujie Song, Tong Liu, Shengbo Eben Li, Jingliang Duan 외

As a dedicated quantum device, Ising machines could solve large-scale binary optimization problems in milliseconds. There is emerging interest in utilizing Ising machines to train feedforward neural networks due to the p…