paper-with-me

Papers

Stage-dependent integer-binary encoding in factorization-machine black-box optimization

2026-06-22 · Ryo Ogawa, Mayumi Nakano, Yuya Seki, Shu Tanaka arxiv

Black-box optimization (BBO) deals with problems where objective functions lack explicit analytical forms and are expensive to evaluate. Factorization machine with quadratic-optimization annealing (FMQA) constructs a surrogate model using a factorization machine (FM) and optimizes it with an Ising machine. Conventional FMQA applies a single integer-binary encoding throughout the optimization process, although the encoding best suited to surrogate learning may differ from the one best suited to Ising-machine solution search. We propose a stage-dependent FMQA framework and derive conversion formulas between one-hot and domain-wall QUBO matrices that preserve the surrogate objective over feasible integer states up to an additive constant. We evaluate the OhDw variant, which employs one-hot encoding for learning and domain-wall encoding for search, on the Rastrigin function with input dimensions N = 2 and 5 and discretization levels q = 61 and 301. Across all conditions, the dominant factor governing optimization performance is the encoding used in the learning stage, with one-hot encoding consistently yielding lower residual errors than domain-wall or binary encoding. The additional benefit of switching to domain-wall encoding for solution search is condition-dependent. For N = 5 and q = 301, OhDw achieves a lower residual error and solutions closer to the global optimum than one-hot-only FMQA, whereas for N = 5 and q = 61 the latter achieves a lower residual error. These results indicate that one-hot encoding in the learning stage is the primary performance driver and that stage-dependent encoding can provide further improvement under finer discretization.

📄 PDF Abstract BibTeX arXiv:2606.23188

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Black-box optimization for integer-variable problems using Ising machines and factorization machines

2022-09-01 · Yuya Seki, Ryo Tamura, Shu Tanaka

Black-box optimization has potential in numerous applications such as hyperparameter optimization in machine learning and optimization in design of experiments. Ising machines are useful for binary optimization problems …

Hyperparameter Optimization

Factorization Machine with Quadratic-Optimization Annealing for RNA Inverse Folding and Evaluation of Binary-Integer Encoding and Nucleotide Assignment

2026-02-18 · Shuta Kikuchi, Shu Tanaka arxiv

The RNA inverse folding problem aims to identify nucleotide sequences that preferentially adopt a given target secondary structure. While various heuristic and machine learning-based approaches have been proposed, many r…

Improving FMQA via Initial Training Data Design Considering Marginal Bit Coverage in One-Hot Encoding

2026-05-06 · Taiga Hayashi, Yuya Seki, Kotaro Terada, Yosuke Mukasa 외 arxiv

Factorization machine with quadratic-optimization annealing (FMQA) is a black-box optimization method that combines a factorization machine (FM) surrogate with QUBO-based search by an Ising machine. When FMQA is applied …

Algorithms for Boolean Matrix Factorization using Integer Programming and Heuristics

2025-12-03 · Christos Kolomvakis, Thomas Bobille, Arnaud Vandaele, Nicolas Gillis arxiv

Boolean matrix factorization (BMF) approximates a given binary input matrix as the product of two smaller binary factors. Unlike binary matrix factorization based on standard arithmetic, BMF employs the Boolean OR and AN…

Integer Factorization with Compositional Distributed Representations

2022-03-02 · Denis Kleyko, Connor Bybee, Christopher J. Kymn, Bruno A. Olshausen 외

In this paper, we present an approach to integer factorization using distributed representations formed with Vector Symbolic Architectures. The approach formulates integer factorization in a manner such that it can be so…