paper-with-me

홈 › Papers

The Impact of Balancing Real and Synthetic Data on Accuracy and Fairness in Face Recognition

2024-09-04 · Andrea Atzori, Pietro Cosseddu, Gianni Fenu, Mirko Marras

Over the recent years, the advancements in deep face recognition have fueled an increasing demand for large and diverse datasets. Nevertheless, the authentic data acquired to create those datasets is typically sourced from the web, which, in many cases, can lead to significant privacy issues due to the lack of explicit user consent. Furthermore, obtaining a demographically balanced, large dataset is even more difficult because of the natural imbalance in the distribution of images from different demographic groups. In this paper, we investigate the impact of demographically balanced authentic and synthetic data, both individually and in combination, on the accuracy and fairness of face recognition models. Initially, several generative methods were used to balance the demographic representations of the corresponding synthetic datasets. Then a state-of-the-art face encoder was trained and evaluated using (combinations of) synthetic and authentic images. Our findings emphasized two main points: (i) the increased effectiveness of training data generated by diffusion-based models in enhancing accuracy, whether used alone or combined with subsets of authentic data, and (ii) the minimal impact of incorporating balanced data from pre-trained generative methods on fairness (in nearly all tested scenarios using combined datasets, fairness scores remained either unchanged or worsened, even when compared to unbalanced authentic datasets). Source code and data are available at \url{https://cutt.ly/AeQy1K5G} for reproducibility.

📄 PDF Abstract BibTeX arXiv:2409.02867

Code (0)

등록된 구현이 없습니다.

Tasks

Face RecognitionFairness

Similar Papers 제목 키워드 기반

Synthetic Information towards Maximum Posterior Ratio for deep learning on Imbalanced Data

2024-01-05 · Hung Nguyen, Morris Chang

This study examines the impact of class-imbalanced data on deep learning models and proposes a technique for data balancing by generating synthetic data for the minority class. Unlike random-based oversampling, our metho…

Deep Learning

End-to-End Balancing for Causal Continuous Treatment-Effect Estimation

2021-07-27 · Mohammad Taha Bahadori, Eric Tchetgen Tchetgen, David E. Heckerman

We study the problem of observational causal inference with continuous treatments in the framework of inverse propensity-score weighting. To obtain stable weights, we design a new algorithm based on entropy balancing tha…

Causal Inference

To SMOTE, or not to SMOTE?

2022-01-21 · Yotam Elor, Hadar Averbuch-Elor

Balancing the data before training a classifier is a popular technique to address the challenges of imbalanced binary classification in tabular data. Balancing is commonly achieved by duplication of minority samples or b…

Binary Classification

Data balancing for boosting performance of low-frequency classes in Spoken Language Understanding

2020-08-06 · Judith Gaspers, Quynh Do, Fabian Triefenbach

Despite the fact that data imbalance is becoming more and more common in real-world Spoken Language Understanding (SLU) applications, it has not been studied extensively in the literature. To the best of our knowledge, t…

intent-classificationIntent ClassificationIntent Classification and Slot Fillingslot-filling+2

Surveying the Effects of Quality, Diversity, and Complexity in Synthetic Data From Large Language Models

2024-12-04 · Alex Havrilla, Andrew Dai, Laura O'Mahony, Koen Oostermeijer 외

Synthetic data generation with Large Language Models is a promising paradigm for augmenting natural data over a nearly infinite range of tasks. Given this variety, direct comparisons among synthetic data generation algor…

DiversityOut-of-Distribution GeneralizationSynthetic Data Generation