paper-with-me

Papers

Optimization by Parallel Quasi-Quantum Annealing with Gradient-Based Sampling

2024-09-02 · Yuma Ichikawa, Yamato Arai

Learning-based methods have gained attention as general-purpose solvers due to their ability to automatically learn problem-specific heuristics, reducing the need for manually crafted heuristics. However, these methods often face scalability challenges. To address these issues, the improved Sampling algorithm for Combinatorial Optimization (iSCO), using discrete Langevin dynamics, has been proposed, demonstrating better performance than several learning-based solvers. This study proposes a different approach that integrates gradient-based update through continuous relaxation, combined with Quasi-Quantum Annealing (QQA). QQA smoothly transitions the objective function, starting from a simple convex function, minimized at half-integral values, to the original objective function, where the relaxed variables are minimized only in the discrete space. Furthermore, we incorporate parallel run communication leveraging GPUs to enhance exploration capabilities and accelerate convergence. Numerical experiments demonstrate that our method is a competitive general-purpose solver, achieving performance comparable to iSCO and learning-based solvers across various benchmark problems. Notably, our method exhibits superior speed-quality trade-offs for large-scale instances compared to iSCO, learning-based solvers, commercial solvers, and specialized algorithms.

📄 PDF Abstract BibTeX arXiv:2409.02135

Code (1)

Yuma-Ichikawa/QQA4CO 공식 구현 pytorch

Tasks

Combinatorial Optimization

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
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 제목 키워드 기반

Quantum-Assisted Genetic Algorithm

2019-06-24 · James King, Masoud Mohseni, William Bernoudy, Alexandre Fréchette 외

Genetic algorithms, which mimic evolutionary processes to solve optimization problems, can be enhanced by using powerful semi-local search algorithms as mutation operators. Here, we introduce reverse quantum annealing, a…

Investigation into the Potential of Parallel Quantum Annealing for Simultaneous Optimization of Multiple Problems: A Comprehensive Study

2024-03-09 · Arit Kumar Bishwas, Anuraj Som, Saurabh Choudhary

Parallel Quantum Annealing is a technique to solve multiple optimization problems simultaneously. Parallel quantum annealing aims to optimize the utilization of available qubits on a quantum topology by addressing multip…

Quantum Boltzmann Machines using Parallel Annealing for Medical Image Classification

2025-07-18 · Daniëlle Schuman, Mark V. Seebode, Tobias Rohe, Maximilian Balthasar Mansky 외 arxiv

Exploiting the fact that samples drawn from a quantum annealer inherently follow a Boltzmann-like distribution, annealing-based Quantum Boltzmann Machines (QBMs) have gained increasing popularity in the quantum research …

Medical Image Classification

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

Optimizing Variational Quantum Circuits Using Metaheuristic Strategies in Reinforcement Learning

2024-08-02 · Michael Kölle, Daniel Seidl, Maximilian Zorn, Philipp Altmann 외

Quantum Reinforcement Learning (QRL) offers potential advantages over classical Reinforcement Learning, such as compact state space representation and faster convergence in certain scenarios. However, practical benefits …

reinforcement-learningReinforcement Learning