Zum Hauptinhalt springen

Showing 1–16 of 16 results for author: Real, E

.
  1. arXiv:2402.05821  [pdf, other

    cs.LG cs.NE

    Guided Evolution with Binary Discriminators for ML Program Search

    Authors: John D. Co-Reyes, Yingjie Miao, George Tucker, Aleksandra Faust, Esteban Real

    Abstract: How to automatically design better machine learning programs is an open problem within AutoML. While evolution has been a popular tool to search for better ML programs, using learning itself to guide the search has been less successful and less understood on harder problems but has the promise to dramatically increase the speed and final performance of the optimization process. We propose guiding… ▽ More

    Submitted 8 February, 2024; originally announced February 2024.

  2. arXiv:2312.08472  [pdf, other

    cs.NE cs.LG math.NA

    AutoNumerics-Zero: Automated Discovery of State-of-the-Art Mathematical Functions

    Authors: Esteban Real, Yao Chen, Mirko Rossini, Connal de Souza, Manav Garg, Akhil Verghese, Moritz Firsching, Quoc V. Le, Ekin Dogus Cubuk, David H. Park

    Abstract: Computers calculate transcendental functions by approximating them through the composition of a few limited-precision instructions. For example, an exponential can be calculated with a Taylor series. These approximation methods were developed over the centuries by mathematicians, who emphasized the attainability of arbitrary precision. Computers, however, operate on few limited precision types, su… ▽ More

    Submitted 13 December, 2023; originally announced December 2023.

    ACM Class: I.2.2; I.2.6; G.1.2

  3. arXiv:2307.16890  [pdf, other

    cs.RO cs.AI cs.LG cs.NE

    Discovering Adaptable Symbolic Algorithms from Scratch

    Authors: Stephen Kelly, Daniel S. Park, Xingyou Song, Mitchell McIntire, Pranav Nashikkar, Ritam Guha, Wolfgang Banzhaf, Kalyanmoy Deb, Vishnu Naresh Boddeti, Jie Tan, Esteban Real

    Abstract: Autonomous robots deployed in the real world will need control policies that rapidly adapt to environmental changes. To this end, we propose AutoRobotics-Zero (ARZ), a method based on AutoML-Zero that discovers zero-shot adaptable policies from scratch. In contrast to neural network adaptation policies, where only model parameters are optimized, ARZ can build control algorithms with the full expre… ▽ More

    Submitted 13 October, 2023; v1 submitted 31 July, 2023; originally announced July 2023.

    Comments: Published and Best Overall Paper Finalist at International Conference on Intelligent Robots and Systems (IROS) 2023. See https://youtu.be/sEFP1Hay4nE for associated video file

  4. arXiv:2302.06675  [pdf, other

    cs.LG cs.AI cs.CL cs.CV cs.NE

    Symbolic Discovery of Optimization Algorithms

    Authors: Xiangning Chen, Chen Liang, Da Huang, Esteban Real, Kaiyuan Wang, Yao Liu, Hieu Pham, Xuanyi Dong, Thang Luong, Cho-Jui Hsieh, Yifeng Lu, Quoc V. Le

    Abstract: We present a method to formulate algorithm discovery as program search, and apply it to discover optimization algorithms for deep neural network training. We leverage efficient search techniques to explore an infinite and sparse program space. To bridge the large generalization gap between proxy and target tasks, we also introduce program selection and simplification strategies. Our method discove… ▽ More

    Submitted 8 May, 2023; v1 submitted 13 February, 2023; originally announced February 2023.

    Comments: 30 pages, Lion is successfully deployed in production systems. We also add comparison with other automatically discovered optimizers

  5. arXiv:2302.05433  [pdf, other

    cs.LG cs.NE

    Unified Functional Hashing in Automatic Machine Learning

    Authors: Ryan Gillard, Stephen Jonany, Yingjie Miao, Michael Munn, Connal de Souza, Jonathan Dungay, Chen Liang, David R. So, Quoc V. Le, Esteban Real

    Abstract: The field of Automatic Machine Learning (AutoML) has recently attained impressive results, including the discovery of state-of-the-art machine learning solutions, such as neural image classifiers. This is often done by applying an evolutionary search method, which samples multiple candidate solutions from a large space and evaluates the quality of each candidate through a long training process. As… ▽ More

    Submitted 10 February, 2023; originally announced February 2023.

    ACM Class: I.2.2; I.2.6

  6. arXiv:2302.01918  [pdf, other

    cs.LG cs.SC

    PyGlove: Efficiently Exchanging ML Ideas as Code

    Authors: Daiyi Peng, Xuanyi Dong, Esteban Real, Yifeng Lu, Quoc V. Le

    Abstract: The increasing complexity and scale of machine learning (ML) has led to the need for more efficient collaboration among multiple teams. For example, when a research team invents a new architecture like "ResNet," it is desirable for multiple engineering teams to adopt it. However, the effort required for each team to study and understand the invention does not scale well with the number of teams or… ▽ More

    Submitted 3 February, 2023; originally announced February 2023.

    Comments: 8 pages, 10 figures, 1 table

  7. arXiv:2204.04292  [pdf, other

    cs.LG

    Evolving Pareto-Optimal Actor-Critic Algorithms for Generalizability and Stability

    Authors: Juan Jose Garau-Luis, Yingjie Miao, John D. Co-Reyes, Aaron Parisi, Jie Tan, Esteban Real, Aleksandra Faust

    Abstract: Generalizability and stability are two key objectives for operating reinforcement learning (RL) agents in the real world. Designing RL algorithms that optimize these objectives can be a costly and painstaking process. This paper presents MetaPG, an evolutionary method for automated design of actor-critic loss functions. MetaPG explicitly optimizes for generalizability and performance, and implicit… ▽ More

    Submitted 24 April, 2023; v1 submitted 8 April, 2022; originally announced April 2022.

  8. arXiv:2101.08809  [pdf, other

    cs.LG cs.PL

    PyGlove: Symbolic Programming for Automated Machine Learning

    Authors: Daiyi Peng, Xuanyi Dong, Esteban Real, Mingxing Tan, Yifeng Lu, Hanxiao Liu, Gabriel Bender, Adam Kraft, Chen Liang, Quoc V. Le

    Abstract: Neural networks are sensitive to hyper-parameter and architecture choices. Automated Machine Learning (AutoML) is a promising paradigm for automating these choices. Current ML software libraries, however, are quite limited in handling the dynamic interactions among the components of AutoML. For example, efficientNAS algorithms, such as ENAS and DARTS, typically require an implementation coupling b… ▽ More

    Submitted 21 January, 2021; originally announced January 2021.

    Comments: NeurIPS 2020 Oral

  9. arXiv:2101.03958  [pdf, other

    cs.LG cs.AI cs.NE

    Evolving Reinforcement Learning Algorithms

    Authors: John D. Co-Reyes, Yingjie Miao, Daiyi Peng, Esteban Real, Sergey Levine, Quoc V. Le, Honglak Lee, Aleksandra Faust

    Abstract: We propose a method for meta-learning reinforcement learning algorithms by searching over the space of computational graphs which compute the loss function for a value-based model-free RL agent to optimize. The learned algorithms are domain-agnostic and can generalize to new environments not seen during training. Our method can both learn from scratch and bootstrap off known existing algorithms, l… ▽ More

    Submitted 10 November, 2022; v1 submitted 8 January, 2021; originally announced January 2021.

    Comments: ICLR 2021 Oral. See project website at https://sites.google.com/view/evolvingrl

  10. arXiv:2010.14777  [pdf

    cond-mat.mtrl-sci

    Statistical analysis of the material, geometrical and imperfection characteristics of structural stainless steels and members

    Authors: Itsaso Arrayago, Kim J. R. Rasmussen, Esther Real

    Abstract: Traditional member-based two-step design approaches included in current structural codes for steel structures, as well as more recent system-based direct-design alternatives, require building rigorous structural reliability frameworks for the calibration of partial coefficients (resistance factors) to achieve specified target reliability requirements. Key design parameters affecting the strength o… ▽ More

    Submitted 26 October, 2021; v1 submitted 28 October, 2020; originally announced October 2020.

    Journal ref: Journal of Constructional Steel Research 175 (2020) 106378

  11. arXiv:2003.03384  [pdf, other

    cs.LG cs.NE stat.ML

    AutoML-Zero: Evolving Machine Learning Algorithms From Scratch

    Authors: Esteban Real, Chen Liang, David R. So, Quoc V. Le

    Abstract: Machine learning research has advanced in multiple aspects, including model structures and learning methods. The effort to automate such research, known as AutoML, has also made significant progress. However, this progress has largely focused on the architecture of neural networks, where it has relied on sophisticated expert-designed layers as building blocks---or similarly restrictive search spac… ▽ More

    Submitted 30 June, 2020; v1 submitted 6 March, 2020; originally announced March 2020.

    Comments: Accepted for publication at the 37th International Conference on Machine Learning (ICML 2020). Near camera-ready version

    ACM Class: I.2.2; I.2.6

  12. arXiv:1902.09635  [pdf, other

    cs.LG stat.ML

    NAS-Bench-101: Towards Reproducible Neural Architecture Search

    Authors: Chris Ying, Aaron Klein, Esteban Real, Eric Christiansen, Kevin Murphy, Frank Hutter

    Abstract: Recent advances in neural architecture search (NAS) demand tremendous computational resources, which makes it difficult to reproduce experiments and imposes a barrier-to-entry to researchers without access to large-scale computation. We aim to ameliorate these problems by introducing NAS-Bench-101, the first public architecture dataset for NAS research. To build NAS-Bench-101, we carefully constru… ▽ More

    Submitted 14 May, 2019; v1 submitted 25 February, 2019; originally announced February 2019.

    Comments: Published in the Proceedings of the 36th International Conference on Machine Learning

  13. arXiv:1802.01548  [pdf, other

    cs.NE cs.AI cs.CV cs.DC

    Regularized Evolution for Image Classifier Architecture Search

    Authors: Esteban Real, Alok Aggarwal, Yanping Huang, Quoc V Le

    Abstract: The effort devoted to hand-crafting neural network image classifiers has motivated the use of architecture search to discover them automatically. Although evolutionary algorithms have been repeatedly applied to neural network topologies, the image classifiers thus discovered have remained inferior to human-crafted ones. Here, we evolve an image classifier---AmoebaNet-A---that surpasses hand-design… ▽ More

    Submitted 16 February, 2019; v1 submitted 5 February, 2018; originally announced February 2018.

    Comments: Accepted for publication at AAAI 2019, the Thirty-Third AAAI Conference on Artificial Intelligence

    ACM Class: I.2.6; I.5.1; I.5.2

  14. arXiv:1703.01041  [pdf, other

    cs.NE cs.AI cs.CV cs.DC

    Large-Scale Evolution of Image Classifiers

    Authors: Esteban Real, Sherry Moore, Andrew Selle, Saurabh Saxena, Yutaka Leon Suematsu, Jie Tan, Quoc Le, Alex Kurakin

    Abstract: Neural networks have proven effective at solving difficult problems but designing their architectures can be challenging, even for image classification problems alone. Our goal is to minimize human participation, so we employ evolutionary algorithms to discover such networks automatically. Despite significant computational requirements, we show that it is now possible to evolve models with accurac… ▽ More

    Submitted 11 June, 2017; v1 submitted 3 March, 2017; originally announced March 2017.

    Comments: Accepted for publication at ICML 2017 (34th International Conference on Machine Learning)

    ACM Class: I.2.6; I.5.1; I.5.2

  15. arXiv:1702.00824  [pdf, other

    cs.CV

    YouTube-BoundingBoxes: A Large High-Precision Human-Annotated Data Set for Object Detection in Video

    Authors: Esteban Real, Jonathon Shlens, Stefano Mazzocchi, Xin Pan, Vincent Vanhoucke

    Abstract: We introduce a new large-scale data set of video URLs with densely-sampled object bounding box annotations called YouTube-BoundingBoxes (YT-BB). The data set consists of approximately 380,000 video segments about 19s long, automatically selected to feature objects in natural settings without editing or post-processing, with a recording quality often akin to that of a hand-held cell phone camera. T… ▽ More

    Submitted 24 March, 2017; v1 submitted 2 February, 2017; originally announced February 2017.

    Comments: Accepted at the Conference on Computer Vision and Pattern Recognition (CVPR) 2017

    ACM Class: I.4.8; I.2.10; I.5.2; I.5.1

  16. arXiv:1412.7054  [pdf, other

    cs.CV cs.LG cs.NE

    Attention for Fine-Grained Categorization

    Authors: Pierre Sermanet, Andrea Frome, Esteban Real

    Abstract: This paper presents experiments extending the work of Ba et al. (2014) on recurrent neural models for attention into less constrained visual environments, specifically fine-grained categorization on the Stanford Dogs data set. In this work we use an RNN of the same structure but substitute a more powerful visual network and perform large-scale pre-training of the visual network outside of the atte… ▽ More

    Submitted 10 April, 2015; v1 submitted 22 December, 2014; originally announced December 2014.

    Comments: ICLR 2015 Workshop