CVApr 18, 2024

Utilizing Adversarial Examples for Bias Mitigation and Accuracy Enhancement

arXiv:2404.11819v21 citationsh-index: 2
Originality Incremental advance
AI Analysis

This addresses fairness issues in AI for computer vision applications, though it is incremental as it builds on existing counterfactual and adversarial methods.

The paper tackles bias in computer vision models by using adversarial examples as counterfactuals for fine-tuning, resulting in improved bias mitigation and accuracy compared to existing methods.

We propose a novel approach to mitigate biases in computer vision models by utilizing counterfactual generation and fine-tuning. While counterfactuals have been used to analyze and address biases in DNN models, the counterfactuals themselves are often generated from biased generative models, which can introduce additional biases or spurious correlations. To address this issue, we propose using adversarial images, that is images that deceive a deep neural network but not humans, as counterfactuals for fair model training. Our approach leverages a curriculum learning framework combined with a fine-grained adversarial loss to fine-tune the model using adversarial examples. By incorporating adversarial images into the training data, we aim to prevent biases from propagating through the pipeline. We validate our approach through both qualitative and quantitative assessments, demonstrating improved bias mitigation and accuracy compared to existing methods. Qualitatively, our results indicate that post-training, the decisions made by the model are less dependent on the sensitive attribute and our model better disentangles the relationship between sensitive attributes and classification variables.

Foundations

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

Your Notes