John Ellipsoids via Lazy Updates

Abstract

We give a faster algorithm for computing an approximate John ellipsoid around $n$ points in $d$ dimensions. The best known prior algorithms are based on repeatedly computing the leverage scores of the points and reweighting them by these scores (Cohen et al., 2019). We show that this algorithm can be substantially sped up by delaying the computation of high accuracy leverage scores by using sampling, and then later computing multiple batches of high accuracy leverage scores via fast rectangular matrix multiplication. We also give low-space streaming algorithms for John ellipsoids using similar ideas.

Cite

Text

Woodruff and Yasuda. "John Ellipsoids via Lazy Updates." Neural Information Processing Systems, 2024. doi:10.52202/079017-2179

Markdown

[Woodruff and Yasuda. "John Ellipsoids via Lazy Updates." Neural Information Processing Systems, 2024.](https://mlanthology.org/neurips/2024/woodruff2024neurips-john/) doi:10.52202/079017-2179

BibTeX

@inproceedings{woodruff2024neurips-john,
  title     = {{John Ellipsoids via Lazy Updates}},
  author    = {Woodruff, David P. and Yasuda, Taisuke},
  booktitle = {Neural Information Processing Systems},
  year      = {2024},
  doi       = {10.52202/079017-2179},
  url       = {https://mlanthology.org/neurips/2024/woodruff2024neurips-john/}
}