Matched sample selection with GANs for mitigating attribute confounding
Measuring biases of vision systems with respect to protected attributes like gender and age is critical as these systems gain widespread use in society. However, significant correlations between attributes in benchmark datasets make it difficult to separate algorithmic bias from dataset bias. To mitigate such attribute confounding during bias analysis, we propose a matching approach that selects a subset of images from the full dataset with balanced attribute distributions across protected attributes. Our matching approach first projects real images onto a generative adversarial network (GAN)'s latent space in a manner that preserves semantic attributes. It then finds image matches in this latent space across a chosen protected attribute, yielding a dataset where semantic and perceptual attributes are balanced across the protected attribute. We validate projection and matching strategies with qualitative, quantitative, and human annotation experiments. We demonstrate our work in the context of gender bias in multiple open-source facial-recognition classifiers and find that bias persists after removing key confounders via matching. Code and documentation to reproduce the results here and apply the methods to new data is available at https://github.com/csinva/matching-with-gans .
Code (1)
Tasks
AttributeFace GenerationGender Bias DetectionGenerative Adversarial NetworkSelection biasMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
RepFair-GAN: Mitigating Representation Bias in GANs Using Gradient Clipping
Fairness has become an essential problem in many domains of Machine Learning (ML), such as classification, natural language processing, and Generative Adversarial Networks (GANs). In this research effort, we study the un…
FairnessRobust Semi-Supervised Classification using GANs with Self-Organizing Maps
Generative adversarial networks (GANs) have shown tremendous promise in learning to generate data and effective at aiding semi-supervised classification. However, to this point, semi-supervised GAN methods make the assum…
ClassificationGANalyzer: Analysis and Manipulation of GANs Latent Space for Controllable Face Synthesis
Generative Adversarial Networks (GANs) are capable of synthesizing high-quality facial images. Despite their success, GANs do not provide any information about the relationship between the input vectors and the generated…
AttributeFace GenerationImage GenerationGANs with Variational Entropy Regularizers: Applications in Mitigating the Mode-Collapse Issue
Building on the success of deep learning, Generative Adversarial Networks (GANs) provide a modern approach to learn a probability distribution from observed samples. GANs are often formulated as a zero-sum game between t…
DiversitySHaSaM: Submodular Hard Sample Mining for Fair Facial Attribute Recognition
Deep neural networks often inherit social and demographic biases from annotated data during model training, leading to unfair predictions, especially in the presence of sensitive attributes like race, age, gender etc. Ex…
Representation Learning