paper-with-me

Papers

Polynomial-Model-Based Optimization for Blackbox Objectives

2023-09-01 · Janina Schreiber, Damar Wicaksono, Michael Hecht

For a wide range of applications the structure of systems like Neural Networks or complex simulations, is unknown and approximation is costly or even impossible. Black-box optimization seeks to find optimal (hyper-) parameters for these systems such that a pre-defined objective function is minimized. Polynomial-Model-Based Optimization (PMBO) is a novel blackbox optimizer that finds the minimum by fitting a polynomial surrogate to the objective function. Motivated by Bayesian optimization the model is iteratively updated according to the acquisition function Expected Improvement, thus balancing the exploitation and exploration rate and providing an uncertainty estimate of the model. PMBO is benchmarked against other state-of-the-art algorithms for a given set of artificial, analytical functions. PMBO competes successfully with those algorithms and even outperforms all of them in some cases. As the results suggest, we believe PMBO is the pivotal choice for solving blackbox optimization tasks occurring in a wide range of disciplines.

📄 PDF Abstract BibTeX arXiv:2309.00663

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian Optimizationmodel

Similar Papers 제목 키워드 기반

PyXAB -- A Python Library for $\mathcal{X}$-Armed Bandit and Online Blackbox Optimization Algorithms

2023-03-07 · Wenjie Li, Haoze Li, Jean Honorio, Qifan Song

We introduce a Python open-source library for $\mathcal{X}$-armed bandit and online blackbox optimization named PyXAB. PyXAB contains the implementations for more than 10 $\mathcal{X}$-armed bandit algorithms, such as HO…

From Complexity to Simplicity: Adaptive ES-Active Subspaces for Blackbox Optimization

2019-03-07 · NeurIPS 2019 12 · Krzysztof Choromanski, Aldo Pacchiano, Jack Parker-Holder, Yunhao Tang

We present a new algorithm ASEBO for optimizing high-dimensional blackbox functions. ASEBO adapts to the geometry of the function and learns optimal sets of sensing directions, which are used to probe it, on-the-fly. It …

compressed sensingMulti-Armed BanditsReinforcement Learning

Polynomial Time and Private Learning of Unbounded Gaussian Mixture Models

2023-03-07 · Jamil Arbas, Hassan Ashtiani, Christopher Liaw

We study the problem of privately estimating the parameters of $d$-dimensional Gaussian Mixture Models (GMMs) with $k$ components. For this, we develop a technique to reduce the problem to its non-private counterpart. Th…

Learning and Optimization of Blackbox Combinatorial Solvers in Neural Networks

2020-06-06 · T. J. Wilder

The use of blackbox solvers inside neural networks is a relatively new area which aims to improve neural network performance by including proven, efficient solvers for complex problems. Existing work has created methods …

CoNES: Convex Natural Evolutionary Strategies

2020-07-16 · Sushant Veer, Anirudha Majumdar

We present a novel algorithm -- convex natural evolutionary strategies (CoNES) -- for optimizing high-dimensional blackbox functions by leveraging tools from convex optimization and information geometry. CoNES is formula…

BenchmarkingMuJoCoreinforcement-learningReinforcement Learning (RL)