paper-with-me

Papers

Is Scaling Learned Optimizers Worth It? Evaluating The Value of VeLO's 4000 TPU Months

2023-10-27 · Fady Rezk, Antreas Antoniou, Henry Gouk, Timothy Hospedales

We analyze VeLO (versatile learned optimizer), the largest scale attempt to train a general purpose "foundational" optimizer to date. VeLO was trained on thousands of machine learning tasks using over 4000 TPU months with the goal of producing an optimizer capable of generalizing to new problems while being hyperparameter free, and outperforming industry standards such as Adam. We independently evaluate VeLO on the MLCommons optimizer benchmark suite. We find that, contrary to initial claims: (1) VeLO has a critical hyperparameter that needs problem-specific tuning, (2) VeLO does not necessarily outperform competitors in quality of solution found, and (3) VeLO is not faster than competing optimizers at reducing the training loss. These observations call into question VeLO's generality and the value of the investment in training it.

📄 PDF Abstract BibTeX arXiv:2310.18191

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Adam 설명 없음

Similar Papers 제목 키워드 기반

VeLO: Training Versatile Learned Optimizers by Scaling Up

2022-11-17 · Luke Metz, James Harrison, C. Daniel Freeman, Amil Merchant 외

While deep learning models have replaced hand-designed features across many domains, these models are still trained with hand-designed optimizers. In this work, we leverage the same scaling approach behind the success of…

Deep Learning

Surge Phenomenon in Optimal Learning Rate and Batch Size Scaling

2024-05-23 · Shuaipeng Li, Penghao Zhao, Hailin Zhang, Xingwu Sun 외

In current deep learning tasks, Adam style optimizers such as Adam, Adagrad, RMSProp, Adafactor, and Lion have been widely used as alternatives to SGD style optimizers. These optimizers typically update model parameters …

Narrowing the Focus: Learned Optimizers for Pretrained Models

2024-08-17 · Gus Kristiansen, Mark Sandler, Andrey Zhmoginov, Nolan Miller 외

In modern deep learning, the models are learned by applying gradient updates using an optimizer, which transforms the updates based on various statistics. Optimizers are often hand-designed and tuning their hyperparamete…

image-classificationImage Classification

A unified weighting framework for evaluating nearest neighbour classification

2023-11-28 · Oliver Urs Lenz, Henri Bollaert, Chris Cornelis

We present the first comprehensive and large-scale evaluation of classical (NN), fuzzy (FNN) and fuzzy rough (FRNN) nearest neighbour classification. We standardise existing proposals for nearest neighbour weighting with…

ClassificationNegation

A Simple Guard for Learned Optimizers

2022-01-28 · Isabeau Prémont-Schwarz, Jaroslav Vítků, Jan Feyereisl

If the trend of learned components eventually outperforming their hand-crafted version continues, learned optimizers will eventually outperform hand-crafted optimizers like SGD or Adam. Even if learned optimizers (L2Os) …