paper-with-me

Papers

Using a thousand optimization tasks to learn hyperparameter search strategies

2020-02-27 · Luke Metz, Niru Maheswaranathan, Ruoxi Sun, C. Daniel Freeman, Ben Poole, Jascha Sohl-Dickstein

We present TaskSet, a dataset of tasks for use in training and evaluating optimizers. TaskSet is unique in its size and diversity, containing over a thousand tasks ranging from image classification with fully connected or convolutional neural networks, to variational autoencoders, to non-volume preserving flows on a variety of datasets. As an example application of such a dataset we explore meta-learning an ordered list of hyperparameters to try sequentially. By learning this hyperparameter list from data generated using TaskSet we achieve large speedups in sample efficiency over random search. Next we use the diversity of the TaskSet and our method for learning hyperparameter lists to empirically explore the generalization of these lists to new optimization tasks in a variety of settings including ImageNet classification with Resnet50 and LM1B language modeling with transformers. As part of this work we have opensourced code for all tasks, as well as ~29 million training curves for these problems and the corresponding hyperparameters.

📄 PDF Abstract BibTeX arXiv:2002.11887

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityGeneral Classificationimage-classificationImage ClassificationLanguage ModelingLanguage ModellingMeta-Learning

Similar Papers 제목 키워드 기반

TaskSet: A Dataset of Optimization Tasks

2021-01-01 · Luke Metz, Niru Maheswaranathan, Ruoxi Sun, C. Daniel Freeman 외

We present TaskSet, a dataset of tasks for use in training and evaluating optimizers. TaskSet is unique in its size and diversity, containing over a thousand tasks ranging from image classification with fully connected o…

Diversityimage-classificationImage ClassificationLanguage Modeling+2

Optimizing Large-Scale Hyperparameters via Automated Learning Algorithm

2021-02-17 · Bin Gu, Guodong Liu, yanfu Zhang, Xiang Geng 외

Modern machine learning algorithms usually involve tuning multiple (from one to thousands) hyperparameters which play a pivotal role in terms of model generalizability. Black-box optimization and gradient-based algorithm…

Hyperparameter Optimization

Stochastic Hyperparameter Optimization through Hypernetworks

2018-02-26 · ICLR 2018 1 · Jonathan Lorraine, David Duvenaud

Machine learning models are often tuned by nesting optimization of model weights inside the optimization of hyperparameters. We give a method to collapse this nested optimization into joint stochastic optimization of wei…

BIG-bench Machine LearningHyperparameter OptimizationStochastic Optimization

Efficient hyperparameter optimization by way of PAC-Bayes bound minimization

2020-08-14 · John J. Cherian, Andrew G. Taube, Robert T. McGibbon, Panagiotis Angelikopoulos 외

Identifying optimal values for a high-dimensional set of hyperparameters is a problem that has received growing attention given its importance to large-scale machine learning applications such as neural architecture sear…

Hyperparameter OptimizationNeural Architecture Search

DeepTraffic: Crowdsourced Hyperparameter Tuning of Deep Reinforcement Learning Systems for Multi-Agent Dense Traffic Navigation

2018-01-09 · Lex Fridman, Jack Terwilliger, Benedikt Jenik

We present a traffic simulation named DeepTraffic where the planning systems for a subset of the vehicles are handled by a neural network as part of a model-free, off-policy reinforcement learning process. The primary go…

Autonomous DrivingAutonomous NavigationDeep Reinforcement LearningQ-Learning+3