Differentially private histogram publication

  • Authors:
  • Jia Xu;Zhenjie Zhang;Xiaokui Xiao;Yin Yang;Ge Yu;Marianne Winslett

  • Affiliations:
  • College of Information Science and Engineering, Northeastern University, Shenyang, China;Advanced Digital Sciences Center, Illinois at Singapore Pte. Ltd, Singapore, Singapore;School of Computer Engineering, Nanyang Technological University, Singapore, Singapore;Advanced Digital Sciences Center, Illinois at Singapore Pte. Ltd, Singapore, Singapore;College of Information Science and Engineering, Northeastern University, Shenyang, China;Department of Computer Science, University of Illinois at Urbana-Champaign, Urbana-Champaign, USA

  • Venue:
  • The VLDB Journal — The International Journal on Very Large Data Bases
  • Year:
  • 2013

Quantified Score

Hi-index 0.00

Visualization

Abstract

Differential privacy (DP) is a promising scheme for releasing the results of statistical queries on sensitive data, with strong privacy guarantees against adversaries with arbitrary background knowledge. Existing studies on differential privacy mostly focus on simple aggregations such as counts. This paper investigates the publication of DP-compliant histograms, which is an important analytical tool for showing the distribution of a random variable, e.g., hospital bill size for certain patients. Compared to simple aggregations whose results are purely numerical, a histogram query is inherently more complex, since it must also determine its structure, i.e., the ranges of the bins. As we demonstrate in the paper, a DP-compliant histogram with finer bins may actually lead to significantly lower accuracy than a coarser one, since the former requires stronger perturbations in order to satisfy DP. Moreover, the histogram structure itself may reveal sensitive information, which further complicates the problem. Motivated by this, we propose two novel mechanisms, namely NoiseFirst and StructureFirst, for computing DP-compliant histograms. Their main difference lies in the relative order of the noise injection and the histogram structure computation steps. NoiseFirst has the additional benefit that it can improve the accuracy of an already published DP-compliant histogram computed using a naive method. For each of proposed mechanisms, we design algorithms for computing the optimal histogram structure with two different objectives: minimizing the mean square error and the mean absolute error, respectively. Going one step further, we extend both mechanisms to answer arbitrary range queries. Extensive experiments, using several real datasets, confirm that our two proposals output highly accurate query answers and consistently outperform existing competitors.