English

Strongly Polynomial Frame Scaling to High Precision

Data Structures and Algorithms 2024-02-08 v1 Optimization and Control

Abstract

The frame scaling problem is: given vectors U:={u1,...,un}RdU := \{u_{1}, ..., u_{n} \} \subseteq \mathbb{R}^{d}, marginals cR++nc \in \mathbb{R}^{n}_{++}, and precision ε>0\varepsilon > 0, find left and right scalings LRd×d,rRnL \in \mathbb{R}^{d \times d}, r \in \mathbb{R}^n such that (v1,,vn):=(Lu1r1,,Lunrn)(v_1,\dots,v_n) := (Lu_1 r_1,\dots,Lu_nr_n) simultaneously satisfies i=1nviviT=Id\sum_{i=1}^n v_i v_i^{\mathsf{T}} = I_d and vj22=cj,j[n]\|v_{j}\|_{2}^{2} = c_{j}, \forall j \in [n], up to error ε\varepsilon. This problem has appeared in a variety of fields throughout linear algebra and computer science. In this work, we give a strongly polynomial algorithm for frame scaling with log(1/ε)\log(1/\varepsilon) convergence. This answers a question of Diakonikolas, Tzamos and Kane (STOC 2023), who gave the first strongly polynomial randomized algorithm with poly(1/ε)(1/\varepsilon) convergence for the special case c=dn1nc = \frac{d}{n} 1_{n}. Our algorithm is deterministic, applies for general cR++nc \in \mathbb{R}^{n}_{++}, and requires O(n3log(n/ε))O(n^{3} \log(n/\varepsilon)) iterations as compared to O(n5d11/ε5)O(n^{5} d^{11}/\varepsilon^{5}) iterations of DTK. By lifting the framework of Linial, Samorodnitsky and Wigderson (Combinatorica 2000) for matrix scaling to frames, we are able to simplify both the algorithm and analysis. Our main technical contribution is to generalize the potential analysis of LSW to the frame setting and compute an update step in strongly polynomial time that achieves geometric progress in each iteration. In fact, we can adapt our results to give an improved analysis of strongly polynomial matrix scaling, reducing the O(n5log(n/ε))O(n^{5} \log(n/\varepsilon)) iteration bound of LSW to O(n3log(n/ε))O(n^{3} \log(n/\varepsilon)). Additionally, we prove a novel bound on the size of approximate frame scaling solutions, involving the condition measure χˉ\bar{\chi} studied in the linear programming literature, which may be of independent interest.

Keywords

Cite

@article{arxiv.2402.04799,
  title  = {Strongly Polynomial Frame Scaling to High Precision},
  author = {Daniel Dadush and Akshay Ramachandran},
  journal= {arXiv preprint arXiv:2402.04799},
  year   = {2024}
}

Comments

Comments welcome

R2 v1 2026-06-28T14:41:29.210Z