paper-with-me

Papers

Fine-Tuning Adaptive Stochastic Optimizers: Determining the Optimal Hyperparameter $ε$ via Gradient Magnitude Histogram Analysis

2023-11-20 · Gustavo Silva, Paul Rodriguez

Stochastic optimizers play a crucial role in the successful training of deep neural network models. To achieve optimal model performance, designers must carefully select both model and optimizer hyperparameters. However, this process is frequently demanding in terms of computational resources and processing time. While it is a well-established practice to tune the entire set of optimizer hyperparameters for peak performance, there is still a lack of clarity regarding the individual influence of hyperparameters mislabeled as "low priority", including the safeguard factor $\epsilon$ and decay rate $\beta$, in leading adaptive stochastic optimizers like the Adam optimizer. In this manuscript, we introduce a new framework based on the empirical probability density function of the loss' gradient magnitude, termed as the "gradient magnitude histogram", for a thorough analysis of adaptive stochastic optimizers and the safeguard hyperparameter $\epsilon$. This framework reveals and justifies valuable relationships and dependencies among hyperparameters in connection to optimal performance across diverse tasks, such as classification, language modeling and machine translation. Furthermore, we propose a novel algorithm using gradient magnitude histograms to automatically estimate a refined and accurate search space for the optimal safeguard hyperparameter $\epsilon$, surpassing the conventional trial-and-error methodology by establishing a worst-case search space that is two times narrower.

📄 PDF Abstract BibTeX arXiv:2311.11532

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingMachine Translation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Adam 설명 없음

Similar Papers 제목 키워드 기반

Should I try multiple optimizers when fine-tuning pre-trained Transformers for NLP tasks? Should I tune their hyperparameters?

2024-02-10 · Nefeli Gkouti, Prodromos Malakasiotis, Stavros Toumpis, Ion Androutsopoulos

NLP research has explored different neural model architectures and sizes, datasets, training objectives, and transfer learning techniques. However, the choice of optimizer during training has not been explored as extensi…

Transfer Learning

DP-MicroAdam: Private and Frugal Algorithm for Training and Fine-tuning

2025-11-25 · Mihaela Hudişteanu, Nikita P. Kalinin, Edwige Cyffers arxiv

Adaptive optimizers are the de facto standard in non-private training as they often enable faster convergence and improved performance. In contrast, differentially private (DP) training is still predominantly performed w…

Self-Tuning Stochastic Optimization with Curvature-Aware Gradient Filtering

2020-11-09 · NeurIPS Workshop ICBINB 2020 12 · Ricky T. Q. Chen, Dami Choi, Lukas Balles, David Duvenaud 외

Standard first-order stochastic optimization algorithms base their updates solely on the average mini-batch gradient, and it has been shown that tracking additional quantities such as the curvature can help de-sensitize …

Stochastic Optimization

Large-scale empirical tuning and comparison of default optimizers for variational inference

2026-06-05 · Trevor Campbell, Jonathan H. Huggins, Kyurae Kim, Charles C. Margossian arxiv

Black-box variational inference (BBVI) is a methodology for posterior approximation that relies on stochastic optimization. In practice, the stochastic optimizers underpinning BBVI generally require extensive problem-spe…

Stochastic OptimizationBayesian Inference

MADA: Meta-Adaptive Optimizers through hyper-gradient Descent

2024-01-17 · Kaan Ozkara, Can Karakus, Parameswaran Raman, Mingyi Hong 외

Following the introduction of Adam, several novel adaptive optimizers for deep learning have been proposed. These optimizers typically excel in some tasks but may not outperform Adam uniformly across all tasks. In this w…