Dynamic Tensor Product Regression
Aravind Reddy, Zhao Song, Lichen Zhang

TL;DR
This paper introduces a dynamic data structure for efficiently updating tensor product regression solutions when individual matrices undergo sparse changes, enabling fast updates in high-dimensional tensor regression problems.
Contribution
The authors develop a novel dynamic tree data structure that allows quick propagation of updates in tensor product matrices for regression tasks, improving computational efficiency.
Findings
Efficient algorithms for updating tensor product regression solutions.
Applicable to tensor spline regression and low-rank tensor approximations.
Significantly reduces computation time for dynamic high-dimensional regression.
Abstract
In this work, we initiate the study of \emph{Dynamic Tensor Product Regression}. One has matrices and a label vector , and the goal is to solve the regression problem with the design matrix being the tensor product of the matrices i.e. . At each time step, one matrix receives a sparse change, and the goal is to maintain a sketch of the tensor product 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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsTensor decomposition and applications · Parallel Computing and Optimization Techniques · Advanced Neural Network Applications
