paper-with-me

Papers

Towards Assumption-free Bias Mitigation

2023-07-09 · Chia-Yuan Chang, Yu-Neng Chuang, Kwei-Herng Lai, Xiaotian Han, Xia Hu, Na Zou

Despite the impressive prediction ability, machine learning models show discrimination towards certain demographics and suffer from unfair prediction behaviors. To alleviate the discrimination, extensive studies focus on eliminating the unequal distribution of sensitive attributes via multiple approaches. However, due to privacy concerns, sensitive attributes are often either unavailable or missing in real-world scenarios. Therefore, several existing works alleviate the bias without sensitive attributes. Those studies face challenges, either in inaccurate predictions of sensitive attributes or the need to mitigate unequal distribution of manually defined non-sensitive attributes related to bias. The latter requires strong assumptions about the correlation between sensitive and non-sensitive attributes. As data distribution and task goals vary, the strong assumption on non-sensitive attributes may not be valid and require domain expertise. In this work, we propose an assumption-free framework to detect the related attributes automatically by modeling feature interaction for bias mitigation. The proposed framework aims to mitigate the unfair impact of identified biased feature interactions. Experimental results on four real-world datasets demonstrate that our proposed framework can significantly alleviate unfair prediction behaviors by considering biased feature interactions.

📄 PDF Abstract BibTeX arXiv:2307.04105

Code (0)

등록된 구현이 없습니다.

Tasks

Predictionvalid

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Different Horses for Different Courses: Comparing Bias Mitigation Algorithms in ML

2024-11-17 · Prakhar Ganesh, Usman Gohar, Lu Cheng, Golnoosh Farnadi

With fairness concerns gaining significant attention in Machine Learning (ML), several bias mitigation techniques have been proposed, often compared against each other to find the best method. These benchmarking efforts …

BenchmarkingFairnessfeature selectionHyperparameter Optimization

Exploring the Linear Subspace Hypothesis in Gender Bias Mitigation

2020-09-20 · EMNLP 2020 11 · Francisco Vargas, Ryan Cotterell

Bolukbasi et al. (2016) presents one of the first gender bias mitigation techniques for word representations. Their method takes pre-trained word representations as input and attempts to isolate a linear subspace that ca…

Word Embeddings

SegDebias: Test-Time Bias Mitigation for ViT-Based CLIP via Segmentation

2025-11-01 · Fangyu Wu, Yujun Cai arxiv

Vision language models such as CLIP have shown remarkable performance in zero shot classification, but remain susceptible to spurious correlations, where irrelevant visual features influence predictions. Existing debiasi…

BiasFreeBench: a Benchmark for Mitigating Bias in Large Language Model Responses

2025-09-30 · Xin Xu, Xunzhi He, Churan Zhi, Ruizhe Chen 외 arxiv

Existing studies on bias mitigation methods for large language models (LLMs) use diverse baselines and metrics to evaluate debiasing performance, leading to inconsistent comparisons among them. Moreover, their evaluation…

No Free Lunch in Language Model Bias Mitigation? Targeted Bias Reduction Can Exacerbate Unmitigated LLM Biases

2025-11-23 · Shireen Chand, Faith Baca, Emilio Ferrara arxiv

Large Language Models (LLMs) inherit societal biases from their training data, potentially leading to harmful or unfair outputs. While various techniques aim to mitigate these biases, their effects are often evaluated on…