paper-with-me

홈 › Papers

A General Regret Bound of Preconditioned Gradient Method for DNN Training

2023-01-01 · CVPR 2023 1 · Hongwei Yong, Ying Sun, Lei Zhang

While adaptive learning rate methods, such as Adam, have achieved remarkable improvement in optimizing Deep Neural Networks (DNNs), they consider only the diagonal elements of the full preconditioned matrix. Though the full-matrix preconditioned gradient methods theoretically have a lower regret bound, they are impractical for use to train DNNs because of the high complexity. In this paper, we present a general regret bound with a constrained full-matrix preconditioned gradient and show that the updating formula of the preconditioner can be derived by solving a cone-constrained optimization problem. With the block-diagonal and Kronecker-factorized constraints, a specific guide function can be obtained. By minimizing the upper bound of the guide function, we develop a new DNN optimizer, termed AdaBK. A series of techniques, including statistics updating, dampening, efficient matrix inverse root computation, and gradient amplitude preservation, are developed to make AdaBK effective and efficient to implement. The proposed AdaBK can be readily embedded into many existing DNN optimizers, e.g., SGDM and AdamW, and the corresponding SGDM_BK and AdamW_BK algorithms demonstrate significant improvements over existing DNN optimizers on benchmark vision tasks, including image classification, object detection and segmentation. The source code will be made publicly available.

📄 PDF Abstract BibTeX

Code (1)

yonghongwei/adabk 공식 구현 pytorch

Tasks

image-classificationImage Classificationobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

AdamW AdamW is a stochastic optimization method that modifies the typical implementation of weight decay in Adam, by decoupling [weight…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Unconstrained Online Optimization: Dynamic Regret Analysis of Strongly Convex and Smooth Problems

2020-06-06 · Ting-Jui Chang, Shahin Shahrampour

The regret bound of dynamic online learning algorithms is often expressed in terms of the variation in the function sequence ($V_T$) and/or the path-length of the minimizer sequence after $T$ rounds. For strongly convex …

Optimizing Optimizers: Regret-optimal gradient descent algorithms

2020-12-31 · Philippe Casgrain, Anastasis Kratsios

The need for fast and robust optimization algorithms are of critical importance in all areas of machine learning. This paper treats the task of designing optimization algorithms as an optimal control problem. Using regre…

Improving Implicit Regularization of SGD with Preconditioning for Least Square Problems

2024-03-13 · Junwei Su, Difan Zou, Chuan Wu

Stochastic gradient descent (SGD) exhibits strong algorithmic regularization effects in practice and plays an important role in the generalization of modern machine learning. However, prior research has revealed instance…

regression

The perturbed prox-preconditioned spider algorithm: non-asymptotic convergence bounds

2021-05-25 · Gersende Fort, E Moulines

A novel algorithm named Perturbed Prox-Preconditioned SPIDER (3P-SPIDER) is introduced. It is a stochastic variancereduced proximal-gradient type algorithm built on Stochastic Path Integral Differential EstimatoR (SPIDER…

On-Average Stability of Multipass Preconditioned SGD and Effective Dimension

2026-03-12 · Simon Vary, Tyler Farghly, Ilja Kuzborskij, Patrick Rebeschini arxiv

We study trade-offs between the population risk curvature, geometry of the noise, and preconditioning on the generalisation ability of the multipass Preconditioned Stochastic Gradient Descent (PSGD). Many practical optim…