English

Testing Mixtures of Discrete Distributions

Statistics Theory 2019-07-09 v1 Data Structures and Algorithms Machine Learning Statistics Theory

Abstract

There has been significant study on the sample complexity of testing properties of distributions over large domains. For many properties, it is known that the sample complexity can be substantially smaller than the domain size. For example, over a domain of size nn, distinguishing the uniform distribution from distributions that are far from uniform in 1\ell_1-distance uses only O(n)O(\sqrt{n}) samples. However, the picture is very different in the presence of arbitrary noise, even when the amount of noise is quite small. In this case, one must distinguish if samples are coming from a distribution that is ϵ\epsilon-close to uniform from the case where the distribution is (1ϵ)(1-\epsilon)-far from uniform. The latter task requires nearly linear in nn samples [Valiant 2008, Valian and Valiant 2011]. In this work, we present a noise model that on one hand is more tractable for the testing problem, and on the other hand represents a rich class of noise families. In our model, the noisy distribution is a mixture of the original distribution and noise, where the latter is known to the tester either explicitly or via sample access; the form of the noise is also known a priori. Focusing on the identity and closeness testing problems leads to the following mixture testing question: Given samples of distributions p,q1,q2p, q_1,q_2, can we test if pp is a mixture of q1q_1 and q2q_2? We consider this general question in various scenarios that differ in terms of how the tester can access the distributions, and show that indeed this problem is more tractable. Our results show that the sample complexity of our testers are exactly the same as for the classical non-mixture case.

Keywords

Cite

@article{arxiv.1907.03190,
  title  = {Testing Mixtures of Discrete Distributions},
  author = {Maryam Aliakbarpour and Ravi Kumar and Ronitt Rubinfeld},
  journal= {arXiv preprint arXiv:1907.03190},
  year   = {2019}
}

Comments

Appeared in COLT 2019

R2 v1 2026-06-23T10:13:57.940Z