Efficient Learning With Sine-Activated Low-rank Matrices
Yiping Ji, Hemanth Saratchandran, Cameron Gordon, Zeyu Zhang, Simon Lucey
TL;DR
The paper addresses the trade-off between parameter efficiency and accuracy in large neural networks by introducing a sine-activated low-rank decomposition. By applying a high-frequency sinusoidal nonlinearity to the low-rank factorization $\mathbf{W}=\mathbf{U}\mathbf{V}^{\top}$, the approach increases the effective rank without adding parameters, supported by a theoretical result that $\operatorname{Rank}(\sin(\omega \cdot (\mathbf{U}\mathbf{V}^{\top}))) > \operatorname{Rank}(\mathbf{U}\mathbf{V}^{\top})$ for large enough $\omega$. The method serves as a drop-in enhancement across ViTs, LLMs (via LoRA), NeRF, and 3D shape modeling, with empirical results showing improved accuracy and maintained efficiency even at low ranks. This work demonstrates broad applicability and practical impact for parameter-constrained deep learning applications, enabling higher performance within fixed resource budgets.
Abstract
Low-rank decomposition has emerged as a vital tool for enhancing parameter efficiency in neural network architectures, gaining traction across diverse applications in machine learning. These techniques significantly lower the number of parameters, striking a balance between compactness and performance. However, a common challenge has been the compromise between parameter efficiency and the accuracy of the model, where reduced parameters often lead to diminished accuracy compared to their full-rank counterparts. In this work, we propose a novel theoretical framework that integrates a sinusoidal function within the low-rank decomposition process. This approach not only preserves the benefits of the parameter efficiency characteristic of low-rank methods but also increases the decomposition's rank, thereby enhancing model performance. Our method proves to be a plug in enhancement for existing low-rank models, as evidenced by its successful application in Vision Transformers (ViT), Large Language Models (LLMs), Neural Radiance Fields (NeRF) and 3D shape modelling.
