Investigating the Effects of Fairness Interventions Using Pointwise Representational Similarity
Camila Kolling, Till Speicher, Vedant Nanda, Mariya Toneva, Krishna P. Gummadi
TL;DR
This work introduces Pointwise Normalized Kernel Alignment (PNKA), a per-data-point representational similarity measure that audits how debiasing interventions alter intermediate representations $Z$ across individuals. By comparing pointwise neighborhood structures via $PNKA(Z,Z',i)=\cos(K(Z)_i, K(Z')_i)$, the method reveals nuanced effects of group versus individual fairness on tabular data (COMPAS, Adult) and language embeddings (GP-/GN-GloVe, SEAT/WEAT contexts). Empirical findings show that group fairness typically affects a small subset of individuals, while individual fairness shifts representations broadly; PNKA’s predictions align with downstream outcomes, suggesting its utility for fairness audits. In language domains, PNKA uncovers that debiasing methods may not remove biases from stereotypical contexts and can instead alter gender-definitional information, underscoring limitations of traditional evaluation metrics. Overall, PNKA provides a general, datapoint-focused framework to audit and predict debiasing effects across tasks and modalities, informing more robust fairness assessments in ML systems.
Abstract
Machine learning (ML) algorithms can often exhibit discriminatory behavior, negatively affecting certain populations across protected groups. To address this, numerous debiasing methods, and consequently evaluation measures, have been proposed. Current evaluation measures for debiasing methods suffer from two main limitations: (1) they primarily provide a global estimate of unfairness, failing to provide a more fine-grained analysis, and (2) they predominantly analyze the model output on a specific task, failing to generalize the findings to other tasks. In this work, we introduce Pointwise Normalized Kernel Alignment (PNKA), a pointwise representational similarity measure that addresses these limitations by measuring how debiasing measures affect the intermediate representations of individuals. On tabular data, the use of PNKA reveals previously unknown insights: while group fairness predominantly influences a small subset of the population, maintaining high representational similarity for the majority, individual fairness constraints uniformly impact representations across the entire population, altering nearly every data point. We show that by evaluating representations using PNKA, we can reliably predict the behavior of ML models trained on these representations. Moreover, applying PNKA to language embeddings shows that existing debiasing methods may not perform as intended, failing to remove biases from stereotypical words and sentences. Our findings suggest that current evaluation measures for debiasing methods are insufficient, highlighting the need for a deeper understanding of the effects of debiasing methods, and show how pointwise representational similarity metrics can help with fairness audits.
