paper-with-me

Papers

Feature-Wise Bias Amplification

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

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 can arise via an inductive bias in gradient descent methods that results in the overestimation of the importance of moderately-predictive "weak" features if insufficient training data is available. This overestimation gives rise to feature-wise bias amplification -- a previously unreported form of bias that can be traced back to the features of a trained model. Through analysis and experiments, we show that while some bias cannot be mitigated without sacrificing accuracy, feature-wise bias amplification can be mitigated through targeted feature selection. We present two new feature selection algorithms for mitigating bias amplification in linear models, and show how they can be adapted to convolutional neural networks efficiently. Our experiments on synthetic and real data demonstrate that these algorithms consistently lead to reduced bias without harming accuracy, in some cases eliminating predictive bias altogether while providing modest gains in accuracy.

📄 PDF Abstract BibTeX arXiv:1812.08999

Code (0)

등록된 구현이 없습니다.

Tasks

feature selectionInductive Bias

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

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

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

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…

Fairness

How I Met Your Bias: Investigating Bias Amplification in Diffusion Models

2025-12-23 · Nathan Roos, Ekaterina Iakovleva, Ani Gjergji, Vito Paolo Pastore 외 arxiv

Diffusion-based generative models demonstrate state-of-the-art performance across various image synthesis tasks, yet their tendency to replicate and amplify dataset biases remains poorly understood. Although previous res…