English

Sketchy: Memory-efficient Adaptive Regularization with Frequent Directions

Machine Learning 2023-10-18 v2 Artificial Intelligence Machine Learning

Abstract

Adaptive regularization methods that exploit more than the diagonal entries exhibit state of the art performance for many tasks, but can be prohibitive in terms of memory and running time. We find the spectra of the Kronecker-factored gradient covariance matrix in deep learning (DL) training tasks are concentrated on a small leading eigenspace that changes throughout training, motivating a low-rank sketching approach. We describe a generic method for reducing memory and compute requirements of maintaining a matrix preconditioner using the Frequent Directions (FD) sketch. While previous approaches have explored applying FD for second-order optimization, we present a novel analysis which allows efficient interpolation between resource requirements and the degradation in regret guarantees with rank kk: in the online convex optimization (OCO) setting over dimension dd, we match full-matrix d2d^2 memory regret using only dkdk memory up to additive error in the bottom dkd-k eigenvalues of the gradient covariance. Further, we show extensions of our work to Shampoo, resulting in a method competitive in quality with Shampoo and Adam, yet requiring only sub-linear memory for tracking second moments.

Keywords

Cite

@article{arxiv.2302.03764,
  title  = {Sketchy: Memory-efficient Adaptive Regularization with Frequent Directions},
  author = {Vladimir Feinberg and Xinyi Chen and Y. Jennifer Sun and Rohan Anil and Elad Hazan},
  journal= {arXiv preprint arXiv:2302.03764},
  year   = {2023}
}

Comments

22 pages, 6 figures, 7 tables, NeurIPS 2023

R2 v1 2026-06-28T08:34:37.143Z