CVSep 15, 2023

Biased Attention: Do Vision Transformers Amplify Gender Bias More than Convolutional Neural Networks?

arXiv:2309.08760v19 citationsh-index: 10
Originality Incremental advance
AI Analysis

This research addresses bias in AI systems, which is a critical issue for fairness and ethics in applications like generative models, though it is incremental as it extends bias evaluation to a new architecture.

The paper tackled the problem of gender bias amplification in computer vision models by comparing Vision Transformers (ViTs) and Convolutional Neural Networks (CNNs), finding that ViTs amplify gender bias more than CNNs in large multimodal models like CLIP.

Deep neural networks used in computer vision have been shown to exhibit many social biases such as gender bias. Vision Transformers (ViTs) have become increasingly popular in computer vision applications, outperforming Convolutional Neural Networks (CNNs) in many tasks such as image classification. However, given that research on mitigating bias in computer vision has primarily focused on CNNs, it is important to evaluate the effect of a different network architecture on the potential for bias amplification. In this paper we therefore introduce a novel metric to measure bias in architectures, Accuracy Difference. We examine bias amplification when models belonging to these two architectures are used as a part of large multimodal models, evaluating the different image encoders of Contrastive Language Image Pretraining which is an important model used in many generative models such as DALL-E and Stable Diffusion. Our experiments demonstrate that architecture can play a role in amplifying social biases due to the different techniques employed by the models for feature extraction and embedding as well as their different learning properties. This research found that ViTs amplified gender bias to a greater extent than CNNs

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