paper-with-me

홈 › Papers

Subspace Optimization for Large Language Models with Convergence Guarantees

2024-10-15 · Yutong He, Pengrui Li, Yipeng Hu, Chuyan Chen, Kun Yuan

Subspace optimization algorithms, such as GaLore (Zhao et al., 2024), have gained attention for pre-training and fine-tuning large language models (LLMs) due to their memory efficiency. However, their convergence guarantees remain unclear, particularly in stochastic settings. In this paper, we reveal that GaLore does not always converge to the optimal solution and provide an explicit counterexample to support this finding. We further explore the conditions under which GaLore achieves convergence, showing that it does so when either (i) a sufficiently large mini-batch size is used or (ii) the gradient noise is isotropic. More significantly, we introduce GoLore (Gradient random Low-rank projection), a novel variant of GaLore that provably converges in typical stochastic settings, even with standard batch sizes. Our convergence analysis extends naturally to other subspace optimization algorithms. Finally, we empirically validate our theoretical results and thoroughly test the proposed mechanisms. Codes are available at https://github.com/pkumelon/Golore.

📄 PDF Abstract BibTeX arXiv:2410.11289

Code (1)

pkumelon/golore 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

From PowerSGD to PowerSGD+: Low-Rank Gradient Compression for Distributed Optimization with Convergence Guarantees

2025-09-14 · Shengping Xie, Chuyan Chen, Kun Yuan arxiv

Low-rank gradient compression methods, such as PowerSGD, have gained attention in communication-efficient distributed optimization. However, the convergence guarantees of PowerSGD remain unclear, particularly in stochast…

Distributed Optimization

A Memory Efficient Randomized Subspace Optimization Method for Training Large Language Models

2025-02-11 · Yiming Chen, Yuan Zhang, Yin Liu, Kun Yuan 외

The memory challenges associated with training Large Language Models (LLMs) have become a critical concern, particularly when using the Adam optimizer. To address this issue, numerous memory-efficient techniques have bee…

Greedy Low-Rank Gradient Compression for Distributed Learning with Convergence Guarantees

2025-07-11 · Chuyan Chen, Yutong He, Pengrui Li, Weichen Jia 외 arxiv

Distributed optimization is pivotal for large-scale signal processing and machine learning, yet communication overhead remains a major bottleneck. Low-rank gradient compression, in which the transmitted gradients are app…

Distributed Optimization

Convergence Analysis of Randomized Subspace Normalized SGD under Heavy-Tailed Noise

2026-01-28 · Gaku Omiya, Pierre-Louis Poirion, Akiko Takeda arxiv

Randomized subspace methods reduce per-iteration cost; however, in nonconvex optimization, most analyses are expectation-based, and high-probability bounds remain scarce even under sub-Gaussian noise. We first prove that…

Lean and Mean Adaptive Optimization via Subset-Norm and Subspace-Momentum with Convergence Guarantees

2024-11-11 · Thien Hang Nguyen, Huy Le Nguyen

We introduce two complementary techniques for efficient optimization that reduce memory requirements while accelerating training of large-scale neural networks. The first technique, Subset-Norm step size, generalizes Ada…