paper-with-me

Papers

Modular and On-demand Bias Mitigation with Attribute-Removal Subnetworks

2022-05-30 · Lukas Hauzenberger, Shahed Masoudian, Deepak Kumar, Markus Schedl, Navid Rekabsaz

Societal biases are reflected in large pre-trained language models and their fine-tuned versions on downstream tasks. Common in-processing bias mitigation approaches, such as adversarial training and mutual information removal, introduce additional optimization criteria, and update the model to reach a new debiased state. However, in practice, end-users and practitioners might prefer to switch back to the original model, or apply debiasing only on a specific subset of protected attributes. To enable this, we propose a novel modular bias mitigation approach, consisting of stand-alone highly sparse debiasing subnetworks, where each debiasing module can be integrated into the core model on-demand at inference time. Our approach draws from the concept of \emph{diff} pruning, and proposes a novel training regime adaptable to various representation disentanglement optimizations. We conduct experiments on three classification tasks with gender, race, and age as protected attributes. The results show that our modular approach, while maintaining task performance, improves (or at least remains on-par with) the effectiveness of bias mitigation in comparison with baseline finetuning. Particularly on a two-attribute dataset, our approach with separately learned debiasing subnetworks shows effective utilization of either or both the subnetworks for selective bias mitigation.

📄 PDF Abstract BibTeX arXiv:2205.15171

Code (1)

sirluk/sparse_transformers 공식 구현 pytorch

Tasks

AttributeDisentanglement

Similar Papers 제목 키워드 기반

Parameter-efficient Modularised Bias Mitigation via AdapterFusion

2023-02-13 · Deepak Kumar, Oleg Lesota, George Zerveas, Daniel Cohen 외

Large pre-trained language models contain societal biases and carry along these biases to downstream tasks. Current in-processing bias mitigation approaches (like adversarial training) impose debiasing by updating a mode…

AttributeFairnessMulti-Task Learning

Effective Controllable Bias Mitigation for Classification and Retrieval using Gate Adapters

2024-01-29 · Shahed Masoudian, Cornelia Volaucnik, Markus Schedl, Navid Rekabsaz

Bias mitigation of Language Models has been the topic of many studies with a recent focus on learning separate modules like adapters for on-demand debiasing. Besides optimizing for a modularized debiased model, it is oft…

FairnessRetrieval

FairLoop: Software Support for Human-Centric Fairness in Predictive Business Process Monitoring

2025-08-27 · Felix Möhrlein, Martin Käppel, Julian Neuberger, Sven Weinzierl 외 arxiv

Sensitive attributes like gender or age can lead to unfair predictions in machine learning tasks such as predictive business process monitoring, particularly when used without considering context. We present FairLoop1, a…

Joint Vision-Language Social Bias Removal for CLIP

2024-11-19 · CVPR 2025 1 · Haoyu Zhang, Yangyang Guo, Mohan Kankanhalli

Vision-Language (V-L) pre-trained models such as CLIP show prominent capabilities in various downstream tasks. Despite this promise, V-L models are notoriously limited by their inherent social biases. A typical demonstra…

Attribute

Information-Theoretic Bounds on The Removal of Attribute-Specific Bias From Neural Networks

2023-10-08 · Jiazhi Li, Mahyar Khayatkhoei, Jiageng Zhu, Hanchen Xie 외

Ensuring a neural network is not relying on protected attributes (e.g., race, sex, age) for predictions is crucial in advancing fair and trustworthy AI. While several promising methods for removing attribute bias in neur…

Attribute