paper-with-me

홈 › Papers

Mitigating Gender Bias in Captioning Systems

2020-06-15 · Ruixiang Tang, Mengnan Du, Yuening Li, Zirui Liu, Na Zou, Xia Hu

Image captioning has made substantial progress with huge supporting image collections sourced from the web. However, recent studies have pointed out that captioning datasets, such as COCO, contain gender bias found in web corpora. As a result, learning models could heavily rely on the learned priors and image context for gender identification, leading to incorrect or even offensive errors. To encourage models to learn correct gender features, we reorganize the COCO dataset and present two new splits COCO-GB V1 and V2 datasets where the train and test sets have different gender-context joint distribution. Models relying on contextual cues will suffer from huge gender prediction errors on the anti-stereotypical test data. Benchmarking experiments reveal that most captioning models learn gender bias, leading to high gender prediction errors, especially for women. To alleviate the unwanted bias, we propose a new Guided Attention Image Captioning model (GAIC) which provides self-guidance on visual attention to encourage the model to capture correct gender visual evidence. Experimental results validate that GAIC can significantly reduce gender prediction errors with a competitive caption quality. Our codes and the designed benchmark datasets are available at https://github.com/datamllab/Mitigating_Gender_Bias_In_Captioning_System.

📄 PDF Abstract BibTeX arXiv:2006.08315

Code (1)

datamllab/Mitigating_Gender_Bias_In_Captioning_System 공식 구현 pytorch

Tasks

BenchmarkingGender PredictionImage CaptioningPrediction

Similar Papers 제목 키워드 기반

Women Wearing Lipstick: Measuring the Bias Between an Object and Its Related Gender

2023-10-29 · Ahmed Sabir, Lluís Padró

In this paper, we investigate the impact of objects on gender bias in image captioning systems. Our results show that only gender-specific objects have a strong gender bias (e.g., women-lipstick). In addition, we propose…

Image Captioning

Fairness in AI Systems: Mitigating gender bias from language-vision models

2023-05-03 · Lavisha Aggarwal, Shruti Bhargava

Our society is plagued by several biases, including racial biases, caste biases, and gender bias. As a matter of fact, several years ago, most of these notions were unheard of. These biases passed through generations alo…

FairnessImage Captioning

Exposing and Correcting the Gender Bias in Image Captioning Datasets and Models

2019-12-02 · Shruti Bhargava, David Forsyth

The task of image captioning implicitly involves gender identification. However, due to the gender bias in data, gender identification by an image captioning model suffers. Also, the gender-activity bias, owing to the wo…

Gender ClassificationImage Captioning

Model-Agnostic Gender Debiased Image Captioning

2023-04-07 · CVPR 2023 1 · Yusuke Hirota, Yuta Nakashima, Noa Garcia

Image captioning models are known to perpetuate and amplify harmful societal bias in the training set. In this work, we aim to mitigate such gender bias in image captioning models. While prior work has addressed this pro…

Image Captioningmodel

Understanding and Evaluating Racial Biases in Image Captioning

2021-06-16 · ICCV 2021 10 · Dora Zhao, Angelina Wang, Olga Russakovsky

Image captioning is an important task for benchmarking visual reasoning and for enabling accessibility for people with vision impairments. However, as in many machine learning settings, social biases can influence image …

BenchmarkingImage CaptioningVisual Reasoning