Efficient Algorithms for Regularized Nonnegative Scale-invariant Low-rank Approximation Models
Jeremy E. Cohen, Valentin Leplat
TL;DR
The paper develops the Homogeneous Regularized Scale-Invariant (HRSI) framework for nonnegative low-rank approximations, revealing that scale invariance induces an implicit balancing among regularization terms. It derives the optimal column-wise scaling, connects explicit regularization to an implicit scale-free penalty, and analyzes how common penalties (e.g., ridge, L1) affect the rank and sparsity of the factors. A generic Majorization-Minimization (MM) meta-algorithm with convergence guarantees for beta-divergence losses and ell_p^p regularizations is proposed, including a balancing step that accelerates convergence. The authors demonstrate the theory through synthetic experiments and real applications (sNMF, rNCPD, sNTD, including music segmentation) and provide open-source Python implementations to facilitate adoption.
Abstract
Regularized nonnegative low-rank approximations, such as sparse Nonnegative Matrix Factorization or sparse Nonnegative Tucker Decomposition, form an important branch of dimensionality reduction models known for their enhanced interpretability. From a practical perspective, however, selecting appropriate regularizers and regularization coefficients, as well as designing efficient algorithms, remains challenging due to the multifactor nature of these models and the limited theoretical guidance available. This paper addresses these challenges by studying a more general model, the Homogeneous Regularized Scale-Invariant model. We prove that the scale-invariance inherent to low-rank approximation models induces an implicit regularization effect that balances solutions. This insight provides a deeper understanding of the role of regularization functions in low-rank approximation models, informs the selection of regularization hyperparameters, and enables the design of balancing strategies to accelerate the empirical convergence of optimization algorithms. Additionally, we propose a generic Majorization-Minimization (MM) algorithm capable of handling $\ell_p^p$-regularized nonnegative low-rank approximations with non-Euclidean loss functions, with convergence guarantees. Our contributions are demonstrated on sparse Nonnegative Matrix Factorization, ridge-regularized Nonnegative Canonical Polyadic Decomposition, and sparse Nonnegative Tucker Decomposition.
