paper-with-me

Papers

Asynchronous Decentralized Bayesian Optimization for Large Scale Hyperparameter Optimization

2022-07-01 · Romain Egele, Isabelle Guyon, Venkatram Vishwanath, Prasanna Balaprakash

Bayesian optimization (BO) is a promising approach for hyperparameter optimization of deep neural networks (DNNs), where each model training can take minutes to hours. In BO, a computationally cheap surrogate model is employed to learn the relationship between parameter configurations and their performance such as accuracy. Parallel BO methods often adopt single manager/multiple workers strategies to evaluate multiple hyperparameter configurations simultaneously. Despite significant hyperparameter evaluation time, the overhead in such centralized schemes prevents these methods to scale on a large number of workers. We present an asynchronous-decentralized BO, wherein each worker runs a sequential BO and asynchronously communicates its results through shared storage. We scale our method without loss of computational efficiency with above 95% of worker's utilization to 1,920 parallel workers (full production queue of the Polaris supercomputer) and demonstrate improvement in model accuracy as well as faster convergence on the CANDLE benchmark from the Exascale computing project.

📄 PDF Abstract BibTeX arXiv:2207.00479

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian OptimizationComputational EfficiencyHyperparameter Optimization

Similar Papers 제목 키워드 기반

Straggler-Resilient Decentralized Learning via Adaptive Asynchronous Updates

2023-06-11 · Guojun Xiong, Gang Yan, Shiqiang Wang, Jian Li

With the increasing demand for large-scale training of machine learning models, fully decentralized optimization methods have recently been advocated as alternatives to the popular parameter server framework. In this par…

Advances in Asynchronous Parallel and Distributed Optimization

2020-06-24 · Mahmoud Assran, Arda Aytekin, Hamid Feyzmahdavian, Mikael Johansson 외

Motivated by large-scale optimization problems arising in the context of machine learning, there have been several advances in the study of asynchronous parallel and distributed optimization methods during the past decad…

Distributed OptimizationStochastic Optimization

Ravnest: Decentralized Asynchronous Training on Heterogeneous Devices

2024-01-03 · Anirudh Rajiv Menon, Unnikrishnan Menon, Kailash Ahirwar

Modern deep learning models, growing larger and more complex, have demonstrated exceptional generalization and accuracy due to training on huge datasets. This trend is expected to continue. However, the increasing size o…

Informative Path Planning with Local Penalization for Decentralized and Asynchronous Swarm Robotic Search

2019-07-09 · Payam Ghassemi, Souma Chowdhury

Decentralized swarm robotic solutions to searching for targets that emit a spatially varying signal promise task parallelism, time efficiency, and fault tolerance. It is, however, challenging for swarm algorithms to offe…

Bayesian OptimizationTask Planning

Asynchronous SGD on Graphs: a Unified Framework for Asynchronous Decentralized and Federated Optimization

2023-11-01 · Mathieu Even, Anastasia Koloskova, Laurent Massoulié

Decentralized and asynchronous communications are two popular techniques to speedup communication complexity of distributed machine learning, by respectively removing the dependency over a central orchestrator and the ne…