DSLGMLDec 27, 2017

Sketching for Kronecker Product Regression and P-splines

arXiv:1712.09473v163 citations
AI Analysis

This work provides efficient algorithms for regression problems involving Kronecker product matrices, which is incremental but useful for applications in statistics and machine learning.

The authors extended TensorSketch beyond polynomial kernels to solve Kronecker product regression and non-negative variants, as well as regularized spline regression, achieving sublinear time for 1-norm and p-norm cases compared to computing the full Kronecker product.

TensorSketch is an oblivious linear sketch introduced in Pagh'13 and later used in Pham, Pagh'13 in the context of SVMs for polynomial kernels. It was shown in Avron, Nguyen, Woodruff'14 that TensorSketch provides a subspace embedding, and therefore can be used for canonical correlation analysis, low rank approximation, and principal component regression for the polynomial kernel. We take TensorSketch outside of the context of polynomials kernels, and show its utility in applications in which the underlying design matrix is a Kronecker product of smaller matrices. This allows us to solve Kronecker product regression and non-negative Kronecker product regression, as well as regularized spline regression. Our main technical result is then in extending TensorSketch to other norms. That is, TensorSketch only provides input sparsity time for Kronecker product regression with respect to the $2$-norm. We show how to solve Kronecker product regression with respect to the $1$-norm in time sublinear in the time required for computing the Kronecker product, as well as for more general $p$-norms.

Foundations

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

Your Notes