paper-with-me

Papers

Discover and Mitigate Multiple Biased Subgroups in Image Classifiers

2024-03-19 · CVPR 2024 1 · Zeliang Zhang, Mingqian Feng, Zhiheng Li, Chenliang Xu

Machine learning models can perform well on in-distribution data but often fail on biased subgroups that are underrepresented in the training data, hindering the robustness of models for reliable applications. Such subgroups are typically unknown due to the absence of subgroup labels. Discovering biased subgroups is the key to understanding models' failure modes and further improving models' robustness. Most previous works of subgroup discovery make an implicit assumption that models only underperform on a single biased subgroup, which does not hold on in-the-wild data where multiple biased subgroups exist. In this work, we propose Decomposition, Interpretation, and Mitigation (DIM), a novel method to address a more challenging but also more practical problem of discovering multiple biased subgroups in image classifiers. Our approach decomposes the image features into multiple components that represent multiple subgroups. This decomposition is achieved via a bilinear dimension reduction method, Partial Least Square (PLS), guided by useful supervision from the image classifier. We further interpret the semantic meaning of each subgroup component by generating natural language descriptions using vision-language foundation models. Finally, DIM mitigates multiple biased subgroups simultaneously via two strategies, including the data- and model-centric strategies. Extensive experiments on CIFAR-100 and Breeds datasets demonstrate the effectiveness of DIM in discovering and mitigating multiple biased subgroups. Furthermore, DIM uncovers the failure modes of the classifier on Hard ImageNet, showcasing its broader applicability to understanding model bias in image classifiers. The code is available at https://github.com/ZhangAIPI/DIM.

📄 PDF Abstract BibTeX arXiv:2403.12777

Code (2)

zhangaipi/dim 공식 구현 pytorch
ZhangAIPI/YOPO_MLLM_Pruning pytorch

Tasks

Dimensionality ReductionSubgroup Discovery

Similar Papers 제목 키워드 기반

Intersectional Unfairness Discovery

2024-05-31 · Gezheng Xu, Qi Chen, Charles Ling, Boyu Wang 외

AI systems have been shown to produce unfair results for certain subgroups of population, highlighting the need to understand bias on certain sensitive attributes. Current research often falls short, primarily focusing o…

AttributeFairness

LADDER: Language Driven Slice Discovery and Error Rectification

2024-07-31 · Shantanu Ghosh, Rayan Syed, Chenyu Wang, Clare B. Poynton 외

Error slice discovery is crucial to diagnose and mitigate model errors. Current clustering or discrete attribute-based slice discovery methods face key limitations: 1) clustering results in incoherent slices, while assig…

AttributeClusteringImage ClassificationLanguage Modelling+2

Unravelling the Effect of Image Distortions for Biased Prediction of Pre-trained Face Recognition Models

2021-08-14 · Puspita Majumdar, Surbhi Mittal, Richa Singh, Mayank Vatsa

Identifying and mitigating bias in deep learning algorithms has gained significant popularity in the past few years due to its impact on the society. Researchers argue that models trained on balanced datasets with good r…

Face Recognition

Evaluating the Fairness of Neural Collapse in Medical Image Classification

2024-07-08 · Kaouther Mouheb, Marawan Elbatel, Stefan Klein, Esther E. Bron

Deep learning has achieved impressive performance across various medical imaging tasks. However, its inherent bias against specific groups hinders its clinical applicability in equitable healthcare systems. A recently di…

Deep LearningFairnessimage-classificationImage Classification+1

Fairpriori: Improving Biased Subgroup Discovery for Deep Neural Network Fairness

2024-06-25 · Kacy Zhou, Jiawen Wen, Nan Yang, Dong Yuan 외

While deep learning has become a core functional module of most software systems, concerns regarding the fairness of ML predictions have emerged as a significant issue that affects prediction results due to discriminatio…

FairnessSubgroup Discovery