SOTAVerified

Dynamic Tensor Product Regression

2022-10-08Unverified0· sign in to hype

Aravind Reddy, Zhao Song, Lichen Zhang

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

In this work, we initiate the study of Dynamic Tensor Product Regression. One has matrices A_1 R^n_1 d_1,,A_q R^n_q d_q and a label vector b R^n_1 n_q, and the goal is to solve the regression problem with the design matrix A being the tensor product of the matrices A_1, A_2, , A_q i.e. _x R^d_1 d_q~\|(A_1 A_q)x-b\|_2. At each time step, one matrix A_i receives a sparse change, and the goal is to maintain a sketch of the tensor product A_1 A_q so that the regression solution can be updated quickly. Recomputing the solution from scratch for each round is very slow and so it is important to develop algorithms which can quickly update the solution with the new design matrix. Our main result is a dynamic tree data structure where any update to a single matrix can be propagated quickly throughout the tree. We show that our data structure can be used to solve dynamic versions of not only Tensor Product Regression, but also Tensor Product Spline regression (which is a generalization of ridge regression) and for maintaining Low Rank Approximations for the tensor product.

Tasks

Reproductions