中文
相关论文

相关论文: Understanding AdamW through Proximal Methods and S…

200 篇论文

We formulate the problem of neural network optimization as Bayesian filtering, where the observations are the backpropagated gradients. While neural network optimization has previously been studied using natural gradient methods which are…

机器学习 · 统计学 2020-04-17 Laurence Aitchison

Distribution-based search algorithms are an effective approach for evolutionary reinforcement learning of neural network controllers. In these algorithms, gradients of the total reward with respect to the policy parameters are estimated…

神经与进化计算 · 计算机科学 2020-12-09 Nihat Engin Toklu , Paweł Liskowski , Rupesh Kumar Srivastava

Large language models (LLMs) have demonstrated impressive generalization and emergent capabilities, yet their pre-training remains computationally expensive and sensitive to optimization dynamics. While Adam-based optimizers offer fast…

机器学习 · 计算机科学 2025-10-01 Junjie Wang , Pan Zhou , Yiming Dong , Huan Li , Jia Li , Xun Zhou , Qicheng Lao , Cong Fang , Zhouchen Lin

Despite the vast empirical evidence supporting the efficacy of adaptive optimization methods in deep learning, their theoretical understanding is far from complete. This work introduces novel SDEs for commonly used adaptive optimizers:…

We propose a new, more general approach to the design of stochastic gradient-based optimization methods for machine learning. In this new framework, optimizers assume access to a batch of gradient estimates per iteration, rather than a…

机器学习 · 计算机科学 2021-12-02 Julius Kunze , James Townsend , David Barber

Adaptive gradient methods, especially Adam-type methods (such as Adam, AMSGrad, and AdaBound), have been proposed to speed up the training process with an element-wise scaling term on learning rates. However, they often generalize poorly…

机器学习 · 计算机科学 2021-07-20 Zhou Shao , Tong Lin

Since the 21st century, artificial intelligence has been leading a new round of industrial revolution. Under the training framework, the optimization algorithm aims to stably converge high-dimensional optimization to local and even global…

机器学习 · 计算机科学 2025-12-02 Meng Zhu , Quan Xiao , Weidong Min

Adam is a widely used optimizer in neural network training due to its adaptive learning rate. However, because different data samples influence model updates to varying degrees, treating them equally can lead to inefficient convergence. To…

机器学习 · 统计学 2025-12-09 Gyu Yeol Kim , Min-hwan Oh

Adaptive optimizers such as Adam (Kingma & Ba, 2015) have been central to the success of large language models. However, they often require to maintain optimizer states throughout training, which can result in memory requirements several…

机器学习 · 计算机科学 2025-02-24 Chao Ma , Wenbo Gong , Meyer Scetbon , Edward Meeds

Adaptive gradient methods (AGMs) have become popular in optimizing the nonconvex problems in deep learning area. We revisit AGMs and identify that the adaptive learning rate (A-LR) used by AGMs varies significantly across the dimensions of…

机器学习 · 计算机科学 2019-09-12 Qianqian Tong , Guannan Liang , Jinbo Bi

In this paper, we propose a general deep learning training framework XGrad which introduces weight prediction into the popular gradient-based optimizers to boost their convergence and generalization when training the deep neural network…

机器学习 · 计算机科学 2024-04-09 Lei Guan , Dongsheng Li , Yanqi Shi , Jian Meng

Accelerated gradient-based methods are being extensively used for solving non-convex machine learning problems, especially when the data points are abundant or the available data is distributed across several agents. Two of the prominent…

机器学习 · 计算机科学 2021-10-04 Kushal Chakrabarti , Nikhil Chopra

Momentum based optimizers are central to a wide range of machine learning applications. These typically rely on an Exponential Moving Average (EMA) of gradients, which decays exponentially the present contribution of older gradients. This…

机器学习 · 计算机科学 2024-10-01 Matteo Pagliardini , Pierre Ablin , David Grangier

Full fine-tuning of Large Language Models (LLMs) is notoriously memory-intensive, primarily because conventional optimizers such as SGD or Adam assume access to exact gradients derived from cached activations. Existing solutions either…

机器学习 · 计算机科学 2025-10-28 Jing Yang , Kaitong Cai , Yijia Fan , Yufeng Yang , Keze Wang

First-order stochastic optimization methods are currently the most widely used class of methods for training deep neural networks. However, the choice of the optimizer has become an ad-hoc rule that can significantly affect the performance.…

机器学习 · 计算机科学 2020-10-21 Samy Jelassi , Aaron Defazio

Adaptive gradient methods such as Adam have been shown to be very effective for training deep neural networks (DNNs) by tracking the second moment of gradients to compute the individual learning rates. Differently from existing methods, we…

机器学习 · 计算机科学 2019-02-26 Guoqiang Zhang , Kenta Niwa , W. Bastiaan Kleijn

Modern convolutional networks, incorporating rectifiers and max-pooling, are neither smooth nor convex; standard guarantees therefore do not apply. Nevertheless, methods from convex optimization such as gradient descent and Adam are widely…

机器学习 · 计算机科学 2018-06-07 David Balduzzi , Brian McWilliams , Tony Butler-Yeoman

Despite the success of the Adam optimizer in practice, the theoretical understanding of its algorithmic components still remains limited. In particular, most existing analyses of Adam show the convergence rate that can be simply achieved by…

机器学习 · 计算机科学 2024-05-31 Kwangjun Ahn , Zhiyu Zhang , Yunbum Kook , Yan Dai

Regularization is a popular technique in machine learning for model estimation and avoiding overfitting. Prior studies have found that modern ordered regularization can be more effective in handling highly correlated, high-dimensional data…

机器学习 · 计算机科学 2019-11-01 Mahammad Humayoo , Xueqi Cheng

Adaptive optimization algorithms such as Adam are widely used in deep learning. The stability of such algorithms is often improved with a warmup schedule for the learning rate. Motivated by the difficulty of choosing and tuning warmup…

机器学习 · 计算机科学 2021-03-23 Jerry Ma , Denis Yarats