paper-with-me

홈 › Papers

Debiasify: Self-Distillation for Unsupervised Bias Mitigation

2024-11-01 · Nourhan Bayasi, Jamil Fayyad, Ghassan Hamarneh, Rafeef Garbi, Homayoun Najjaran

Simplicity bias poses a significant challenge in neural networks, often leading models to favor simpler solutions and inadvertently learn decision rules influenced by spurious correlations. This results in biased models with diminished generalizability. While many current approaches depend on human supervision, obtaining annotations for various bias attributes is often impractical. To address this, we introduce Debiasify, a novel self-distillation approach that requires no prior knowledge about the nature of biases. Our method leverages a new distillation loss to transfer knowledge within the network, from deeper layers containing complex, highly-predictive features to shallower layers with simpler, attribute-conditioned features in an unsupervised manner. This enables Debiasify to learn robust, debiased representations that generalize effectively across diverse biases and datasets, improving both worst-group performance and overall accuracy. Extensive experiments on computer vision and medical imaging benchmarks demonstrate the effectiveness of our approach, significantly outperforming previous unsupervised debiasing methods (e.g., a 10.13% improvement in worst-group accuracy for Wavy Hair classification in CelebA) and achieving comparable or superior performance to supervised approaches. Our code is publicly available at the following link: Debiasify.

📄 PDF Abstract BibTeX arXiv:2411.00711

Code (1)

nourhanb/Debiasify 공식 구현 pytorch

Tasks

Attribute

Similar Papers 제목 키워드 기반

Fair Visual Recognition in Limited Data Regime using Self-Supervision and Self-Distillation

2021-06-30 · Pratik Mazumder, Pravendra Singh, Vinay P. Namboodiri

Deep learning models generally learn the biases present in the training data. Researchers have proposed several approaches to mitigate such biases and make the model fair. Bias mitigation techniques assume that a suffici…

Practical Bias Mitigation through Proxy Sensitive Attribute Label Generation

2023-12-26 · Bhushan Chaudhary, Anubha Pandey, Deepak Bhatt, Darshika Tiwari

Addressing bias in the trained machine learning system often requires access to sensitive attributes. In practice, these attributes are not available either due to legal and policy regulations or data unavailability for …

AttributeFairness

Self-Debiasing Large Language Models: Zero-Shot Recognition and Reduction of Stereotypes

2024-02-03 · Isabel O. Gallegos, Ryan A. Rossi, Joe Barrow, Md Mehrab Tanjim 외

Large language models (LLMs) have shown remarkable advances in language generation and understanding but are also prone to exhibiting harmful social biases. While recognition of these behaviors has generated an abundance…

Text GenerationZero-Shot Learning

Preventing Shortcut Learning in Medical Image Analysis through Intermediate Layer Knowledge Distillation from Specialist Teachers

2025-11-21 · Christopher Boland, Sotirios Tsaftaris, Sonia Dahdouh arxiv

Deep learning models are prone to learning shortcut solutions to problems using spuriously correlated yet irrelevant features of their training data. In high-risk applications such as medical image analysis, this phenome…

Knowledge Distillation

NeuronTune: Towards Self-Guided Spurious Bias Mitigation

2025-05-29 · Guangtao Zheng, Wenqian Ye, Aidong Zhang

Deep neural networks often develop spurious bias, reliance on correlations between non-essential features and classes for predictions. For example, a model may identify objects based on frequently co-occurring background…