paper-with-me

Papers

Noisy Blackbox Optimization with Multi-Fidelity Queries: A Tree Search Approach

2018-10-24 · Rajat Sen, Kirthevasan Kandasamy, Sanjay Shakkottai

We study the problem of black-box optimization of a noisy function in the presence of low-cost approximations or fidelities, which is motivated by problems like hyper-parameter tuning. In hyper-parameter tuning evaluating the black-box function at a point involves training a learning algorithm on a large data-set at a particular hyper-parameter and evaluating the validation error. Even a single such evaluation can be prohibitively expensive. Therefore, it is beneficial to use low-cost approximations, like training the learning algorithm on a sub-sampled version of the whole data-set. These low-cost approximations/fidelities can however provide a biased and noisy estimate of the function value. In this work, we incorporate the multi-fidelity setup in the powerful framework of noisy black-box optimization through tree-like hierarchical partitions. We propose a multi-fidelity bandit based tree-search algorithm for the problem and provide simple regret bounds for our algorithm. Finally, we validate the performance of our algorithm on real and synthetic datasets, where it outperforms several benchmarks.

📄 PDF Abstract BibTeX arXiv:1810.10482

Code (1)

rajatsen91/MFTreeSearchCV 공식 구현

Similar Papers 제목 키워드 기반

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

Multi-Fidelity Multi-Objective Bayesian Optimization: An Output Space Entropy Search Approach

2020-11-02 · Syrine Belakaria, Aryan Deshwal, Janardhan Rao Doppa

We study the novel problem of blackbox optimization of multiple objectives via multi-fidelity function evaluations that vary in the amount of resources consumed and their accuracy. The overall goal is to approximate the …

Bayesian Optimization

Blackbox Attacks via Surrogate Ensemble Search

2022-08-07 · Zikui Cai, Chengyu Song, Srikanth Krishnamurthy, Amit Roy-Chowdhury 외

Blackbox adversarial attacks can be categorized into transfer- and query-based attacks. Transfer methods do not require any feedback from the victim model, but provide lower success rates compared to query-based methods.…

Provably Robust Blackbox Optimization for Reinforcement Learning

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

Interest in derivative-free optimization (DFO) and "evolutionary strategies" (ES) has recently surged in the Reinforcement Learning (RL) community, with growing evidence that they can match state of the art methods for p…

MuJoCoreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

Perturbing Across the Feature Hierarchy to Improve Standard and Strict Blackbox Attack Transferability

2020-04-29 · NeurIPS 2020 12 · Nathan Inkawhich, Kevin J Liang, Binghui Wang, Matthew Inkawhich 외

We consider the blackbox transfer-based targeted adversarial attack threat model in the realm of deep neural network (DNN) image classifiers. Rather than focusing on crossing decision boundaries at the output layer of th…

Adversarial Attack