paper-with-me

Papers

Conjugate-Gradient-like Based Adaptive Moment Estimation Optimization Algorithm for Deep Learning

2024-04-02 · Jiawu Tian, Liwei Xu, Xiaowei Zhang, Yongqi Li

Training deep neural networks is a challenging task. In order to speed up training and enhance the performance of deep neural networks, we rectify the vanilla conjugate gradient as conjugate-gradient-like and incorporate it into the generic Adam, and thus propose a new optimization algorithm named CG-like-Adam for deep learning. Specifically, both the first-order and the second-order moment estimation of generic Adam are replaced by the conjugate-gradient-like. Convergence analysis handles the cases where the exponential moving average coefficient of the first-order moment estimation is constant and the first-order moment estimation is unbiased. Numerical experiments show the superiority of the proposed algorithm based on the CIFAR10/100 dataset.

📄 PDF Abstract BibTeX arXiv:2404.01714

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Adaptive Learning Rate and Momentum for Training Deep Neural Networks

2021-06-22 · Zhiyong Hao, Yixuan Jiang, Huihua Yu, Hsiao-Dong Chiang

Recent progress on deep learning relies heavily on the quality and efficiency of training algorithms. In this paper, we develop a fast training method motivated by the nonlinear Conjugate Gradient (CG) framework. We prop…

image-classificationImage Classification

Stochastic Gradient Descent with Nonlinear Conjugate Gradient-Style Adaptive Momentum

2020-12-03 · Bao Wang, Qiang Ye

Momentum plays a crucial role in stochastic gradient-based optimization algorithms for accelerating or improving training deep neural networks (DNNs). In deep learning practice, the momentum is usually weighted by a well…

Adversarial Robustness

Joint State Estimation and Noise Identification Based on Variational Optimization

2023-12-15 · Hua Lan, Shijie Zhao, Jinjie Hu, Zengfu Wang 외

In this article, the state estimation problems with unknown process noise and measurement noise covariances for both linear and nonlinear systems are considered. By formulating the joint estimation of system state and no…

State EstimationVariational Inference

When is Momentum Extragradient Optimal? A Polynomial-Based Analysis

2022-11-09 · Junhyung Lyle Kim, Gauthier Gidel, Anastasios Kyrillidis, Fabian Pedregosa

The extragradient method has gained popularity due to its robust convergence properties for differentiable games. Unlike single-objective optimization, game dynamics involve complex interactions reflected by the eigenval…

Adaptive Moment Estimation Optimization Algorithm Using Projection Gradient for Deep Learning

2025-03-13 · Yongqi Li, Xiaowei Zhang

Training deep neural networks is challenging. To accelerate training and enhance performance, we propose PadamP, a novel optimization algorithm. PadamP is derived by applying the adaptive estimation of the p-th power of …