LGNAMLJun 1, 2017

Krylov Subspace Recycling for Fast Iterative Least-Squares in Machine Learning

arXiv:1706.00241v18 citations
Originality Synthesis-oriented
AI Analysis

This work addresses computational efficiency for machine learning practitioners dealing with sequences of linear problems, but it is incremental as it adapts existing numerical linear algebra methods to the field.

The paper tackles the problem of solving symmetric positive definite linear problems in machine learning, which are computationally expensive, by using Krylov subspace recycling to iteratively refine low-rank approximations across related tasks, resulting in an approach that balances low computational cost with numerical precision on intermediate-sized regression and classification problems.

Solving symmetric positive definite linear problems is a fundamental computational task in machine learning. The exact solution, famously, is cubicly expensive in the size of the matrix. To alleviate this problem, several linear-time approximations, such as spectral and inducing-point methods, have been suggested and are now in wide use. These are low-rank approximations that choose the low-rank space a priori and do not refine it over time. While this allows linear cost in the data-set size, it also causes a finite, uncorrected approximation error. Authors from numerical linear algebra have explored ways to iteratively refine such low-rank approximations, at a cost of a small number of matrix-vector multiplications. This idea is particularly interesting in the many situations in machine learning where one has to solve a sequence of related symmetric positive definite linear problems. From the machine learning perspective, such deflation methods can be interpreted as transfer learning of a low-rank approximation across a time-series of numerical tasks. We study the use of such methods for our field. Our empirical results show that, on regression and classification problems of intermediate size, this approach can interpolate between low computational cost and numerical precision.

Foundations

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

Your Notes