CLMay 24, 2023

Gender Biases in Automatic Evaluation Metrics for Image Captioning

arXiv:2305.14711v3139 citations
Originality Incremental advance
AI Analysis

This work addresses fairness issues in AI evaluation metrics, which is crucial for developing inclusive systems, though it is incremental as it builds on known biases in pretrained models.

The paper systematically studies gender biases in model-based automatic evaluation metrics for image captioning, showing that these metrics can favor gender-stereotyped captions and propagate biases to generation models, and proposes a mitigation method without harming correlation with human judgments.

Model-based evaluation metrics (e.g., CLIPScore and GPTScore) have demonstrated decent correlations with human judgments in various language generation tasks. However, their impact on fairness remains largely unexplored. It is widely recognized that pretrained models can inadvertently encode societal biases, thus employing these models for evaluation purposes may inadvertently perpetuate and amplify biases. For example, an evaluation metric may favor the caption "a woman is calculating an account book" over "a man is calculating an account book," even if the image only shows male accountants. In this paper, we conduct a systematic study of gender biases in model-based automatic evaluation metrics for image captioning tasks. We start by curating a dataset comprising profession, activity, and object concepts associated with stereotypical gender associations. Then, we demonstrate the negative consequences of using these biased metrics, including the inability to differentiate between biased and unbiased generations, as well as the propagation of biases to generation models through reinforcement learning. Finally, we present a simple and effective way to mitigate the metric bias without hurting the correlations with human judgments. Our dataset and framework lay the foundation for understanding the potential harm of model-based evaluation metrics, and facilitate future works to develop more inclusive evaluation metrics.

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