paper-with-me

Papers

Discovering and Mitigating Visual Biases through Keyword Explanation

2023-01-26 · CVPR 2024 1 · Younghyun Kim, Sangwoo Mo, Minkyu Kim, Kyungmin Lee, Jaeho Lee, Jinwoo Shin

Addressing biases in computer vision models is crucial for real-world AI deployments. However, mitigating visual biases is challenging due to their unexplainable nature, often identified indirectly through visualization or sample statistics, which necessitates additional human supervision for interpretation. To tackle this issue, we propose the Bias-to-Text (B2T) framework, which interprets visual biases as keywords. Specifically, we extract common keywords from the captions of mispredicted images to identify potential biases in the model. We then validate these keywords by measuring their similarity to the mispredicted images using a vision-language scoring model. The keyword explanation form of visual bias offers several advantages, such as a clear group naming for bias discovery and a natural extension for debiasing using these group names. Our experiments demonstrate that B2T can identify known biases, such as gender bias in CelebA, background bias in Waterbirds, and distribution shifts in ImageNet-R/C. Additionally, B2T uncovers novel biases in larger datasets, such as Dollar Street and ImageNet. For example, we discovered a contextual bias between "bee" and "flower" in ImageNet. We also highlight various applications of B2T keywords, including debiased training, CLIP prompting, and model comparison.

📄 PDF Abstract BibTeX arXiv:2301.11104

Code (1)

alinlab/b2t 공식 구현 pytorch

Tasks

Image ClassificationImage Generation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Eliminating the Language Bias for Visual Question Answering with fine-grained Causal Intervention

2024-10-14 · Ying Liu, Ge Bai, Chenji Lu, Shilong Li 외

Despite the remarkable advancements in Visual Question Answering (VQA), the challenge of mitigating the language bias introduced by textual information remains unresolved. Previous approaches capture language bias from a…

Contrastive LearningcounterfactualQuestion AnsweringSentence+2

FairVis: Visual Analytics for Discovering Intersectional Bias in Machine Learning

2019-04-10 · Ángel Alexander Cabrera, Will Epperson, Fred Hohman, Minsuk Kahng 외

The growing capability and accessibility of machine learning has led to its application to many real-world domains and data about people. Despite the benefits algorithmic systems may bring, models can reflect, inject, or…

BIG-bench Machine LearningFairnessSubgroup Discovery

WordBias: An Interactive Visual Tool for Discovering Intersectional Biases Encoded in Word Embeddings

2021-03-05 · Bhavya Ghai, Md Naimul Hoque, Klaus Mueller

Intersectional bias is a bias caused by an overlap of multiple social factors like gender, sexuality, race, disability, religion, etc. A recent study has shown that word embedding models can be laden with biases against …

Word Embeddings

Delineating Feminist Studies through bibliometric analysis

2024-11-27 · Natsumi S. Shokida, Diego Kozlowski, Vincent Larivière

The multidisciplinary and socially anchored nature of Feminist Studies presents unique challenges for bibliometric analysis, as this research area transcends traditional disciplinary boundaries and reflects discussions f…

AIM: Attributing, Interpreting, Mitigating Data Unfairness

2024-06-13 · Zhining Liu, Ruizhong Qiu, Zhichen Zeng, Yada Zhu 외

Data collected in the real world often encapsulates historical discrimination against disadvantaged groups and individuals. Existing fair machine learning (FairML) research has predominantly focused on mitigating discrim…

Fairness