LGAICRMay 12, 2025

Fair Play for Individuals, Foul Play for Groups? Auditing Anonymization's Impact on ML Fairness

arXiv:2505.07985v21 citationsh-index: 19Has CodeECAI
Originality Incremental advance
AI Analysis

This addresses the trade-offs between privacy and fairness in AI for developers and policymakers, though it is incremental as it explores specific effects of existing anonymization methods.

The paper systematically audits how anonymization techniques like k-anonymity affect ML fairness, finding they can degrade group fairness metrics by up to fourfold while improving individual fairness metrics due to increased input homogeneity.

Machine learning (ML) algorithms are heavily based on the availability of training data, which, depending on the domain, often includes sensitive information about data providers. This raises critical privacy concerns. Anonymization techniques have emerged as a practical solution to address these issues by generalizing features or suppressing data to make it more difficult to accurately identify individuals. Although recent studies have shown that privacy-enhancing technologies can influence ML predictions across different subgroups, thus affecting fair decision-making, the specific effects of anonymization techniques, such as $k$-anonymity, $\ell$-diversity, and $t$-closeness, on ML fairness remain largely unexplored. In this work, we systematically audit the impact of anonymization techniques on ML fairness, evaluating both individual and group fairness. Our quantitative study reveals that anonymization can degrade group fairness metrics by up to fourfold. Conversely, similarity-based individual fairness metrics tend to improve under stronger anonymization, largely as a result of increased input homogeneity. By analyzing varying levels of anonymization across diverse privacy settings and data distributions, this study provides critical insights into the trade-offs between privacy, fairness, and utility, offering actionable guidelines for responsible AI development. Our code is publicly available at: https://github.com/hharcolezi/anonymity-impact-fairness.

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