LGAug 12, 2025

Dynamic Rank Adjustment for Accurate and Efficient Neural Network Training

arXiv:2508.08625v32 citationsh-index: 2
Originality Incremental advance
AI Analysis

This addresses efficiency and accuracy trade-offs in neural network training for practitioners, though it is incremental as it builds on existing low-rank methods.

The paper tackles the problem of rank collapse in low-rank neural network training by proposing a dynamic-rank framework that interleaves full-rank epochs, achieving computational efficiency similar to SVD-based low-rank training and accuracy comparable to full-rank training across benchmarks.

Low-rank training methods reduce the number of trainable parameters by re-parameterizing the weights with matrix decompositions (e.g., singular value decomposition). However, enforcing a fixed low-rank structure caps the rank of the weight matrices and can hinder the model's ability to learn complex patterns. Furthermore, the effective rank of the model's weights tends to decline during training, and this drop is accelerated when the model is reparameterized into a low-rank structure. In this study, we argue that strategically interleaving full-rank training epochs within low-rank training epochs can effectively restore the rank of the model's weights. Based on our findings, we propose a general dynamic-rank training framework that is readily applicable to a wide range of neural-network tasks. We first describe how to adjust the rank of weight matrix to alleviate the inevitable rank collapse that arises during training, and then present extensive empirical results that validate our claims and demonstrate the efficacy of the proposed framework. Our empirical study shows that the proposed method achieves almost the same computational cost as SVD-based low-rank training while achieving a comparable accuracy to full-rank training across various benchmarks.

Foundations

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

Your Notes