English

Debiasify: Self-Distillation for Unsupervised Bias Mitigation

Computer Vision and Pattern Recognition 2024-11-04 v1 Machine Learning

Abstract

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.

Keywords

Cite

@article{arxiv.2411.00711,
  title  = {Debiasify: Self-Distillation for Unsupervised Bias Mitigation},
  author = {Nourhan Bayasi and Jamil Fayyad and Ghassan Hamarneh and Rafeef Garbi and Homayoun Najjaran},
  journal= {arXiv preprint arXiv:2411.00711},
  year   = {2024}
}

Comments

Accepted at the IEEE/CVF Winter Conference on Applications of Computer Vision (WACV2025)

R2 v1 2026-06-28T19:44:28.384Z