paper-with-me

Papers

Scalable Parameter and Memory Efficient Pretraining for LLM: Recent Algorithmic Advances and Benchmarking

2025-05-28 · Athanasios Glentis, Jiaxiang Li, Qiulin Shang, Andi Han, Ioannis Tsaknakis, Quan Wei, Mingyi Hong

Fueled by their remarkable ability to tackle diverse tasks across multiple domains, large language models (LLMs) have grown at an unprecedented rate, with some recent models containing trillions of parameters. This growth is accompanied by substantial computational challenges, particularly regarding the memory and compute resources required for training and fine-tuning. Numerous approaches have been explored to address these issues, such as LoRA. While these methods are effective for fine-tuning, their application to pre-training is significantly more challenging due to the need to learn vast datasets. Motivated by this issue, we aim to address the following questions: Can parameter- or memory-efficient methods enhance pre-training efficiency while achieving performance comparable to full-model training? How can the performance gap be narrowed? To this end, the contributions of this work are the following. (1) We begin by conducting a comprehensive survey that summarizes state-of-the-art methods for efficient pre-training. (2) We perform a benchmark evaluation of several representative memory efficient pre-training approaches to comprehensively evaluate their performance across model sizes. We observe that with a proper choice of optimizer and hyperparameters, full-rank training delivers the best performance, as expected. We also notice that incorporating high-rank updates in low-rank approaches is the key to improving their performance. (3) Finally, we propose two practical techniques, namely weight refactorization and momentum reset, to enhance the performance of efficient pre-training methods. We observe that applying these techniques to the low-rank method (on a 1B model) can achieve a lower perplexity than popular memory efficient algorithms such as GaLore and Fira, while simultaneously using about 25% less memory.

📄 PDF Abstract BibTeX arXiv:2505.22922

Code (1)

optimai-lab/memory_efficient_pretraining 공식 구현 pytorch

Tasks

Benchmarking

Similar Papers 제목 키워드 기반

TabICLv2: A better, faster, scalable, and open tabular foundation model

2026-02-11 · Jingang Qu, David Holzmüller, Gaël Varoquaux, Marine Le Morvan arxiv

Tabular foundation models, such as TabPFNv2 and TabICL, have recently dethroned gradient-boosted trees at the top of predictive benchmarks, demonstrating the value of in-context learning for tabular data. We introduce Ta…

Synthetic Data Generation

SLTrain: a sparse plus low-rank approach for parameter and memory efficient pretraining

2024-06-04 · Andi Han, Jiaxiang Li, Wei Huang, Mingyi Hong 외

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 explor…

QuantizationSparse Learning

Algorithm-hardware co-design of neuromorphic networks with dual memory pathways

2025-12-08 · Pengfei Sun, Zhe Su, Jascha Achterberg, Giacomo Indiveri 외 arxiv

Spiking neural networks excel at event-driven sensing. Yet, maintaining task-relevant context over long timescales both algorithmically and in hardware, while respecting both tight energy and memory budgets, remains a co…

Pretraining with hierarchical memories: separating long-tail and common knowledge

2025-09-29 · Hadi Pouransari, David Grangier, C Thomas, Michael Kirchhof 외 arxiv

The impressive performance gains of modern language models currently rely on scaling parameters: larger models store more world knowledge and reason better. Yet compressing all world knowledge into parameters is unnecess…

POET-X: Memory-efficient LLM Training by Scaling Orthogonal Transformation

2026-03-05 · Zeju Qiu, Lixin Liu, Adrian Weller, Han Shi 외 arxiv

Efficient and stable training of large language models (LLMs) remains a core challenge in modern machine learning systems. To address this challenge, Reparameterized Orthogonal Equivalence Training (POET), a spectrum-pre…