Common-Sense Bias Modeling for Classification Tasks
Miao Zhang, Zee fryer, Ben Colman, Ali Shahriyari, Gaurav Bharaj
TL;DR
This paper introduces CSBD, a description-based framework to uncover and mitigate dataset biases in image classification. By clustering noun-phrase embeddings from image captions into common-sense features and measuring their dataset-wide co-occurrence with the target via the $cphie$ statistic, CSBD reveals a broad spectrum of potential biases beyond readily identifiable cues. A human-in-the-loop can filter spurious correlations, and bias mitigation is achieved through data re-weighting that decorrelates the presence of spurious features from the target, without requiring sensitive group labels. Experiments on CelebA-Dialog, MS-COCO 2014, and LVLM-generated captions demonstrate that CSBD discovers novel biases and achieves state-of-the-art debiasing performance while preserving classification quality. The approach emphasizes robustness to caption quality and shows generalizability across description sources, offering a practical pathway for bias auditing and mitigation in vision datasets.
Abstract
Machine learning model bias can arise from dataset composition: correlated sensitive features can distort the downstream classification model's decision boundary and lead to performance differences along these features. Existing de-biasing works tackle the most prominent bias features, such as colors of digits or background of animals. However, real-world datasets often include a large number of feature correlations that intrinsically manifest in the data as common sense information. Such spurious visual cues can further reduce model robustness. Thus, domain practitioners desire a comprehensive understanding of correlations and the flexibility to address relevant biases. To this end, we propose a novel framework to extract comprehensive biases in image datasets based on textual descriptions, a common sense-rich modality. Specifically, features are constructed by clustering noun phrase embeddings with similar semantics. The presence of each feature across the dataset is inferred, and their co-occurrence statistics are measured, with spurious correlations optionally examined by a human-in-the-loop module. Downstream experiments show that our method uncovers novel model biases in multiple image benchmark datasets. Furthermore, the discovered bias can be mitigated by simple data re-weighting to de-correlate the features, outperforming state-of-the-art unsupervised bias mitigation methods.
