paper-with-me

Papers

Denoising Autoencoders for fast Combinatorial Black Box Optimization

2015-03-06 · Malte Probst

Estimation of Distribution Algorithms (EDAs) require flexible probability models that can be efficiently learned and sampled. Autoencoders (AE) are generative stochastic networks with these desired properties. We integrate a special type of AE, the Denoising Autoencoder (DAE), into an EDA and evaluate the performance of DAE-EDA on several combinatorial optimization problems with a single objective. We asses the number of fitness evaluations as well as the required CPU times. We compare the results to the performance to the Bayesian Optimization Algorithm (BOA) and RBM-EDA, another EDA which is based on a generative neural network which has proven competitive with BOA. For the considered problem instances, DAE-EDA is considerably faster than BOA and RBM-EDA, sometimes by orders of magnitude. The number of fitness evaluations is higher than for BOA, but competitive with RBM-EDA. These results show that DAEs can be useful tools for problems with low but non-negligible fitness evaluation costs.

📄 PDF Abstract BibTeX arXiv:1503.01954

Code (1)

wohnjayne/eda-suite

Tasks

Bayesian OptimizationCombinatorial OptimizationCPUDenoising

Methods 이 논문이 사용한 방법론

AE An autoencoder is a type of artificial neural network used to learn efficient data codings in an unsupervised manner. The aim of an autoencoder is to learn a representation…
Denoising Autoencoder A Denoising Autoencoder is a modification on the autoencoder to prevent the network learning the identity function.…
Solana Customer Service Number +1-833-534-1729 설명 없음

Similar Papers 제목 키워드 기반

Accelerating Diffusion-based Combinatorial Optimization Solvers by Progressive Distillation

2023-08-12 · Junwei Huang, Zhiqing Sun, Yiming Yang

Graph-based diffusion models have shown promising results in terms of generating high-quality solutions to NP-complete (NPC) combinatorial optimization (CO) problems. However, those models are often inefficient in infere…

Combinatorial OptimizationDenoising

Versatile Black-Box Optimization

2020-04-29 · Jialin Liu, Antoine Moreau, Mike Preuss, Baptiste Roziere 외

Choosing automatically the right algorithm using problem descriptors is a classical component of combinatorial optimization. It is also a good tool for making evolutionary algorithms fast, robust and versatile. We presen…

Combinatorial OptimizationEvolutionary Algorithms

Effectiveness of Binary Autoencoders for QUBO-Based Optimization Problems

2026-02-10 · Tetsuro Abe, Masashi Yamashita, Shu Tanaka arxiv

In black-box combinatorial optimization, objective evaluations are often expensive, so high quality solutions must be found under a limited budget. Factorization machine with quantum annealing (FMQA) builds a quadratic s…

Convex Optimization for Parallel Energy Minimization

2015-03-05 · K. S. Sesh Kumar, Alvaro Barbero, Stefanie Jegelka, Suvrit Sra 외

Energy minimization has been an intensely studied core problem in computer vision. With growing image sizes (2D and 3D), it is now highly desirable to run energy minimization algorithms in parallel. But many existing alg…

Denoising

Combinatorial Bayesian Optimization with Random Mapping Functions to Convex Polytopes

2020-11-26 · Jungtaek Kim, Seungjin Choi, Minsu Cho

Bayesian optimization is a popular method for solving the problem of global optimization of an expensive-to-evaluate black-box function. It relies on a probabilistic surrogate model of the objective function, upon which …

Bayesian Optimizationglobal-optimization