Fast Private Adaptive Query Answering for Large Data Domains
Miguel Fuentes, Brett Mullins, Yingtai Xiao, Daniel Kifer, Cameron Musco, Daniel Sheldon
TL;DR
The paper tackles privately answering large numbers of marginal queries under differential privacy by leveraging residuals to decouple reconstruction from heavy graphical-model work. It introduces an in-axis multi-dimensional array framework, a lazy updating scheme, and a conditional ResidualPlanner to optimize noise allocation, culminating in AIM+GReM, a fast, scalable adaptive mechanism based on GReM-MLE reconstruction. The results show AIM+GReM is orders of magnitude faster than AIM+PGM while maintaining competitive accuracy, particularly on high-dimensional domains, and it often outperformsResidualPlanner in low-budget regimes. Collectively, these innovations enable accurate private analysis of large tabular datasets with substantially improved efficiency and scalability.
Abstract
Privately releasing marginals of a tabular dataset is a foundational problem in differential privacy. However, state-of-the-art mechanisms suffer from a computational bottleneck when marginal estimates are reconstructed from noisy measurements. Recently, residual queries were introduced and shown to lead to highly efficient reconstruction in the batch query answering setting. We introduce new techniques to integrate residual queries into state-of-the-art adaptive mechanisms such as AIM. Our contributions include a novel conceptual framework for residual queries using multi-dimensional arrays, lazy updating strategies, and adaptive optimization of the per-round privacy budget allocation. Together these contributions reduce error, improve speed, and simplify residual query operations. We integrate these innovations into a new mechanism (AIM+GReM), which improves AIM by using fast residual-based reconstruction instead of a graphical model approach. Our mechanism is orders of magnitude faster than the original framework and demonstrates competitive error and greatly improved scalability.
