English

Estimating the True Distribution of Data Collected with Randomized Response

Cryptography and Security 2026-01-14 v1

Abstract

Randomized Response (RR) is a protocol designed to collect and analyze categorical data with local differential privacy guarantees. It has been used as a building block of mechanisms deployed by Big tech companies to collect app or web users' data. Each user reports an automatic random alteration of their true value to the analytics server, which then estimates the histogram of the true unseen values of all users using a debiasing rule to compensate for the added randomness. A known issue is that the standard debiasing rule can yield a vector with negative values (which can not be interpreted as a histogram), and there is no consensus on the best fix. An elegant but slow solution is the Iterative Bayesian Update algorithm (IBU), which converges to the Maximum Likelihood Estimate (MLE) as the number of iterations goes to infinity. This paper bypasses IBU by providing a simple formula for the exact MLE of RR and compares it with other estimation methods experimentally to help practitioners decide which one to use.

Keywords

Cite

@article{arxiv.2601.08603,
  title  = {Estimating the True Distribution of Data Collected with Randomized Response},
  author = {Carlos Antonio Pinzón and Ehab ElSalamouny and Lucas Massot and Alexis Miller and Héber Hwang Arcolezi and Catuscia Palamidessi},
  journal= {arXiv preprint arXiv:2601.08603},
  year   = {2026}
}
R2 v1 2026-07-01T09:02:50.325Z