DBMay 21

Measuring Database Unfairness via Dependency Quantification Under Differential Privacy

arXiv:2605.2295236.0
AI Analysis

This work addresses the need for fairness assessment in differentially private data publishing, providing practical tools for data managers to detect and mitigate bias while preserving privacy.

The authors propose a formal framework for quantifying data unfairness under differential privacy, introducing three complementary measures (mutual information-based, data repair-based, and top-k tuple contribution) with privacy-preserving algorithms. Experiments show their measures faithfully approximate non-private counterparts and effectively quantify bias under privacy constraints.

Differential privacy (DP) has become the de facto standard for protecting sensitive data, providing strong guarantees that published statistics or models reveal limited information about any individual. However, privacy noise and restricted data access make it increasingly difficult to assess the fairness and reliability of private datasets. In this paper, we propose a formal framework for quantifying data unfairness under DP. We identify three core desiderata for unfairness measures based on previous work: positivity, monotonicity, and DP computability. We further instantiate them through three complementary measures: (1) a mutual information-based measure with a total variation distance proxy suitable for DP, (2) a data repair-based measure approximated via a reduction to weighted MaxSAT, and (3) a top-$k$ tuple contribution measure that isolates the most influential records in fairness violations. We design privacy-preserving algorithms and analyze their sensitivity, accuracy, and efficiency. Extensive experiments on multiple real-world datasets demonstrate that our proposed measures faithfully approximate their non-private counterparts, effectively quantify bias under privacy constraints, and provide insights for data management.

Foundations

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

Your Notes