OCLGMLMar 8, 2022

A Fast Scale-Invariant Algorithm for Non-negative Least Squares with Non-negative Data

arXiv:2203.03808v17 citationsh-index: 12
Originality Incremental advance
AI Analysis

This work addresses a fundamental problem in statistical learning for researchers and practitioners, offering improved efficiency in large-scale applications, though it is incremental as it builds on existing primal-dual methods.

The paper tackles the problem of non-negative least squares with non-negative data by showing it is easier than previously thought, introducing a fast scale-invariant algorithm that achieves multiplicative error and complexity independent of matrix constants, with demonstrated effectiveness in numerical experiments.

Nonnegative (linear) least square problems are a fundamental class of problems that is well-studied in statistical learning and for which solvers have been implemented in many of the standard programming languages used within the machine learning community. The existing off-the-shelf solvers view the non-negativity constraint in these problems as an obstacle and, compared to unconstrained least squares, perform additional effort to address it. However, in many of the typical applications, the data itself is nonnegative as well, and we show that the nonnegativity in this case makes the problem easier. In particular, while the oracle complexity of unconstrained least squares problems necessarily scales with one of the data matrix constants (typically the spectral norm) and these problems are solved to additive error, we show that nonnegative least squares problems with nonnegative data are solvable to multiplicative error and with complexity that is independent of any matrix constants. The algorithm we introduce is accelerated and based on a primal-dual perspective. We further show how to provably obtain linear convergence using adaptive restart coupled with our method and demonstrate its effectiveness on large-scale data via numerical experiments.

Foundations

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

Your Notes