paper-with-me

홈 › Papers

AdaPM: a Partial Momentum Algorithm for LLM Training

2025-10-10 · Yimu Zhang, Yuanshi Liu, Cong Fang arxiv

In the training of large language models, momentum is widely used and often demonstrated to achieve significant acceleration. However, storing momentum typically presents memory challenges. In this paper, we propose AdaPM, an adaptive training strategy that leverages partial momentum to implement a memory-efficient optimizer. To this end, AdaPM utilizes a non-uniform momentum design: for most blocks, full momentum is not necessary to preserve the performance of the optimization. In the momentum design of AdaPM, to mitigate the bias and performance loss caused by partial momentum, we enhance the partial momentum by a bias correction technique. Empirically, we verify that our approach reduces memory by over $90\%$ in momentum while maintaining both efficiency and performance for pretraining various language models ranging from 60M to 1.5B, as well as for supervised fine-tuning and RLHF. AdaPM can further reduce memory by up to $95\%$ in optimizer states by combining the memory-efficient technique on the second-order statistic, saving over $30\%$ GPU hours for pretraining GPT-2 1.5B.

📄 PDF Abstract BibTeX arXiv:2510.09103

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AdapMoE: Adaptive Sensitivity-based Expert Gating and Management for Efficient MoE Inference

2024-08-19 · Shuzhang Zhong, Ling Liang, YuAn Wang, Runsheng Wang 외

Mixture-of-Experts (MoE) models are designed to enhance the efficiency of large language models (LLMs) without proportionally increasing the computational demands. However, their deployment on edge devices still faces si…

ManagementMixture-of-ExpertsSensitivity

AdapMTL: Adaptive Pruning Framework for Multitask Learning Model

2024-08-07 · Mingcan Xiang, Steven Jiaxun Tang, Qizheng Yang, Hui Guan 외

In the domain of multimedia and multimodal processing, the efficient handling of diverse data streams such as images, video, and sensor data is paramount. Model compression and multitask learning (MTL) are crucial in thi…

modelModel Compression

Good Intentions: Adaptive Parameter Management via Intent Signaling

2022-06-01 · Alexander Renz-Wieland, Andreas Kieslinger, Robert Gericke, Rainer Gemulla 외

Parameter management is essential for distributed training of large machine learning (ML) tasks. Some ML tasks are hard to distribute because common approaches to parameter management can be highly inefficient. Advanced …

Management

Training Deep Neural Networks with Partially Adaptive Momentum

2019-09-25 · Jinghui Chen, Dongruo Zhou, Yiqi Tang, Ziyan Yang 외

Adaptive gradient methods, which adopt historical gradient information to automatically adjust the learning rate, despite the nice property of fast convergence, have been observed to generalize worse than stochastic grad…

How To Guide Your Learner: Imitation Learning with Active Adaptive Expert Involvement

2023-03-03 · Xu-Hui Liu, Feng Xu, Xinyu Zhang, Tianyuan Liu 외

Imitation learning aims to mimic the behavior of experts without explicit reward signals. Passive imitation learning methods which use static expert datasets typically suffer from compounding error, low sample efficiency…

Atari GamesImitation Learning