paper-with-me

Papers

Directional Bias Amplification

2021-02-24 · Angelina Wang, Olga Russakovsky

Mitigating bias in machine learning systems requires refining our understanding of bias propagation pathways: from societal structures to large-scale data to trained models to impact on society. In this work, we focus on one aspect of the problem, namely bias amplification: the tendency of models to amplify the biases present in the data they are trained on. A metric for measuring bias amplification was introduced in the seminal work by Zhao et al. (2017); however, as we demonstrate, this metric suffers from a number of shortcomings including conflating different types of bias amplification and failing to account for varying base rates of protected attributes. We introduce and analyze a new, decoupled metric for measuring bias amplification, $\text{BiasAmp}_{\rightarrow}$ (Directional Bias Amplification). We thoroughly analyze and discuss both the technical assumptions and normative implications of this metric. We provide suggestions about its measurement by cautioning against predicting sensitive attributes, encouraging the use of confidence intervals due to fluctuations in the fairness of models across runs, and discussing the limitations of what this metric captures. Throughout this paper, we work to provide an interrogative look at the technical measurement of bias amplification, guided by our normative ideas of what we want it to encompass. Code is located at https://github.com/princetonvisualai/directional-bias-amp

📄 PDF Abstract BibTeX arXiv:2102.12594

Code (1)

princetonvisualai/directional-bias-amp 공식 구현 pytorch

Tasks

Fairness

Similar Papers 제목 키워드 기반

Making Bias Amplification in Balanced Datasets Directional and Interpretable

2024-12-15 · Bhanu Tokas, Rahul Nair, Hannah Kerner

Most of the ML datasets we use today are biased. When we train models on these biased datasets, they often not only learn dataset biases but can also amplify them -- a phenomenon known as bias amplification. Several co-o…

Attribute

Measuring directional bias amplification in image captions using predictability

2025-03-10 · Rahul Nair, Bhanu Tokas, Neel Shah, Hannah Kerner

When we train models on biased ML datasets, they not only learn these biases but can inflate them at test time - a phenomenon called bias amplification. To measure bias amplification in ML datasets, many co-occurrence-ba…

Image Captioningimage-classificationImage Classification

A Systematic Study of Bias Amplification

2022-01-27 · Melissa Hall, Laurens van der Maaten, Laura Gustafson, Maxwell Jones 외

Recent research suggests that predictions made by machine-learning models can amplify biases present in the training data. When a model amplifies bias, it makes certain predictions at a higher rate for some groups than e…

BIG-bench Machine Learningimage-classificationImage Classification

Actions Speak Louder than Words: Agent Decisions Reveal Implicit Biases in Language Models

2025-01-29 · YuXuan Li, Hirokazu Shirado, Sauvik Das

While advances in fairness and alignment have helped mitigate overt biases exhibited by large language models (LLMs) when explicitly prompted, we hypothesize that these models may still exhibit implicit biases when simul…

Decision MakingFairness

Feature-Wise Bias Amplification

2018-12-21 · ICLR 2019 5 · Klas Leino, Emily Black, Matt Fredrikson, Shayak Sen 외

We study the phenomenon of bias amplification in classifiers, wherein a machine learning model learns to predict classes with a greater disparity than the underlying ground truth. We demonstrate that bias amplification c…

feature selectionInductive Bias