Zum Hauptinhalt springen

Showing 1–6 of 6 results for author: Perel, S

Searching in archive cs. Search in all archives.
.
  1. arXiv:2408.11527  [pdf, other

    cs.LG cs.AI math.OC

    The Vizier Gaussian Process Bandit Algorithm

    Authors: Xingyou Song, Qiuyi Zhang, Chansoo Lee, Emily Fertig, Tzu-Kuo Huang, Lior Belenki, Greg Kochanski, Setareh Ariafar, Srinivas Vasudevan, Sagi Perel, Daniel Golovin

    Abstract: Google Vizier has performed millions of optimizations and accelerated numerous research and production systems at Google, demonstrating the success of Bayesian optimization as a large-scale service. Over multiple years, its algorithm has been improved considerably, through the collective experiences of numerous research efforts and user feedback. In this technical report, we discuss the implementa… ▽ More

    Submitted 21 August, 2024; originally announced August 2024.

    Comments: Google DeepMind Technical Report. Code can be found in https://github.com/google/vizier

  2. arXiv:2402.14547  [pdf, other

    cs.LG cs.AI cs.CL cs.DB

    OmniPred: Language Models as Universal Regressors

    Authors: Xingyou Song, Oscar Li, Chansoo Lee, Bangding Yang, Daiyi Peng, Sagi Perel, Yutian Chen

    Abstract: Over the broad landscape of experimental design, regression has been a powerful tool to accurately predict the outcome metrics of a system or model given a set of parameters, but has been traditionally restricted to methods which are only applicable to a specific task. In this paper, we propose OmniPred, a framework for training language models as universal end-to-end regressors over $(x,y)$ evalu… ▽ More

    Submitted 4 March, 2024; v1 submitted 22 February, 2024; originally announced February 2024.

    Comments: 24 pages, 10 figures. Code can be found in https://github.com/google-research/optformer/tree/main/optformer/omnipred

  3. arXiv:2207.13676  [pdf, other

    cs.LG cs.DC stat.ML

    Open Source Vizier: Distributed Infrastructure and API for Reliable and Flexible Blackbox Optimization

    Authors: Xingyou Song, Sagi Perel, Chansoo Lee, Greg Kochanski, Daniel Golovin

    Abstract: Vizier is the de-facto blackbox and hyperparameter optimization service across Google, having optimized some of Google's largest products and research efforts. To operate at the scale of tuning thousands of users' critical systems, Google Vizier solved key design challenges in providing multiple different features, while remaining fully fault-tolerant. In this paper, we introduce Open Source (OSS)… ▽ More

    Submitted 10 January, 2023; v1 submitted 27 July, 2022; originally announced July 2022.

    Comments: Published as a conference paper for the systems track at the 1st International Conference on Automated Machine Learning (AutoML-Conf 2022). Code can be found at https://github.com/google/vizier

  4. arXiv:2205.13320  [pdf, other

    cs.LG cs.AI stat.ML

    Towards Learning Universal Hyperparameter Optimizers with Transformers

    Authors: Yutian Chen, Xingyou Song, Chansoo Lee, Zi Wang, Qiuyi Zhang, David Dohan, Kazuya Kawakami, Greg Kochanski, Arnaud Doucet, Marc'aurelio Ranzato, Sagi Perel, Nando de Freitas

    Abstract: Meta-learning hyperparameter optimization (HPO) algorithms from prior experiments is a promising approach to improve optimization efficiency over objective functions from a similar distribution. However, existing methods are restricted to learning from experiments sharing the same set of hyperparameters. In this paper, we introduce the OptFormer, the first text-based Transformer HPO framework that… ▽ More

    Submitted 13 October, 2022; v1 submitted 26 May, 2022; originally announced May 2022.

    Comments: Published as a conference paper in Neural Information Processing Systems (NeurIPS) 2022. Code can be found in https://github.com/google-research/optformer and Google AI Blog can be found in https://ai.googleblog.com/2022/08/optformer-towards-universal.html

  5. arXiv:2202.05397  [pdf, ps, other

    eess.AS cs.LG cs.SD

    Neural Architecture Search for Energy Efficient Always-on Audio Models

    Authors: Daniel T. Speckhard, Karolis Misiunas, Sagi Perel, Tenghui Zhu, Simon Carlile, Malcolm Slaney

    Abstract: Mobile and edge computing devices for always-on classification tasks require energy-efficient neural network architectures. In this paper we present several changes to neural architecture searches (NAS) that improve the chance of success in practical situations. Our search simultaneously optimizes for network accuracy, energy efficiency and memory usage. We benchmark the performance of our search… ▽ More

    Submitted 1 June, 2023; v1 submitted 9 February, 2022; originally announced February 2022.

  6. arXiv:1902.01894  [pdf, other

    cs.AI cs.DC cs.LG cs.NE

    A Generalized Framework for Population Based Training

    Authors: Ang Li, Aleksandra Spyra, Sagi Perel, Valentin Dalibard, Max Jaderberg, Chenjie Gu, David Budden, Tim Harley, Pramod Gupta

    Abstract: Population Based Training (PBT) is a recent approach that jointly optimizes neural network weights and hyperparameters which periodically copies weights of the best performers and mutates hyperparameters during training. Previous PBT implementations have been synchronized glass-box systems. We propose a general, black-box PBT framework that distributes many asynchronous "trials" (a small number of… ▽ More

    Submitted 5 February, 2019; originally announced February 2019.

    Comments: 9 pages