paper-with-me

홈 › Papers

SADAM: Stochastic Adam, A Stochastic Operator for First-Order Gradient-based Optimizer

2022-05-20 · Wei zhang, Yu Bao

In this work, to efficiently help escape the stationary and saddle points, we propose, analyze, and generalize a stochastic strategy performed as an operator for a first-order gradient descent algorithm in order to increase the target accuracy and reduce time consumption. Unlike existing algorithms, the proposed stochastic the strategy does not require any batches and sampling techniques, enabling efficient implementation and maintaining the initial first-order optimizer's convergence rate, but provides an incomparable improvement of target accuracy when optimizing the target functions. In short, the proposed strategy is generalized, applied to Adam, and validated via the decomposition of biomedical signals using Deep Matrix Fitting and another four peer optimizers. The validation results show that the proposed random strategy can be easily generalized for first-order optimizers and efficiently improve the target accuracy.

📄 PDF Abstract BibTeX arXiv:2205.10247

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Adam 설명 없음

Similar Papers 제목 키워드 기반

Nostalgic Adam: Weighting more of the past gradients when designing the adaptive learning rate

2018-05-19 · Haiwen Huang, Chang Wang, Bin Dong

First-order optimization algorithms have been proven prominent in deep learning. In particular, algorithms such as RMSProp and Adam are extremely popular. However, recent works have pointed out the lack of ``long-term me…

SAdam: A Variant of Adam for Strongly Convex Functions

2019-05-08 · ICLR 2020 1 · Guanghui Wang, Shiyin Lu, Wei-Wei Tu, Lijun Zhang

The Adam algorithm has become extremely popular for large-scale machine learning. Under convexity condition, it has been proved to enjoy a data-dependant $O(\sqrt{T})$ regret bound where $T$ is the time horizon. However,…

Calibrating the Adaptive Learning Rate to Improve Convergence of ADAM

2019-08-02 · Qianqian Tong, Guannan Liang, Jinbo Bi

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 acros…

Efficient-Adam: Communication-Efficient Distributed Adam

2022-05-28 · Congliang Chen, Li Shen, Wei Liu, Zhi-Quan Luo

Distributed adaptive stochastic gradient methods have been widely used for large-scale nonconvex optimization, such as training deep learning models. However, their communication complexity on finding $\varepsilon$-stati…

Quantization

Understanding the Generalization of Stochastic Gradient Adam in Learning Neural Networks

2025-10-13 · Xuan Tang, Han Zhang, Yuan Cao, Difan Zou arxiv

Adam is a popular and widely used adaptive gradient method in deep learning, which has also received tremendous focus in theoretical research. However, most existing theoretical work primarily analyzes its full-batch ver…