paper-with-me

홈 › Papers

Judging Adam: Studying the Performance of Optimization Methods on ML4SE Tasks

2023-03-06 · Dmitry Pasechnyuk, Anton Prazdnichnykh, Mikhail Evtikhiev, Timofey Bryksin

Solving a problem with a deep learning model requires researchers to optimize the loss function with a certain optimization method. The research community has developed more than a hundred different optimizers, yet there is scarce data on optimizer performance in various tasks. In particular, none of the benchmarks test the performance of optimizers on source code-related problems. However, existing benchmark data indicates that certain optimizers may be more efficient for particular domains. In this work, we test the performance of various optimizers on deep learning models for source code and find that the choice of an optimizer can have a significant impact on the model quality, with up to two-fold score differences between some of the relatively well-performing optimizers. We also find that RAdam optimizer (and its modification with the Lookahead envelope) is the best optimizer that almost always performs well on the tasks we consider. Our findings show a need for a more extensive study of the optimizers in code-related tasks, and indicate that the ML4SE community should consider using RAdam instead of Adam as the default optimizer for code-related deep learning tasks.

📄 PDF Abstract BibTeX arXiv:2303.03540

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Learning

Methods 이 논문이 사용한 방법론

None 설명 없음
Test 설명 없음
Lookahead 설명 없음
Adam 설명 없음
RAdam 설명 없음

Similar Papers 제목 키워드 기반

Faster Adaptive Decentralized Learning Algorithms

2024-08-19 · Feihu Huang, Jianyu Zhao

Decentralized learning recently has received increasing attention in machine learning due to its advantages in implementation simplicity and system robustness, data privacy. Meanwhile, the adaptive gradient methods show …

Stochastic Optimization

On the SDEs and Scaling Rules for Adaptive Gradient Algorithms

2022-05-20 · Sadhika Malladi, Kaifeng Lyu, Abhishek Panigrahi, Sanjeev Arora

Approximating Stochastic Gradient Descent (SGD) as a Stochastic Differential Equation (SDE) has allowed researchers to enjoy the benefits of studying a continuous optimization trajectory while carefully preserving the st…

AdaSGD: Bridging the gap between SGD and Adam

2020-06-30 · Jiaxuan Wang, Jenna Wiens

In the context of stochastic gradient descent(SGD) and adaptive moment estimation (Adam),researchers have recently proposed optimization techniques that transition from Adam to SGD with the goal of improving both converg…

Studying K-FAC Heuristics by Viewing Adam through a Second-Order Lens

2023-10-23 · Ross M. Clarke, José Miguel Hernández-Lobato

Research into optimisation for deep learning is characterised by a tension between the computational efficiency of first-order, gradient-based methods (such as SGD and Adam) and the theoretical efficiency of second-order…

Computational EfficiencySecond-order methods

ZO-AdaMM: Zeroth-Order Adaptive Momentum Method for Black-Box Optimization

2019-10-15 · NeurIPS 2019 12 · Xiangyi Chen, Sijia Liu, Kaidi Xu, Xingguo Li 외

The adaptive momentum method (AdaMM), which uses past gradients to update descent directions and learning rates simultaneously, has become one of the most popular first-order optimization methods for solving machine lear…