English

Exploring the Gap between Tolerant and Non-tolerant Distribution Testing

Data Structures and Algorithms 2022-09-22 v2

Abstract

The framework of distribution testing is currently ubiquitous in the field of property testing. In this model, the input is a probability distribution accessible via independently drawn samples from an oracle. The testing task is to distinguish a distribution that satisfies some property from a distribution that is far from satisfying it in the 1\ell_1 distance. The task of tolerant testing imposes a further restriction, that distributions close to satisfying the property are also accepted. This work focuses on the connection of the sample complexities of non-tolerant ("traditional") testing of distributions and tolerant testing thereof. When limiting our scope to label-invariant (symmetric) properties of distribution, we prove that the gap is at most quadratic. Conversely, the property of being the uniform distribution is indeed known to have an almost-quadratic gap. When moving to general, not necessarily label-invariant properties, the situation is more complicated, and we show some partial results. We show that if a property requires the distributions to be non-concentrated, then it cannot be non-tolerantly tested with o(n)o(\sqrt{n}) many samples, where nn denotes the universe size. Clearly, this implies at most a quadratic gap, because a distribution can be learned (and hence tolerantly tested against any property) using O(n)\mathcal{O}(n) many samples. Being non-concentrated is a strong requirement on the property, as we also prove a close to linear lower bound against their tolerant tests. To provide evidence for other general cases (where the properties are not necessarily label-invariant), we show that if an input distribution is very concentrated, in the sense that it is mostly supported on a subset of size ss of the universe, then it can be learned using only O(s)\mathcal{O}(s) many samples. The learning procedure adapts to the input, and works without knowing ss in advance.

Keywords

Cite

@article{arxiv.2110.09972,
  title  = {Exploring the Gap between Tolerant and Non-tolerant Distribution Testing},
  author = {Sourav Chakraborty and Eldar Fischer and Arijit Ghosh and Gopinath Mishra and Sayantan Sen},
  journal= {arXiv preprint arXiv:2110.09972},
  year   = {2022}
}

Comments

Added new results on constructive tolerant tester. Accepted at RANDOM 22

R2 v1 2026-06-24T07:00:38.834Z