English

Faster Algorithm for Structured John Ellipsoid Computation

Data Structures and Algorithms 2025-10-29 v2

Abstract

The famous theorem of Fritz John states that any convex body has a unique maximal volume inscribed ellipsoid, known as the John Ellipsoid. Computing the John Ellipsoid is a fundamental problem in convex optimization. In this paper, we focus on approximating the John Ellipsoid inscribed in a convex and centrally symmetric polytope defined by P:={xRd:1nAx1n}, P := \{ x \in \mathbb{R}^d : -\mathbf{1}_n \leq A x \leq \mathbf{1}_n \}, where ARn×d A \in \mathbb{R}^{n \times d} is a rank-dd matrix and 1nRn \mathbf{1}_n \in \mathbb{R}^n is the all-ones vector. We develop two efficient algorithms for approximating the John Ellipsoid. The first is a sketching-based algorithm that runs in nearly input-sparsity time O~(nnz(A)+dω) \widetilde{O}(\mathrm{nnz}(A) + d^\omega) , where nnz(A) \mathrm{nnz}(A) denotes the number of nonzero entries in the matrix AA and ω2.37 \omega \approx 2.37 is the current matrix multiplication exponent. The second is a treewidth-based algorithm that runs in time O~(nτ2) \widetilde{O}(n \tau^2), where τ\tau is the treewidth of the dual graph of the matrix AA. Our algorithms significantly improve upon the state-of-the-art running time of O~(nd2) \widetilde{O}(n d^2) achieved by [Cohen, Cousins, Lee, and Yang, COLT 2019].

Keywords

Cite

@article{arxiv.2211.14407,
  title  = {Faster Algorithm for Structured John Ellipsoid Computation},
  author = {Yang Cao and Xiaoyu Li and Zhao Song and Xin Yang and Tianyi Zhou},
  journal= {arXiv preprint arXiv:2211.14407},
  year   = {2025}
}

Comments

NeurIPS 2025