paper-with-me

Papers

Neural Optimizer Equation, Decay Function, and Learning Rate Schedule Joint Evolution

2024-04-10 · Brandon Morgan, Dean Hougen

A major contributor to the quality of a deep learning model is the selection of the optimizer. We propose a new dual-joint search space in the realm of neural optimizer search (NOS), along with an integrity check, to automate the process of finding deep learning optimizers. Our dual-joint search space simultaneously allows for the optimization of not only the update equation, but also internal decay functions and learning rate schedules for optimizers. We search the space using our proposed mutation-only, particle-based genetic algorithm able to be massively parallelized for our domain-specific problem. We evaluate our candidate optimizers on the CIFAR-10 dataset using a small ConvNet. To assess generalization, the final optimizers were then transferred to large-scale image classification on CIFAR- 100 and TinyImageNet, while also being fine-tuned on Flowers102, Cars196, and Caltech101 using EfficientNetV2Small. We found multiple optimizers, learning rate schedules, and Adam variants that outperformed Adam, as well as other standard deep learning optimizers, across the image classification tasks.

📄 PDF Abstract BibTeX arXiv:2404.06679

Code (1)

oustudent/neuraloptimizersearch 공식 구현 tf

Tasks

Deep Learningimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Adam 설명 없음

Similar Papers 제목 키워드 기반

Training Aware Sigmoidal Optimizer

2021-02-17 · David Macêdo, Pedro Dreyer, Teresa Ludermir, Cleber Zanchettin

Proper optimization of deep neural networks is an open research question since an optimal procedure to change the learning rate throughout training is still unknown. Manually defining a learning rate schedule involves tr…

Demon: Improved Neural Network Training with Momentum Decay

2019-10-11 · John Chen, Cameron Wolfe, Zhao Li, Anastasios Kyrillidis

Momentum is a widely used technique for gradient-based optimizers in deep learning. In this paper, we propose a decaying momentum (\textsc{Demon}) rule. We conduct the first large-scale empirical analysis of momentum dec…

image-classificationImage Classification

Amos: An Adam-style Optimizer with Adaptive Weight Decay towards Model-Oriented Scale

2022-10-21 · Ran Tian, Ankur P. Parikh

We present Amos, a stochastic gradient-based optimizer designed for training deep neural networks. It can be viewed as an Adam optimizer with theoretically supported, adaptive learning-rate decay and weight decay. A key …

Optimistic Dual Averaging Unifies Modern Optimizers

2026-05-11 · Thomas Pethick, Wanyun Xie, Roman Machacek, Volkan Cevher arxiv

We introduce SODA, a generalization of Optimistic Dual Averaging, which provides a common perspective on state-of-the-art optimizers like Muon, Lion, AdEMAMix and NAdam, showing that they can all be viewed as optimistic …

Optimizer Memory Schedules for Outscaling the Overtraining Axis

2026-09-04 · Katie Everett, Shikai Qiu arxiv

We investigate how optimizers scale across the overtraining axis and show that relative optimizer performance and optimal hyperparameters change substantially with training horizon. In particular, we study how matrix-pre…