Proceedings Article10.1145/3356464.3357709
Asynchronous classification-based optimization
Yu-Ren Liu,Yi-Qi Hu,Hong Qian,Yang Yu +3 more
- 13 Oct 2019
5
TL;DR: ASRacos is implemented, an asynchronous version of a classification-based optimization algorithm SRacos, to accelerate the optimization through asynchronous parallelization and can achieve almost linear speedup while preserving good solution quality.
read more
Abstract: Asynchronous parallelization is an effective way to accelerate optimization. While asynchronous parallelization can destroy the sequential structure of optimization algorithms, it has been found counter-intuitively that some optimization algorithms are proven to preserve their performance under asynchronous parallelization, including the stochastic gradient descent for first-order optimization of differentiable functions and Pareto optimization for zeroth-order optimization in binary space. Following this direction, in this paper, we show that the classification-based optimization, which is a recently developed framework for zeroth-order optimization in continuous space, can also enjoy the asynchronous parallelization. We implement ASRacos, an asynchronous version of a classification-based optimization algorithm SRacos, to accelerate the optimization through asynchronous parallelization. We theoretically provide the query complexity of ASRacos and further show that on certain conditions, ASRacos can achieve a better performance than SRacos even if using the same number of evaluations. Experiments on synthetic functions and controlling tasks in OpenAI Gym demonstrate that ASRacos can achieve almost linear speedup while preserving good solution quality.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
COVID-19 Asymptomatic Infection Estimation
TL;DR: Machine learning based fine-grained simulators can better model the complex real-world disease transmission process, and thus can help decision-making of balanced containment measures.
30
ZOOpt: a toolbox for derivative-free optimization
22 Sep 2022
TL;DR: ZOOpt as mentioned in this paper is a toolbox that provides efficient derivative-free solvers and is designed easy to use for time-consuming tasks such as hyper-parameter tuning and direct policy search.
SoftStep relaxation for mining optimal convolution kernel
Bozhou Chen,Hongzhi Wang +1 more
TL;DR: In this article , a gradient-based architecture search algorithm, SoftStep, is proposed for the optimization of the convolution kernel's key hyper-parameters and generalized to more hyperparameters in deep learning.
•Posted Content
ZOOpt: Toolbox for Derivative-Free Optimization
TL;DR: The ZOOpt toolbox that provides efficient derivative-free solvers and are designed easy to use, and particularly focuses on optimization problems in machine learning, addressing high-dimensional, noisy, and large-scale problems.
Zero-One Attack: Degrading Closed-Loop Neural Network Control Systems using State-Time Perturbations
Stanley Bak,Sergiy Bogomolov,Abdelrahman Hekal,Veena Krish,A. Mata,Amir Rahmati +5 more
- 13 May 2024
TL;DR: Researchers develop the Zero-One Attack, a method that degrades closed-loop neural network control systems by combining zeroth-order and first-order optimization, achieving 195% performance degradation on the Mujoco Half Cheetah system with current defenses.
References
•Book
Genetic algorithms in search, optimization, and machine learning
David E. Goldberg
- 01 Sep 1988
TL;DR: In this article, the authors present the computer techniques, mathematical tools, and research results that will enable both students and practitioners to apply genetic algorithms to problems in many fields, including computer programming and mathematics.
•Proceedings Article
Practical Bayesian Optimization of Machine Learning Algorithms
Jasper Snoek,Hugo Larochelle,Ryan P. Adams +2 more
- 03 Dec 2012
TL;DR: This work describes new algorithms that take into account the variable cost of learning algorithm experiments and that can leverage the presence of multiple cores for parallel experimentation and shows that these proposed algorithms improve on previous automatic procedures and can reach or surpass human expert-level optimization for many algorithms.
•Proceedings Article
Proceedings of the 19th International Joint Conference on Artificial Intelligence
Josep M. Pujol,Jordi Delgado,Ramon Sangüesa,Andreas Flache +3 more
- 01 Jan 2005
4.5K
A Tutorial on the Cross-Entropy Method
TL;DR: This tutorial presents the CE methodology, the basic algorithm and its modifications, and discusses applications in combinatorial optimization and machine learning.
Reducing the time complexity of the derandomized evolution strategy with covariance matrix adaptation (CMA-ES)
TL;DR: A novel evolutionary optimization strategy based on the derandomized evolution strategy with covariance matrix adaptation (CMA-ES), intended to reduce the number of generations required for convergence to the optimum, which results in a highly parallel algorithm which scales favorably with large numbers of processors.
2.6K