paper-with-me

Papers

BayesOpt Adversarial Attack

2020-05-01 · ICLR 2020 1 · Binxin Ru, Adam Cobb, Arno Blaas, Yarin Gal

Black-box adversarial attacks require a large number of attempts before finding successful adversarial examples that are visually indistinguishable from the original input. Current approaches relying on substitute model training, gradient estimation or genetic algorithms often require an excessive number of queries. Therefore, they are not suitable for real-world systems where the maximum query number is limited due to cost. We propose a query-efficient black-box attack which uses Bayesian optimisation in combination with Bayesian model selection to optimise over the adversarial perturbation and the optimal degree of search space dimension reduction. We demonstrate empirically that our method can achieve comparable success rates with 2-5 times fewer queries compared to previous state-of-the-art black-box attacks.

📄 PDF Abstract BibTeX

Code (1)

rubinxin/BayesOpt_Attack 공식 구현 tf

Tasks

Adversarial AttackBayesian OptimisationDimensionality ReductionModel Selection

Similar Papers 제목 키워드 기반

Meta-learning for sample-efficient Bayesian optimisation of fed-batch processes

2026-05-06 · Becky Langdon, Gabriel D. Patrón, Chrysoula D. Kappatou, Robert M. Lee 외 arxiv

The optimisation of fed-batch (bio)chemical process recipes is subject to inherent, underlying, and unmeasurable fluctuations across batches, whose trajectories are difficult to model and costly to measure. Bayesian Opti…

Gaussian Processes

BayesOpt: A Bayesian Optimization Library for Nonlinear Optimization, Experimental Design and Bandits

2014-05-29 · Ruben Martinez-Cantin

BayesOpt is a library with state-of-the-art Bayesian optimization methods to solve nonlinear optimization, stochastic bandits or sequential experimental design problems. Bayesian optimization is sample efficient by build…

Bayesian OptimizationExperimental DesignHyperparameter Optimization

A Bayesian Optimization Approach to Machine Translation Reranking

2024-11-14 · Julius Cheng, Maike Züfle, Vilém Zouhar, Andreas Vlachos

Reranking a list of candidates from a machine translation system with an external scoring model and returning the highest-scoring candidate remains a simple and effective method for improving the overall output quality. …

Bayesian OptimizationMachine TranslationRerankingTranslation

Accelerating Bayesian Optimization for Biological Sequence Design with Denoising Autoencoders

2022-03-23 · Samuel Stanton, Wesley Maddox, Nate Gruver, Phillip Maffettone 외

Bayesian optimization (BayesOpt) is a gold standard for query-efficient continuous optimization. However, its adoption for drug design has been hindered by the discrete, high-dimensional nature of the decision variables.…

Bayesian OptimizationDenoisingDrug Design

Limbo: A Fast and Flexible Library for Bayesian Optimization

2016-11-22 · Antoine Cully, Konstantinos Chatzilygeroudis, Federico Allocati, Jean-Baptiste Mouret

Limbo is an open-source C++11 library for Bayesian optimization which is designed to be both highly flexible and very fast. It can be used to optimize functions for which the gradient is unknown, evaluations are expensiv…

Bayesian Optimization