paper-with-me

Papers

Guided Evolutionary Strategies: Escaping the curse of dimensionality in random search

2019-05-01 · ICLR 2019 5 · Niru Maheswaranathan, Luke Metz, George Tucker, Dami Choi, Jascha Sohl-Dickstein

Many applications in machine learning require optimizing a function whose true gradient is unknown, but where surrogate gradient information (directions that may be correlated with, but not necessarily identical to, the true gradient) is available instead. This arises when an approximate gradient is easier to compute than the full gradient (e.g. in meta-learning or unrolled optimization), or when a true gradient is intractable and is replaced with a surrogate (e.g. in certain reinforcement learning applications or training networks with discrete variables). We propose Guided Evolutionary Strategies, a method for optimally using surrogate gradient directions along with random search. We define a search distribution for evolutionary strategies that is elongated along a subspace spanned by the surrogate gradients. This allows us to estimate a descent direction which can then be passed to a first-order optimizer. We analytically and numerically characterize the tradeoffs that result from tuning how strongly the search distribution is stretched along the guiding subspace, and use this to derive a setting of the hyperparameters that works well across problems. Finally, we apply our method to example problems including truncated unrolled optimization and training neural networks with discrete variables, demonstrating improvement over both standard evolutionary strategies and first-order methods (that directly follow the surrogate gradient). We provide a demo of Guided ES at: redacted URL

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Meta-LearningReinforcement Learning

Similar Papers 제목 키워드 기반

Regression with Comparisons: Escaping the Curse of Dimensionality with Ordinal Information

2018-06-08 · ICML 2018 7 · Yichong Xu, Sivaraman Balakrishnan, Aarti Singh, Artur Dubrawski

In supervised learning, we typically leverage a fully labeled dataset to design methods for function estimation or prediction. In many practical situations, we are able to obtain alternative feedback, possibly at a low c…

regression

Nonparametric Regression with Comparisons: Escaping the Curse of Dimensionality with Ordinal Information

2018-07-01 · ICML 2018 7 · Yichong Xu, Hariank Muthakana, Sivaraman Balakrishnan, Aarti Singh 외

In supervised learning, we leverage a labeled dataset to design methods for function estimation. In many practical situations, we are able to obtain alternative feedback, possibly at a low cost. A broad goal is to u…

regression

ES-ENAS: Efficient Evolutionary Optimization for Large Hybrid Search Spaces

2021-01-19 · Xingyou Song, Krzysztof Choromanski, Jack Parker-Holder, Yunhao Tang 외

In this paper, we approach the problem of optimizing blackbox functions over large hybrid search spaces consisting of both combinatorial and continuous parameters. We demonstrate that previous evolutionary algorithms whi…

Combinatorial OptimizationContinuous ControlEvolutionary AlgorithmsMultiobjective Optimization+2

Escaping the Curse of Dimensionality in Similarity Learning: Efficient Frank-Wolfe Algorithm and Generalization Bounds

2018-07-20 · Kuan Liu, Aurélien Bellet

Similarity and metric learning provides a principled approach to construct a task-specific similarity from weakly supervised data. However, these methods are subject to the curse of dimensionality: as the number of featu…

Generalization BoundsMetric Learning

Attention-Guided Black-box Adversarial Attacks with Large-Scale Multiobjective Evolutionary Optimization

2021-01-19 · ICML Workshop AML 2021 7 · Jie Wang, Zhaoxia Yin, Jing Jiang, Yang Du

Fooling deep neural networks (DNNs) with the black-box optimization has become a popular adversarial attack fashion, as the structural prior knowledge of DNNs is always unknown. Nevertheless, recent black-box adversarial…

Adversarial Attack