Testing Poisson Binomial Distributions
Jayadev Acharya, Constantinos Daskalakis

TL;DR
This paper introduces a near-optimal, sample-efficient algorithm for testing whether a distribution over 0,...,n is a Poisson Binomial distribution, significantly improving upon naive methods with a matching lower bound.
Contribution
It presents the first near-optimal algorithm for testing Poisson Binomial distributions with a sample complexity of O(n^{1/4}), surpassing naive approaches and establishing a matching lower bound.
Findings
Sample complexity of O(n^{1/4}) for testing Poisson Binomial distributions
Quadratic improvement over naive 'learn then test' approach
Matching lower bound demonstrating optimality
Abstract
A Poisson Binomial distribution over variables is the distribution of the sum of independent Bernoullis. We provide a sample near-optimal algorithm for testing whether a distribution supported on to which we have sample access is a Poisson Binomial distribution, or far from all Poisson Binomial distributions. The sample complexity of our algorithm is to which we provide a matching lower bound. We note that our sample complexity improves quadratically upon that of the naive "learn followed by tolerant-test" approach, while instance optimal identity testing [VV14] is not applicable since we are looking to simultaneously test against a whole family of distributions.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Algorithms · Complexity and Algorithms in Graphs · Stochastic Gradient Optimization Techniques
