LGAICVAug 11, 2021

Learning Bias-Invariant Representation by Cross-Sample Mutual Information Minimization

arXiv:2108.05449v251 citations
Originality Incremental advance
AI Analysis

This addresses bias removal in deep learning for improved generalization in real-life applications, but it is incremental as it builds on existing adversarial debiasing methods.

The paper tackles the problem of deep learning models inheriting dataset biases, which leads to poor generalization and misleading decisions, by proposing a cross-sample adversarial debiasing method that removes bias information through mutual information minimization, achieving advantages over state-of-the-art approaches in experiments on public datasets.

Deep learning algorithms mine knowledge from the training data and thus would likely inherit the dataset's bias information. As a result, the obtained model would generalize poorly and even mislead the decision process in real-life applications. We propose to remove the bias information misused by the target task with a cross-sample adversarial debiasing (CSAD) method. CSAD explicitly extracts target and bias features disentangled from the latent representation generated by a feature extractor and then learns to discover and remove the correlation between the target and bias features. The correlation measurement plays a critical role in adversarial debiasing and is conducted by a cross-sample neural mutual information estimator. Moreover, we propose joint content and local structural representation learning to boost mutual information estimation for better performance. We conduct thorough experiments on publicly available datasets to validate the advantages of the proposed method over state-of-the-art approaches.

Foundations

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

Your Notes