paper-with-me

Papers

Near-Optimal Bounds for Testing Histogram Distributions

2022-07-14 · Clément L. Canonne, Ilias Diakonikolas, Daniel M. Kane, Sihan Liu

We investigate the problem of testing whether a discrete probability distribution over an ordered domain is a histogram on a specified number of bins. One of the most common tools for the succinct approximation of data, $k$-histograms over $[n]$, are probability distributions that are piecewise constant over a set of $k$ intervals. The histogram testing problem is the following: Given samples from an unknown distribution $\mathbf{p}$ on $[n]$, we want to distinguish between the cases that $\mathbf{p}$ is a $k$-histogram versus $\varepsilon$-far from any $k$-histogram, in total variation distance. Our main result is a sample near-optimal and computationally efficient algorithm for this testing problem, and a nearly-matching (within logarithmic factors) sample complexity lower bound. Specifically, we show that the histogram testing problem has sample complexity $\widetilde \Theta (\sqrt{nk} / \varepsilon + k / \varepsilon^2 + \sqrt{n} / \varepsilon^2)$.

📄 PDF Abstract BibTeX arXiv:2207.06596

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Near-Optimal Closeness Testing of Discrete Histogram Distributions

2017-03-06 · Ilias Diakonikolas, Daniel M. Kane, Vladimir Nikishkin

We investigate the problem of testing the equivalence between two discrete histograms. A {\em $k$-histogram} over $[n]$ is a probability distribution that is piecewise constant over some set of $k$ intervals over $[n]$. …

Testing Identity of Multidimensional Histograms

2018-04-10 · Ilias Diakonikolas, Daniel M. Kane, John Peebles

We investigate the problem of identity testing for multidimensional histogram distributions. A distribution $p: D \rightarrow \mathbb{R}_+$, where $D \subseteq \mathbb{R}^d$, is called a $k$-histogram if there exists a p…

Two-sample testing

Replicable Distribution Testing

2025-07-03 · Ilias Diakonikolas, Jingyi Gao, Daniel Kane, Sihan Liu 외 arxiv

We initiate a systematic investigation of distribution testing in the framework of algorithmic replicability. Specifically, given independent samples from a collection of probability distributions, the goal is to charact…

Differentially private anonymized histograms

2019-10-08 · NeurIPS 2019 12 · Ananda Theertha Suresh

For a dataset of label-count pairs, an anonymized histogram is the multiset of counts. Anonymized histograms appear in various potentially sensitive contexts such as password-frequency lists, degree distribution in socia…

Approximating Probability Distributions by ReLU Networks

2021-01-25 · Manuj Mukherjee, Aslan Tchamkerten, Mansoor Yousefi

How many neurons are needed to approximate a target probability distribution using a neural network with a given input distribution and approximation error? This paper examines this question for the case when the input d…