paper-with-me

Papers

Removing Bias in Multi-modal Classifiers: Regularization by Maximizing Functional Entropies

2020-10-21 · NeurIPS 2020 12 · Itai Gat, Idan Schwartz, Alexander Schwing, Tamir Hazan

Many recent datasets contain a variety of different data modalities, for instance, image, question, and answer data in visual question answering (VQA). When training deep net classifiers on those multi-modal datasets, the modalities get exploited at different scales, i.e., some modalities can more easily contribute to the classification results than others. This is suboptimal because the classifier is inherently biased towards a subset of the modalities. To alleviate this shortcoming, we propose a novel regularization term based on the functional entropy. Intuitively, this term encourages to balance the contribution of each modality to the classification result. However, regularization with the functional entropy is challenging. To address this, we develop a method based on the log-Sobolev inequality, which bounds the functional entropy with the functional-Fisher-information. Intuitively, this maximizes the amount of information that the modalities contribute. On the two challenging multi-modal datasets VQA-CPv2 and SocialIQ, we obtain state-of-the-art results while more uniformly exploiting the modalities. In addition, we demonstrate the efficacy of our method on Colored MNIST.

📄 PDF Abstract BibTeX arXiv:2010.10802

Code (1)

itaigat/removing-bias-in-multi-modal-classifiers 공식 구현 pytorch

Tasks

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

Shielded Representations: Protecting Sensitive Attributes Through Iterative Gradient-Based Projection

2023-05-17 · Shadi Iskander, Kira Radinsky, Yonatan Belinkov

Natural language processing models tend to learn and encode social biases present in the data. One popular approach for addressing such biases is to eliminate encoded information from the model's representations. However…

Attribute

Data Debiasing with Datamodels (D3M): Improving Subgroup Robustness via Data Selection

2024-06-24 · Saachi Jain, Kimia Hamidieh, Kristian Georgiev, Andrew Ilyas 외

Machine learning models can fail on subgroups that are underrepresented during training. While techniques such as dataset balancing can improve performance on underperforming groups, they require access to training group…

Null It Out: Guarding Protected Attributes by Iterative Nullspace Projection

2020-04-16 · ACL 2020 6 · Shauli Ravfogel, Yanai Elazar, Hila Gonen, Michael Twiton 외

The ability to control for the kinds of information encoded in neural representation has a variety of use cases, especially in light of the challenge of interpreting these models. We present Iterative Null-space Projecti…

FairnessMulti-class ClassificationWord Embeddings

Joint Vision-Language Social Bias Removal for CLIP

2024-11-19 · CVPR 2025 1 · Haoyu Zhang, Yangyang Guo, Mohan Kankanhalli

Vision-Language (V-L) pre-trained models such as CLIP show prominent capabilities in various downstream tasks. Despite this promise, V-L models are notoriously limited by their inherent social biases. A typical demonstra…

Attribute

Tackling Algorithmic Bias in Neural-Network Classifiers using Wasserstein-2 Regularization

2019-08-15 · Laurent Risser, Alberto Gonzalez Sanz, Quentin Vincenot, Jean-Michel Loubes

The increasingly common use of neural network classifiers in industrial and social applications of image analysis has allowed impressive progress these last years. Such methods are however sensitive to algorithmic bias, …