SLTrain: a sparse plus low-rank approach for parameter and memory efficient pretraining
Andi Han, Jiaxiang Li, Wei Huang, Mingyi Hong, Akiko Takeda, Pratik, Jawanpuria, Bamdev Mishra

TL;DR
SLTrain introduces a combined sparse and low-rank parameterization method for pretraining large language models, significantly reducing memory usage while maintaining performance close to full-rank training.
Contribution
The paper proposes a novel sparse plus low-rank parameterization for pretraining LLMs, improving efficiency and performance over existing low-rank methods.
Findings
SLTrain achieves performance comparable to full-rank training.
Memory reduction of up to 73% when pretraining LLaMA 7B.
Minimal additional parameters and memory costs.
Abstract
Large language models (LLMs) have shown impressive capabilities across various tasks. However, training LLMs from scratch requires significant computational power and extensive memory capacity. Recent studies have explored low-rank structures on weights for efficient fine-tuning in terms of parameters and memory, either through low-rank adaptation or factorization. While effective for fine-tuning, low-rank structures are generally less suitable for pretraining because they restrict parameters to a low-dimensional subspace. In this work, we propose to parameterize the weights as a sum of low-rank and sparse matrices for pretraining, which we call SLTrain. The low-rank component is learned via matrix factorization, while for the sparse component, we employ a simple strategy of uniformly selecting the sparsity support at random and learning only the non-zero entries with the fixed support.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSparse and Compressive Sensing Techniques · Face and Expression Recognition · Image and Signal Denoising Methods
MethodsLLaMA
