CVLGOct 21, 2020

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

arXiv:2010.10802v1105 citations
Originality Incremental advance
AI Analysis

This addresses bias in multi-modal classification for AI systems, though it is incremental as it builds on existing regularization techniques.

The paper tackles the problem of bias in multi-modal classifiers by proposing a regularization term based on functional entropy to balance modality contributions, achieving state-of-the-art results on VQA-CPv2 and SocialIQ datasets.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes