paper-with-me

홈 › Papers

Black Box Optimization Using QUBO and the Cross Entropy Method

2022-06-24 · Jonas Nüßlein, Christoph Roch, Thomas Gabor, Jonas Stein, Claudia Linnhoff-Popien, Sebastian Feld

Black-box optimization (BBO) can be used to optimize functions whose analytic form is unknown. A common approach to realising BBO is to learn a surrogate model which approximates the target black-box function which can then be solved via white-box optimization methods. In this paper, we present our approach BOX-QUBO, where the surrogate model is a QUBO matrix. However, unlike in previous state-of-the-art approaches, this matrix is not trained entirely by regression, but mostly by classification between 'good' and 'bad' solutions. This better accounts for the low capacity of the QUBO matrix, resulting in significantly better solutions overall. We tested our approach against the state-of-the-art on four domains and in all of them BOX-QUBO showed better results. A second contribution of this paper is the idea to also solve white-box problems, i.e. problems which could be directly formulated as QUBO, by means of black-box optimization in order to reduce the size of the QUBOs to the information-theoretic minimum. Experiments show that this significantly improves the results for MAX-k-SAT.

📄 PDF Abstract BibTeX arXiv:2206.12510

Code (1)

jonasnuesslein/box-qubo 공식 구현 tf

Similar Papers 제목 키워드 기반

Application of QUBO solver using black-box optimization to structural design for resonance avoidance

2022-04-11 · Tadayoshi Matsumori, Masato Taki, Tadashi Kadowaki

Quadratic unconstrained binary optimization (QUBO) solvers can be applied to design an optimal structure to avoid resonance. QUBO algorithms that work on a classical or quantum device have succeeded in some industrial ap…

Combinatorial Optimization

Quantum-Inspired Episode Selection for Monte Carlo Reinforcement Learning via QUBO Optimization

2026-01-24 · Hadi Salloum, Ali Jnadi, Yaroslav Kholodov, Alexander Gasnikov arxiv

Monte Carlo (MC) reinforcement learning suffers from high sample complexity, especially in environments with sparse rewards, large state spaces, and correlated trajectories. We address these limitations by reformulating …

Reinforcement Learning

Continuous black-box optimization with quantum annealing and random subspace coding

2021-04-30 · Syun Izawa, Koki Kitai, Shu Tanaka, Ryo Tamura 외

A black-box optimization algorithm such as Bayesian optimization finds extremum of an unknown function by alternating inference of the underlying function and optimization of an acquisition function. In a high-dimensiona…

Bayesian Optimization

Q-BIOLAT: Binary Latent Protein Fitness Landscapes for QUBO-Based Optimization

2026-03-29 · Truong-Son Hy arxiv

Protein fitness optimization is inherently a discrete combinatorial problem, yet most learning-based approaches rely on continuous representations and are primarily evaluated through predictive accuracy. We introduce Q-B…

Protein Language Model

Performance Evaluation of Ising and QUBO Variable Encodings in Boltzmann Machine Learning

2025-10-15 · Yasushi Hasegawa, Masayuki Ohzeki arxiv

We compare Ising ({-1,+1}) and QUBO ({0,1}) encodings for Boltzmann machine learning under a controlled protocol that fixes the model, sampler, and step size. Exploiting the identity that the Fisher information matrix (F…