Learning from Multiway Data: Simple and Efficient Tensor Regression

Abstract

Tensor regression has shown to be advantageous in learning tasks with multi-directional relatedness. Given massive multiway data, traditional methods are often too slow to operate on or suffer from memory bottleneck. In this paper, we introduce subsampled tensor projected gradient to solve the problem. Our algorithm is impressively simple and efficient. It is built upon projected gradient method with fast tensor power iterations, leveraging randomized sketching for further acceleration. Theoretical analysis shows that our algorithm converges to the correct solution in fixed number of iterations. The memory requirement grows linearly with the size of the problem. We demonstrate superior empirical performance on both multi-linear multi-task learning and spatio-temporal applications.

Cite

Text

Yu and Liu. "Learning from Multiway Data: Simple and Efficient Tensor Regression." International Conference on Machine Learning, 2016.

Markdown

[Yu and Liu. "Learning from Multiway Data: Simple and Efficient Tensor Regression." International Conference on Machine Learning, 2016.](https://mlanthology.org/icml/2016/yu2016icml-learning/)

BibTeX

@inproceedings{yu2016icml-learning,
  title     = {{Learning from Multiway Data: Simple and Efficient Tensor Regression}},
  author    = {Yu, Rose and Liu, Yan},
  booktitle = {International Conference on Machine Learning},
  year      = {2016},
  pages     = {373-381},
  volume    = {48},
  url       = {https://mlanthology.org/icml/2016/yu2016icml-learning/}
}