paper-with-me

Papers

Black-Box Optimization in Machine Learning with Trust Region Based Derivative Free Algorithm

2017-03-20 · Hiva Ghanbari, Katya Scheinberg

In this work, we utilize a Trust Region based Derivative Free Optimization (DFO-TR) method to directly maximize the Area Under Receiver Operating Characteristic Curve (AUC), which is a nonsmooth, noisy function. We show that AUC is a smooth function, in expectation, if the distributions of the positive and negative data points obey a jointly normal distribution. The practical performance of this algorithm is compared to three prominent Bayesian optimization methods and random search. The presented numerical results show that DFO-TR surpasses Bayesian optimization and random search on various black-box optimization problem, such as maximizing AUC and hyperparameter tuning.

📄 PDF Abstract BibTeX arXiv:1703.06925

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian OptimizationBIG-bench Machine LearningText-to-Image Generation

Methods 이 논문이 사용한 방법론

Random Search Random Search replaces the exhaustive enumeration of all combinations by selecting them randomly. This can be simply applied to the discrete setting described above, but also…

Similar Papers 제목 키워드 기반

SHE2: Stochastic Hamiltonian Exploration and Exploitation for Derivative-Free Optimization

2019-05-01 · ICLR 2019 5 · Haoyi Xiong, Wenqing Hu, Zhanxing Zhu, Xinjian Li 외

Derivative-free optimization (DFO) using trust region methods is frequently used for machine learning applications, such as (hyper-)parameter optimization without the derivatives of objective functions known. Inspired b…

BIG-bench Machine LearningText-to-Image Generation

DEFT-FUNNEL: an open-source global optimization solver for constrained grey-box and black-box problems

2019-12-29 · Phillipe R. Sampaio

The fast-growing need for grey-box and black-box optimization methods for constrained global optimization problems in fields such as medicine, chemistry, engineering and artificial intelligence, has contributed for the d…

Clusteringglobal-optimization

TREGO: a Trust-Region Framework for Efficient Global Optimization

2021-01-18 · Youssef Diouane, Victor Picheny, Rodolphe Le Riche, Alexandre Scotto Di Perrotolo

Efficient Global Optimization (EGO) is the canonical form of Bayesian optimization that has been successfully applied to solve global optimization of expensive-to-evaluate black-box problems. However, EGO struggles to sc…

Bayesian Optimizationglobal-optimization

Scalable Acceleration for Classification-Based Derivative-Free Optimization

2023-09-20 · Tianyi Han, Jingya Li, Zhipeng Guo, Yuan Jin

Derivative-free optimization algorithms play an important role in scientific and engineering design optimization problems, especially when derivative information is not accessible. In this paper, we study the framework o…

ClassificationLanguage ModelingLanguage Modelling

Fast Black-box Variational Inference through Stochastic Trust-Region Optimization

2017-06-07 · NeurIPS 2017 12 · Jeffrey Regier, Michael. I. Jordan, Jon Mcauliffe

We introduce TrustVI, a fast second-order algorithm for black-box variational inference based on trust-region optimization and the reparameterization trick. At each iteration, TrustVI proposes and assesses a step based o…

Variational Inference