English

A Fourier Approach to Mixture Learning

Machine Learning 2022-10-07 v2 Data Structures and Algorithms Machine Learning

Abstract

We revisit the problem of learning mixtures of spherical Gaussians. Given samples from mixture 1kj=1kN(μj,Id)\frac{1}{k}\sum_{j=1}^{k}\mathcal{N}(\mu_j, I_d), the goal is to estimate the means μ1,μ2,,μkRd\mu_1, \mu_2, \ldots, \mu_k \in \mathbb{R}^d up to a small error. The hardness of this learning problem can be measured by the separation Δ\Delta defined as the minimum distance between all pairs of means. Regev and Vijayaraghavan (2017) showed that with Δ=Ω(logk)\Delta = \Omega(\sqrt{\log k}) separation, the means can be learned using poly(k,d)\mathrm{poly}(k, d) samples, whereas super-polynomially many samples are required if Δ=o(logk)\Delta = o(\sqrt{\log k}) and d=Ω(logk)d = \Omega(\log k). This leaves open the low-dimensional regime where d=o(logk)d = o(\log k). In this work, we give an algorithm that efficiently learns the means in d=O(logk/loglogk)d = O(\log k/\log\log k) dimensions under separation d/logkd/\sqrt{\log k} (modulo doubly logarithmic factors). This separation is strictly smaller than logk\sqrt{\log k}, and is also shown to be necessary. Along with the results of Regev and Vijayaraghavan (2017), our work almost pins down the critical separation threshold at which efficient parameter learning becomes possible for spherical Gaussian mixtures. More generally, our algorithm runs in time poly(k)f(d,Δ,ϵ)\mathrm{poly}(k)\cdot f(d, \Delta, \epsilon), and is thus fixed-parameter tractable in parameters dd, Δ\Delta and ϵ\epsilon. Our approach is based on estimating the Fourier transform of the mixture at carefully chosen frequencies, and both the algorithm and its analysis are simple and elementary. Our positive results can be easily extended to learning mixtures of non-Gaussian distributions, under a mild condition on the Fourier spectrum of the distribution.

Keywords

Cite

@article{arxiv.2210.02415,
  title  = {A Fourier Approach to Mixture Learning},
  author = {Mingda Qiao and Guru Guruganesh and Ankit Singh Rawat and Avinava Dubey and Manzil Zaheer},
  journal= {arXiv preprint arXiv:2210.02415},
  year   = {2022}
}

Comments

To appear at NeurIPS 2022; v2 corrected author information

R2 v1 2026-06-28T02:52:22.568Z