paper-with-me

Papers

Matched sample selection with GANs for mitigating attribute confounding

2021-03-24 · Chandan Singh, Guha Balakrishnan, Pietro Perona

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 .

📄 PDF Abstract BibTeX arXiv:2103.13455

Code (1)

csinva/matching-with-gans 공식 구현 tf

Tasks

AttributeFace GenerationGender Bias DetectionGenerative Adversarial NetworkSelection bias

Methods 이 논문이 사용한 방법론

Path Length Regularization 설명 없음
Weight Demodulation 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
R1 Regularization R_INLINE_MATH_1 Regularization is a regularization technique and gradient penalty for training [generative adversarial…
HuMan(Expedia)||How do I get a human at Expedia? How do I get a human at Expedia? How Do I Get a Human at Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Real-Time Help & Exclusive…
StyleGAN2 StyleGAN2 is a generative adversarial network that builds on StyleGAN with several improvements. First, [adaptive instance…

Similar Papers 제목 키워드 기반

RepFair-GAN: Mitigating Representation Bias in GANs Using Gradient Clipping

2022-07-13 · Patrik Joslin Kenfack, Kamil Sabbagh, Adín Ramírez Rivera, Adil Khan

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…

Fairness

Robust Semi-Supervised Classification using GANs with Self-Organizing Maps

2021-10-19 · Ronald Fick, Paul Gader, Alina Zare

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…

Classification

GANalyzer: Analysis and Manipulation of GANs Latent Space for Controllable Face Synthesis

2023-02-02 · Ali Pourramezan Fard, Mohammad H. Mahoor, Sarah Ariel Lamer, Timothy Sweeny

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 Generation

GANs with Variational Entropy Regularizers: Applications in Mitigating the Mode-Collapse Issue

2020-09-24 · Pirazh Khorramshahi, Hossein Souri, Rama Chellappa, Soheil Feizi

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…

Diversity

SHaSaM: Submodular Hard Sample Mining for Fair Facial Attribute Recognition

2026-02-05 · Anay Majee, Rishabh Iyer arxiv

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