LGFeb 26

PRAC: Principal-Random Subspace for LLM Activation Compression and Memory-Efficient Training

arXiv:2602.23111v1h-index: 4
Originality Highly original
AI Analysis

This work provides a significant memory reduction for researchers and practitioners training large language models, particularly in large-batch settings.

This paper addresses the memory bottleneck of activations in large-batch LLM training by proposing Principal-Random Subspace for LLM Activation Compression (PRAC). PRAC decomposes activations into principal and random subspaces, achieving up to 36% total memory reduction with negligible performance degradation and minimal computational cost.

Activations have become the primary memory bottleneck in large-batch LLM training. However, existing compression methods fail to exploit the spectral structure of activations, resulting in slow convergence or limited compression. To address this, we bridge the relationship between the algorithm's fast convergence and the requirements for subspace projection, and show that an effective compression should yield an unbiased estimate of the original activation with low variance. We propose Principal-Random Subspace for LLM Activation Compression (PRAC), which novelly decomposes activations into two components: a principal subspace captured via SVD to retain dominant information, and a random subspace sampled from the orthogonal complement to approximate the tail. By introducing a precise scaling factor, we prove that PRAC yields an unbiased gradient estimator with minimum variance under certain conditions. Extensive experiments on pre-training and fine-tuning tasks demonstrate that PRAC achieves up to 36% total memory reduction with negligible performance degradation and minimal computational cost.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes