paper-with-me

홈 › Papers

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

2025-05-12 · Héber H. Arcolezi, Mina Alishahi, Adda-Akram Bendoukha, Nesrine Kaaniche

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 four orders of magnitude. 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.

📄 PDF Abstract BibTeX arXiv:2505.07985

Code (1)

hharcolezi/anonymity-impact-fairness 공식 구현

Tasks

Fairness

Similar Papers 제목 키워드 기반

Fair Group-Shared Representations with Normalizing Flows

2022-01-17 · Mattia Cerrato, Marius Köppel, Alexander Segner, Stefan Kramer

The issue of fairness in machine learning stems from the fact that historical data often displays biases against specific groups of people which have been underprivileged in the recent past, or still are. In this context…

AttributeFairnessRepresentation Learning

Foul prediction with estimated poses from soccer broadcast video

2024-02-15 · Jiale Fang, Calvin Yeung, Keisuke Fujii

Recent advances in computer vision have made significant progress in tracking and pose estimation of sports players. However, there have been fewer studies on behavior prediction with pose estimation in sports, in partic…

Pose EstimationPrediction

Counterpart Fairness -- Addressing Systematic between-group Differences in Fairness Evaluation

2023-05-29 · Yifei Wang, Zhengyang Zhou, Liqin Wang, John Laurentiev 외

When using machine learning to aid decision-making, it is critical to ensure that an algorithmic decision is fair and does not discriminate against specific individuals/groups, particularly those from underprivileged pop…

Decision MakingFairnessMetric Learning

Learning Collective Action under Risk Diversity

2022-01-30 · Ramona Merhej, Fernando P. Santos, Francisco S. Melo, Mohamed Chetouani 외

Collective risk dilemmas (CRDs) are a class of n-player games that represent societal challenges where groups need to coordinate to avoid the risk of a disastrous outcome. Multi-agent systems incurring such dilemmas face…

Diversity

Cutting a Cake Fairly for Groups Revisited

2023-01-22 · Erel Segal-haLevi, Warut Suksompong

Cake cutting is a classic fair division problem, with the cake serving as a metaphor for a heterogeneous divisible resource. Recently, it was shown that for any number of players with arbitrary preferences over a cake, i…