LGPFMLMar 23, 2020

Efficient Tensor Kernel methods for sparse regression

arXiv:2003.10482v11 citations
AI Analysis

This work addresses scalability issues in tensor kernel methods for sparse regression, offering incremental improvements to enhance applicability.

The paper tackles the high memory and computational costs of tensor kernel methods for sparse regression by introducing a more efficient data storage layout and a Nyström-type subsampling approach, demonstrating effectiveness on synthetic and real datasets.

Recently, classical kernel methods have been extended by the introduction of suitable tensor kernels so to promote sparsity in the solution of the underlying regression problem. Indeed, they solve an lp-norm regularization problem, with p=m/(m-1) and m even integer, which happens to be close to a lasso problem. However, a major drawback of the method is that storing tensors requires a considerable amount of memory, ultimately limiting its applicability. In this work we address this problem by proposing two advances. First, we directly reduce the memory requirement, by intriducing a new and more efficient layout for storing the data. Second, we use a Nystrom-type subsampling approach, which allows for a training phase with a smaller number of data points, so to reduce the computational cost. Experiments, both on synthetic and read datasets, show the effectiveness of the proposed improvements. Finally, we take case of implementing the cose in C++ so to further speed-up the computation.

Foundations

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

Your Notes