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

TL;DR
Natural GaLore is a memory-efficient optimizer that accelerates large language model training and fine-tuning by applying second-order information with minimal memory overhead, outperforming existing methods.
Contribution
The paper introduces Natural GaLore, a drop-in replacement for AdamW that efficiently incorporates inverse Fisher information for faster, memory-efficient LLM training and fine-tuning.
Findings
Achieves lower perplexity on large Llama models without extra memory.
Reduces fine-tuning gap on GLUE benchmark by over 86%.
Outperforms 16-bit LoRA and surpasses GPT-4 Turbo in accuracy with less memory.
Abstract
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 this issue but are often infeasible due to hardware constraints. To mitigate memory usage, alternative methods like Parameter-Efficient-Fine-Tuning (PEFT) and GaLore approximate weights or optimizer states. PEFT methods, such as LoRA, have gained popularity for fine-tuning LLMs, though they require a full-rank warm start. In contrast, GaLore allows full-parameter learning while being more memory-efficient. This work introduces Natural GaLore, a simple drop in replacement for AdamW, which efficiently applies the inverse Empirical Fisher Information Matrix to low-rank gradients using Woodbury's Identity. We demonstrate that incorporating second-order information speeds up…
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
TopicsAdvanced Memory and Neural Computing · Semiconductor materials and devices · Photonic and Optical Devices
MethodsRefunds@Expedia|||How do I get a full refund from Expedia? · Attention Is All You Need · Adam · Linear Layer · Dropout · Layer Normalization · Residual Connection · Linear Warmup With Linear Decay · Dense Connections · Weight Decay
