paper-with-me

Papers

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 the second-order moments under scale invariance, enhancing projection adaptability by modifying the projection discrimination condition. It is integrated into Adam-type algorithms, accelerating training, boosting performance, and improving generalization in deep learning. Combining projected gradient benefits with adaptive moment estimation, PadamP tackles unconstrained non-convex problems. Convergence for the non-convex case is analyzed, focusing on the decoupling of first-order moment estimation coefficients and second-order moment estimation coefficients. Unlike prior work relying on , our proof generalizes the convergence theorem, enhancing practicality. Experiments using VGG-16 and ResNet-18 on CIFAR-10 and CIFAR-100 show PadamP's effectiveness, with notable performance on CIFAR-10/100, especially for VGG-16. The results demonstrate that PadamP outperforms existing algorithms in terms of convergence speed and generalization ability, making it a valuable addition to the field of deep learning optimization.

📄 PDF Abstract BibTeX arXiv:2503.10005

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

VGG-16 설명 없음
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…

Similar Papers 제목 키워드 기반

On the Last Iterate Convergence of Momentum Methods

2021-02-13 · Xiaoyu Li, Mingrui Liu, Francesco Orabona

SGD with Momentum (SGDM) is a widely used family of algorithms for large-scale optimization of machine learning problems. Yet, when optimizing generic convex functions, no advantage is known for any SGDM algorithm over p…

Stochastic Optimization

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…

DADAM: A Consensus-based Distributed Adaptive Gradient Method for Online Optimization

2019-01-25 · ICLR 2019 5 · Parvin Nazari, Davoud Ataee Tarzanagh, George Michailidis

Adaptive gradient-based optimization methods such as \textsc{Adagrad}, \textsc{Rmsprop}, and \textsc{Adam} are widely used in solving large-scale machine learning problems including deep learning. A number of schemes hav…

Stochastic Optimization

Alada: Alternating Adaptation of Momentum Method for Memory-Efficient Matrix Optimization

2025-12-15 · Xiaoyu He, Yu Cai, Jin Jia, Canxi Huang 외 arxiv

This work proposes Alada, an adaptive momentum method for stochastic optimization over large-scale matrices. Alada employs a rank-one factorization approach to estimate the second moment of gradients, where factors are u…

Stochastic Optimization

GTAdam: Gradient Tracking with Adaptive Momentum for Distributed Online Optimization

2020-09-03 · Guido Carnevale, Francesco Farina, Ivano Notarnicola, Giuseppe Notarstefano

This paper deals with a network of computing agents aiming to solve an online optimization problem in a distributed fashion, i.e., by means of local computation and communication, without any central coordinator. We prop…

Distributed OptimizationGeneral Classificationimage-classificationImage Classification+1