paper-with-me

홈 › Papers

GaLore$+$: Boosting Low-Rank Adaptation for LLMs with Cross-Head Projection

2024-12-15 · Xutao Liao, Shaohui Li, Yuhui Xu, Zhi Li, Yu Liu, You He

Recent low-rank training methods, such as GaLore, have significantly reduced the memory required to optimize large language models (LLMs). However, these methods often suffer from time-consuming low-rank projection estimations. In particular, the singular value decomposition (SVD) in GaLore can consume more than 80\% of the total training time. To address this issue, we propose GaLore$+$, which uses cross-head low-rank projection to reduce the substantial time consumption in estimating low-rank projections for multi-head attention. In addition, we employ randomized subspace iteration to achieve fast SVD. To further enhance performance, we propose sparsely coded residuals to reduce the errors caused by low-rank approximation on the first- and second-order moments of the optimizers and weight updates. We evaluate GaLore$+$ on arithmetic reasoning and natural language generation datasets. Our experiments demonstrate that GaLore$+$ delivers superior performance while achieving approximately $4\times$ fine-tuning speed compared to vanilla GaLore.

📄 PDF Abstract BibTeX arXiv:2412.19820

Code (0)

등록된 구현이 없습니다.

Tasks

Arithmetic ReasoningText Generation

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

GaLore: Memory-Efficient LLM Training by Gradient Low-Rank Projection

2024-03-06 · Jiawei Zhao, Zhenyu Zhang, Beidi Chen, Zhangyang Wang 외

Training Large Language Models (LLMs) presents significant memory challenges, predominantly due to the growing size of weights and optimizer states. Common memory-reduction approaches, such as low-rank adaptation (LoRA),…

Rethinking LoRA for Data Heterogeneous Federated Learning: Subspace and State Alignment

2026-02-02 · Hongyi Peng, Han Yu, Xiaoxiao Li, Qiang Yang arxiv

Low-Rank Adaptation (LoRA) is widely used for federated fine-tuning. Yet under non-IID settings, it can substantially underperform full-parameter fine-tuning. Through with-high-probability robustness analysis, we uncover…

Federated Learning

Natural GaLore: Accelerating GaLore for memory-efficient LLM Training and Fine-tuning

2024-10-21 · Arijit Das

Training LLMs presents significant memory challenges due to growing size of data, weights, and optimizer states. Techniques such as data and model parallelism, gradient checkpointing, and offloading strategies address th…

parameter-efficient fine-tuning

Q-GaLore: Quantized GaLore with INT4 Projection and Layer-Adaptive Low-Rank Gradients

2024-07-11 · Zhenyu Zhang, Ajay Jaiswal, Lu Yin, Shiwei Liu 외

Training Large Language Models (LLMs) is memory-intensive due to the large number of parameters and associated optimization states. GaLore, a recent method, reduces memory usage by projecting weight gradients into a low-…

Quantization

BlockLLM: Memory-Efficient Adaptation of LLMs by Selecting and Optimizing the Right Coordinate Blocks

2024-06-25 · Amrutha Varshini Ramesh, Vignesh Ganapathiraman, Issam H. Laradji, Mark Schmidt

Training large language models (LLMs) for pretraining or adapting to new tasks and domains has become increasingly critical as their applications expand. However, as the model and the data sizes grow, the training proces…

GPU