NeurIPS 2020poster18 citations

Beyond Lazy Training for Over-parameterized Tensor Decomposition

Xiang Wang, Chenwei Wu, Jason Lee, Tengyu Ma, Rong Ge

Abstract

Over-parametrization is an important technique in training neural networks. In both theory and practice, training a larger network allows the optimization algorithm to avoid bad local optimal solutions. In this paper we study a closely related tensor decomposition problem: given an $l$-th order tensor in $(R^d)^{\otimes l}$ of rank $r$ (where $r\ll d$), can variants of gradient descent find a rank $m$ decomposition where $m > r$? We show that in a lazy training regime (similar to the NTK regime for neural networks) one needs at least $m = \Omega(d^{l-1})$, while a variant of gradient descent can find an approximate tensor when $m = O^*(r^{2.5l}\log d)$. Our results show that gradient descent on over-parametrized objective could go beyond the lazy training regime and utilize certain low-rank structure in the data.

BibTeX
@inproceedings{NEURIPS2020_f9d3a954,
 author = {Wang, Xiang and Wu, Chenwei and Lee, Jason D and Ma, Tengyu and Ge, Rong},
 booktitle = {Advances in Neural Information Processing Systems},
 editor = {H. Larochelle and M. Ranzato and R. Hadsell and M.F. Balcan and H. Lin},
 pages = {21934--21944},
 publisher = {Curran Associates, Inc.},
 title = {Beyond Lazy Training for Over-parameterized Tensor Decomposition},
 url = {https://proceedings.neurips.cc/paper_files/paper/2020/file/f9d3a954de63277730a1c66d8b38dee3-Paper.pdf},
 volume = {33},
 year = {2020}
}