Towards Real-world Debiasing: Rethinking Evaluation, Challenge, and Solution
Peng Kuang, Zhibo Wang, Zhixuan Chu, Jingyi Wang, Kui Ren
TL;DR
This work investigates spurious correlations under real-world distribution shifts and questions the realism of existing debiasing benchmarks. It introduces a fine-grained bias analysis framework that decomposes bias into feature-level magnitude $\rho^*_a$ via KL divergence and dataset-level prevalence $Prv$, revealing that real-world biases are often low in both dimensions. Building on these insights, the authors present a systematic evaluation framework (RDBench) and two real-world-inspired biases, along with a sparse-bias capturing challenge that existing methods struggle with when no bias labels are available. To address this, they propose Debias in Destruction (DiD), a simple yet effective bias-capture enhancement that destroys target features during bias capture, and validate its effectiveness across eight diverse datasets, improving performance of several baselines and even aiding bias-detection tasks. The results suggest that accounting for sparse, real-world biases is essential for robust debiasing and that DiD provides a practical, broadly applicable improvement for real-world deployments.
Abstract
Spurious correlations in training data significantly hinder the generalization capability of machine learning models when faced with distribution shifts, leading to the proposition of numberous debiasing methods. However, it remains to be asked: \textit{Do existing benchmarks for debiasing really represent biases in the real world?} Recent works attempt to address such concerns by sampling from real-world data (instead of synthesizing) according to some predefined biased distributions to ensure the realism of individual samples. However, the realism of the biased distribution is more critical yet challenging and underexplored due to the complexity of real-world bias distributions. To tackle the problem, we propose a fine-grained framework for analyzing biased distributions, based on which we empirically and theoretically identify key characteristics of biased distributions in the real world that are poorly represented by existing benchmarks. Towards applicable debiasing in the real world, we further introduce two novel real-world-inspired biases to bridge this gap and build a systematic evaluation framework for real-world debiasing, RDBench\footnote{RDBench: Code to be released. Preliminary version in supplementary material for anonimized review.}. Furthermore, focusing on the practical setting of debiasing w/o bias label, we find real-world biases pose a novel \textit{Sparse bias capturing} challenge to the existing paradigm. We propose a simple yet effective approach named Debias in Destruction (DiD), to address the challenge, whose effectiveness is validated with extensive experiments on 8 datasets of various biased distributions.
