LGFeb 10

PRISM: Differentially Private Synthetic Data with Structure-Aware Budget Allocation for Prediction

arXiv:2602.10228v1
Originality Highly original
AI Analysis

This work addresses the challenge of maintaining prediction accuracy while ensuring differential privacy in synthetic data generation, which is important for data analysts and machine learning practitioners, though it is incremental in optimizing existing privacy mechanisms.

The paper tackles the problem of generating differentially private synthetic data for prediction tasks by developing PRISM, a method that allocates privacy budget based on structural knowledge, resulting in improved prediction accuracy, such as achieving AUC ≈ 0.73 under distribution shift compared to chance-level performance.

Differential privacy (DP) provides a mathematical guarantee limiting what an adversary can learn about any individual from released data. However, achieving this protection typically requires adding noise, and noise can accumulate when many statistics are measured. Existing DP synthetic data methods treat all features symmetrically, spreading noise uniformly even when the data will serve a specific prediction task. We develop a prediction-centric approach operating in three regimes depending on available structural knowledge. In the causal regime, when the causal parents of $Y$ are known and distribution shift is expected, we target the parents for robustness. In the graphical regime, when a Bayesian network structure is available and the distribution is stable, the Markov blanket of $Y$ provides a sufficient feature set for optimal prediction. In the predictive regime, when no structural knowledge exists, we select features via differentially private methods without claiming to recover causal or graphical structure. We formalize this as PRISM, a mechanism that (i) identifies a predictive feature subset according to the appropriate regime, (ii) constructs targeted summary statistics, (iii) allocates budget to minimize an upper bound on prediction error, and (iv) synthesizes data via graphical-model inference. We prove end-to-end privacy guarantees and risk bounds. Empirically, task-aware allocation improves prediction accuracy compared to generic synthesizers. Under distribution shift, targeting causal parents achieves AUC $\approx 0.73$ while correlation-based selection collapses to chance ($\approx 0.49$).

Foundations

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

Your Notes