paper-with-me

홈 › Papers

ZO-AdaMU Optimizer: Adapting Perturbation by the Momentum and Uncertainty in Zeroth-order Optimization

2023-12-23 · Shuoran Jiang, Qingcai Chen, Youchen Pan, Yang Xiang, Yukang Lin, XiangPing Wu, Chuanyi Liu, Xiaobao Song

Lowering the memory requirement in full-parameter training on large models has become a hot research area. MeZO fine-tunes the large language models (LLMs) by just forward passes in a zeroth-order SGD optimizer (ZO-SGD), demonstrating excellent performance with the same GPU memory usage as inference. However, the simulated perturbation stochastic approximation for gradient estimate in MeZO leads to severe oscillations and incurs a substantial time overhead. Moreover, without momentum regularization, MeZO shows severe over-fitting problems. Lastly, the perturbation-irrelevant momentum on ZO-SGD does not improve the convergence rate. This study proposes ZO-AdaMU to resolve the above problems by adapting the simulated perturbation with momentum in its stochastic approximation. Unlike existing adaptive momentum methods, we relocate momentum on simulated perturbation in stochastic gradient approximation. Our convergence analysis and experiments prove this is a better way to improve convergence stability and rate in ZO-SGD. Extensive experiments demonstrate that ZO-AdaMU yields better generalization for LLMs fine-tuning across various NLP tasks than MeZO and its momentum variants.

📄 PDF Abstract BibTeX arXiv:2312.15184

Code (1)

mathisall/zo-adamu 공식 구현 pytorch

Tasks

GPU

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

AdaMuon: Adaptive Muon Optimizer

2025-07-15 · Chongjie Si, Debing Zhang, Wei Shen

We propose AdaMuon, an adaptive learning-rate framework built upon the recently validated Muon optimizer, which has demonstrated substantial efficiency gains over AdamW in large-scale model training. AdaMuon augments Muo…

Greedy Alignment Principle for Optimizer Selection

2025-12-06 · Jaerin Lee, Kyoung Mu Lee arxiv

Recent works have shown that gradient-update alignment is a powerful signal for modulating optimizer updates, often leading to faster training. We promote this update-wise heuristic as a mathematically grounded principle…

Image Classification

Universal Adversarial Perturbation via Prior Driven Uncertainty Approximation

2019-10-01 · ICCV 2019 10 · Hong Liu, Rongrong Ji, Jie Li, Baochang Zhang 외

Deep learning models have shown their vulnerabilities to universal adversarial perturbations (UAP), which are quasi-imperceptible. Compared to the conventional supervised UAPs that suffer from the knowledge of training d…

On the Performance Analysis of Momentum Method: A Frequency Domain Perspective

2024-11-29 · Xianliang Li, Jun Luo, Zhiwei Zheng, Hanxiao Wang 외

Momentum-based optimizers are widely adopted for training neural networks. However, the optimal selection of momentum coefficients remains elusive. This uncertainty impedes a clear understanding of the role of momentum i…

Image Classification

Adam Improves Muon: Adaptive Moment Estimation with Orthogonalized Momentum

2026-02-19 · Minxin Zhang, Yuxuan Liu, Hayden Schaeffer arxiv

Efficient stochastic optimization typically integrates an update direction that performs well in the deterministic regime with a mechanism adapting to stochastic perturbations. While Adam uses adaptive moment estimates t…

Stochastic Optimization