paper-with-me

Papers

Learning to Guide Random Search

2020-04-25 · ICLR 2020 1 · Ozan Sener, Vladlen Koltun

We are interested in derivative-free optimization of high-dimensional functions. The sample complexity of existing methods is high and depends on problem dimensionality, unlike the dimensionality-independent rates of first-order methods. The recent success of deep learning suggests that many datasets lie on low-dimensional manifolds that can be represented by deep nonlinear models. We therefore consider derivative-free optimization of a high-dimensional function that lies on a latent low-dimensional manifold. We develop an online learning approach that learns this manifold while performing the optimization. In other words, we jointly learn the manifold and optimize the function. Our analysis suggests that the presented method significantly reduces sample complexity. We empirically evaluate the method on continuous optimization benchmarks and high-dimensional continuous control problems. Our method achieves significantly lower sample complexity than Augmented Random Search, Bayesian optimization, covariance matrix adaptation (CMA-ES), and other derivative-free optimization algorithms.

📄 PDF Abstract BibTeX arXiv:2004.12214

Code (1)

intel-isl/LMRS 공식 구현 pytorch

Tasks

Bayesian Optimizationcontinuous-controlContinuous Control

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 제목 키워드 기반

Initialisation and Grammar Design in Grammar-Guided Evolutionary Computation

2022-04-15 · Grant Dick, Peter A. Whigham

Grammars provide a convenient and powerful mechanism to define the space of possible solutions for a range of problems. However, when used in grammatical evolution (GE), great care must be taken in the design of a gramma…

Guided evolutionary strategies: Augmenting random search with surrogate gradients

2018-06-26 · ICLR 2019 5 · Niru Maheswaranathan, Luke Metz, George Tucker, Dami Choi 외

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 …

Meta-LearningReinforcement Learning

Improved nearest neighbor search using auxiliary information and priority functions

2018-07-01 · ICML 2018 7 · Omid Keivani, Kaushik Sinha

Nearest neighbor search using random projection trees has recently been shown to achieve superior performance, in terms of better accuracy while retrieving less number of data points, compared to locality sensitive …

Guided Dropout

2018-12-10 · Rohit Keshari, Richa Singh, Mayank Vatsa

Dropout is often used in deep neural networks to prevent over-fitting. Conventionally, dropout training invokes \textit{random drop} of nodes from the hidden layers of a Neural Network. It is our hypothesis that a guided…

Guided Random Forest in the RRF Package

2013-06-02 · Houtao Deng

Random Forest (RF) is a powerful supervised learner and has been popularly used in many applications such as bioinformatics. In this work we propose the guided random forest (GRF) for feature selection. Similar to a fe…

feature selection