English

Polynomial-Time Power-Sum Decomposition of Polynomials

Data Structures and Algorithms 2022-08-02 v1 Computational Complexity

Abstract

We give efficient algorithms for finding power-sum decomposition of an input polynomial P(x)=impi(x)dP(x)= \sum_{i\leq m} p_i(x)^d with component pip_is. The case of linear pip_is is equivalent to the well-studied tensor decomposition problem while the quadratic case occurs naturally in studying identifiability of non-spherical Gaussian mixtures from low-order moments. Unlike tensor decomposition, both the unique identifiability and algorithms for this problem are not well-understood. For the simplest setting of quadratic pip_is and d=3d=3, prior work of Ge, Huang and Kakade yields an algorithm only when mO~(n)m \leq \tilde{O}(\sqrt{n}). On the other hand, the more general recent result of Garg, Kayal and Saha builds an algebraic approach to handle any m=nO(1)m=n^{O(1)} components but only when dd is large enough (while yielding no bounds for d=3d=3 or even d=100d=100) and only handles an inverse exponential noise. Our results obtain a substantial quantitative improvement on both the prior works above even in the base case of d=3d=3 and quadratic pip_is. Specifically, our algorithm succeeds in decomposing a sum of mO~(n)m \sim \tilde{O}(n) generic quadratic pip_is for d=3d=3 and more generally the ddth power-sum of mn2d/15m \sim n^{2d/15} generic degree-KK polynomials for any K2K \geq 2. Our algorithm relies only on basic numerical linear algebraic primitives, is exact (i.e., obtain arbitrarily tiny error up to numerical precision), and handles an inverse polynomial noise when the pip_is have random Gaussian coefficients. Our main tool is a new method for extracting the linear span of pip_is by studying the linear subspace of low-order partial derivatives of the input PP. For establishing polynomial stability of our algorithm in average-case, we prove inverse polynomial bounds on the smallest singular value of certain correlated random matrices with low-degree polynomial entries that arise in our analyses.

Keywords

Cite

@article{arxiv.2208.00122,
  title  = {Polynomial-Time Power-Sum Decomposition of Polynomials},
  author = {Mitali Bafna and Jun-Ting Hsieh and Pravesh K. Kothari and Jeff Xu},
  journal= {arXiv preprint arXiv:2208.00122},
  year   = {2022}
}

Comments

To appear in FOCS 2022

R2 v1 2026-06-25T01:20:44.888Z