CYCRLGNov 6, 2022

Confidence-Ranked Reconstruction of Census Microdata from Published Statistics

arXiv:2211.03128v242 citationsh-index: 77
Originality Incremental advance
AI Analysis

This work highlights privacy risks for individuals in datasets when releasing precise aggregate statistics, motivating the need for differential privacy, though it is incremental in improving attack methods.

The paper tackles the problem of reconstructing private census microdata from published aggregate statistics using a new class of attacks based on randomized non-convex optimization, achieving significant reconstruction of full rows with reliable confidence rankings, as demonstrated on U.S. Census and ACS datasets.

A reconstruction attack on a private dataset $D$ takes as input some publicly accessible information about the dataset and produces a list of candidate elements of $D$. We introduce a new class of data reconstruction attacks based on randomized methods for non-convex optimization. We empirically demonstrate that our attacks can not only reconstruct full rows of $D$ from aggregate query statistics $Q(D)\in \mathbb{R}^m$, but can do so in a way that reliably ranks reconstructed rows by their odds of appearing in the private data, providing a signature that could be used for prioritizing reconstructed rows for further actions such as identify theft or hate crime. We also design a sequence of baselines for evaluating reconstruction attacks. Our attacks significantly outperform those that are based only on access to a public distribution or population from which the private dataset $D$ was sampled, demonstrating that they are exploiting information in the aggregate statistics $Q(D)$, and not simply the overall structure of the distribution. In other words, the queries $Q(D)$ are permitting reconstruction of elements of this dataset, not the distribution from which $D$ was drawn. These findings are established both on 2010 U.S. decennial Census data and queries and Census-derived American Community Survey datasets. Taken together, our methods and experiments illustrate the risks in releasing numerically precise aggregate statistics of a large dataset, and provide further motivation for the careful application of provably private techniques such as differential privacy.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes