English

Online Tensor Learning: Computational and Statistical Trade-offs, Adaptivity and Optimal Regret

Machine Learning 2024-10-23 v3 Machine Learning

Abstract

Large tensor learning algorithms are typically computationally expensive and require storing a vast amount of data. In this paper, we propose a unified online Riemannian gradient descent (oRGrad) algorithm for tensor learning, which is computationally efficient, consumes much less memory, and can handle sequentially arriving data while making timely predictions. The algorithm is applicable to both linear and generalized linear models. If the time horizon T is known, oRGrad achieves statistical optimality by choosing an appropriate fixed step size. We find that noisy tensor completion particularly benefits from online algorithms by avoiding the trimming procedure and ensuring sharp entry-wise statistical error, which is often technically challenging for offline methods. The regret of oRGrad is analyzed, revealing a fascinating trilemma concerning the computational convergence rate, statistical error, and regret bound. By selecting an appropriate constant step size, oRGrad achieves an O(T1/2)O(T^{1/2}) regret. We then introduce the adaptive-oRGrad algorithm, which can achieve the optimal O(logT)O(\log T) regret by adaptively selecting step sizes, regardless of whether the time horizon is known. The adaptive-oRGrad algorithm can attain a statistically optimal error rate without knowing the horizon. Comprehensive numerical simulations corroborate our theoretical findings. We show that oRGrad significantly outperforms its offline counterpart in predicting the solar F10.7 index with tensor predictors that monitor space weather impacts.

Keywords

Cite

@article{arxiv.2306.03372,
  title  = {Online Tensor Learning: Computational and Statistical Trade-offs, Adaptivity and Optimal Regret},
  author = {Jingyang Li and Jian-Feng Cai and Yang Chen and Dong Xia},
  journal= {arXiv preprint arXiv:2306.03372},
  year   = {2024}
}

Comments

Add initialization algorithms and new application

R2 v1 2026-06-28T10:57:23.997Z