paper-with-me

홈 › Papers

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

2026-07-09 · David González-Martínez, Shiwei Liu arxiv

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.

📄 PDF Abstract BibTeX arXiv:2607.08754

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Modeling Document Interactions for Learning to Rank with Regularized Self-Attention

2020-05-08 · Shuo Sun, Kevin Duh

Learning to rank is an important task that has been successfully deployed in many real-world information retrieval systems. Most existing methods compute relevance judgments of documents independently, without holistical…

Information RetrievalLearning-To-RankRetrieval

Bootstrap-Based Regularization for Low-Rank Matrix Estimation

2014-10-30 · Julie Josse, Stefan Wager

We develop a flexible framework for low-rank matrix estimation that allows us to transform noise models into regularization schemes via a simple bootstrap algorithm. Effectively, our procedure seeks an autoencoding basis…

Learning partially ranked data based on graph regularization

2019-02-28 · Kento Nakamura, Keisuke Yano, Fumiyasu Komaki

Ranked data appear in many different applications, including voting and consumer surveys. There often exhibits a situation in which data are partially ranked. Partially ranked data is thought of as missing data. This pap…

parameter estimation

Methods for Sparse and Low-Rank Recovery under Simplex Constraints

2016-05-02 · Ping Li, Syama Sundar Rangapuram, Martin Slawski

The de-facto standard approach of promoting sparsity by means of $\ell_1$-regularization becomes ineffective in the presence of simplex constraints, i.e.,~the target is known to have non-negative entries summing up to a …

compressed sensingDensity EstimationPortfolio OptimizationQuantum State Tomography

Adaptive and Implicit Regularization for Matrix Completion

2022-08-11 · Zhemin Li, Tao Sun, Hongxia Wang, Bao Wang

The explicit low-rank regularization, e.g., nuclear norm regularization, has been widely used in imaging sciences. However, it has been found that implicit regularization outperforms explicit ones in various image proces…

Matrix Completion