pith. machine review for the scientific record. sign in

arxiv: 1801.07593 · v1 · submitted 2018-01-22 · 💻 cs.LG · cs.AI· cs.CY

Recognition: unknown

Mitigating Unwanted Biases with Adversarial Learning

Authors on Pith no claims yet
classification 💻 cs.LG cs.AIcs.CY
keywords biaseslearningadversarydatamodelswhileabilityanalogy
0
0 comments X
read the original abstract

Machine learning is a tool for building models that accurately represent input training data. When undesired biases concerning demographic groups are in the training data, well-trained models will reflect those biases. We present a framework for mitigating such biases by including a variable for the group of interest and simultaneously learning a predictor and an adversary. The input to the network X, here text or census data, produces a prediction Y, such as an analogy completion or income bracket, while the adversary tries to model a protected variable Z, here gender or zip code. The objective is to maximize the predictor's ability to predict Y while minimizing the adversary's ability to predict Z. Applied to analogy completion, this method results in accurate predictions that exhibit less evidence of stereotyping Z. When applied to a classification task using the UCI Adult (Census) Dataset, it results in a predictive model that does not lose much accuracy while achieving very close to equality of odds (Hardt, et al., 2016). The method is flexible and applicable to multiple definitions of fairness as well as a wide range of gradient-based learning models, including both regression and classification tasks.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Preconditioned Test-Time Adaptation for Out-of-Distribution Debiasing in Narrative Generation

    cs.CL 2026-03 unverdicted novelty 6.0

    CAP-TTA triggers context-aware preconditioned LoRA updates on high bias-risk OOD prompts to reduce toxicity in LLM narrative generation while preserving fluency and avoiding catastrophic forgetting.