LGAIJul 9

SLORR: Simple and Efficient In-Training Low-Rank Regularization

arXiv:2607.087549.5
Predicted impact top 29% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners needing to compress large neural networks without accuracy loss, SLORR offers an efficient regularization method that avoids SVDs and architectural changes.

SLORR introduces a simple, stateless, and architecture-preserving low-rank regularization method that improves neural network compressibility during training. On ImageNet-1K, it induces compressibility with less than 8% training overhead, and in LLM pretraining at 135M and 560M scales, compressed models preserve performance better than unregularized models with less than 1% overhead.

Low-rank factorization is widely used to compress neural networks, but modern models are often not naturally amenable to aggressive factorization without significant accuracy loss. Existing training-time low-rank regularizers can improve compressibility, but they often require SVDs of large weight matrices, modify the model architecture (introducing additional trainable parameters), or rely on stateful cached quantities. To address these limitations, we introduce SLORR, a simple, stateless, and architecture-preserving framework for in-training low-rank regularization, instantiated with two main variants based on the Hoyer sparsity metric and the nuclear norm. SLORR directly regularizes the original weight matrices using GPU-friendly approximations for the forward and backward passes of the regularizers, for which we provide approximation guarantees. We first evaluate SLORR on ImageNet-1K across short-horizon continued training of ResNet-50, ViT-B/16, and ViT-L/16, and pretraining of ResNet-18, where SLORR induces compressibility while introducing less than 8% training overhead. We further evaluate SLORR-Hoyer in LLM pretraining at 135M and 560M scales: SLORR-trained compressed models preserve performance substantially better than unregularized models while adding less than 1% average training overhead.

Foundations

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

Your Notes