ORIGINAL RESEARCH article

Front. Artif. Intell., 14 August 2026

Sec. Pattern Recognition

Volume 9 - 2026 | https://doi.org/10.3389/frai.2026.1817529

Reassessing demographic bias in face attribute classification: a statistically grounded multi-model evaluation on FairFace and UTKFace

  • 1. School of Consumer Intelligence and Information Systems, University of Johannesburg, Johannesburg, South Africa

  • 2. School of Mathematics, Statistics and Computer Science, University of KwaZulu-Natal, Durban, South Africa

  • 3. School of Natural and Applied Sciences, Sol Plaatje University, Kimberley, South Africa

Abstract

Face analysis systems are widely used in security, authentication, and public-sector applications; however, demographic bias and the statistical reliability of reported performance remain key concerns. Many studies rely on aggregate accuracy without quantifying subgroup disparities or uncertainty, potentially overstating model fairness. This study presents a statistically grounded evaluation of demographic bias in face attribute classification across three representative architectures, ResNet50, MobileNetV3, and a vision transformer (DeiT), using the FairFace and UTKFace datasets. Subgroup analysis is conducted across race and gender, incorporating disparity indices, bootstrap confidence intervals, and inferential statistical testing with effect size analysis. The evaluation uses an embedding-based nearest-neighbor approach to examine representation-level behavior consistently across models. Results show that race-based disparities are substantially larger than gender-based disparities across both datasets. On FairFace, race disparity gaps range from 0.1124 to 0.1266, while on UTKFace they increase significantly to 0.4726–0.4944, with large effect sizes (Cohen's d>1). In contrast, gender disparities remain smaller, with gaps between 0.0280 and 0.0582 on FairFace and 0.0194–0.0326 on UTKFace, and correspondingly small effect sizes (d < 0.13). Despite modest differences in overall accuracy across models, subgroup disparities remain statistically significant across all architectures. These findings emphasize the importance of subgroup-level evaluation, uncertainty quantification, and statistical validation for reliable fairness assessment in face analysis systems.

1 Introduction

Face analysis systems have become widely deployed in security, access control, digital authentication, and public-sector applications (Nemavhola et al., 2025a,b). Recent advances in deep learning have significantly improved performance in tasks such as demographic attribute classification; however, growing evidence suggests that these systems may exhibit systematic demographic bias across race and gender groups (Yucer et al., 2024; Drozdowski et al., 2020). Such disparities raise serious technical and societal concerns, particularly when these systems are used in high-stakes decision-making environments.

Large-scale evaluations conducted over the past 5 years have demonstrated that performance can vary substantially across demographic subgroups, even when aggregate accuracy appears competitive (Kotwal and Marcel, 2026; Kärkkäinen and Joo, 2021). These findings highlight that overall accuracy alone is insufficient to characterize model fairness. In particular, underrepresented demographic groups often experience higher error rates, reflecting imbalances in data distribution and representation learning dynamics (Kotwal and Marcel, 2026; Yucer et al., 2024).

In parallel with concerns about demographic imbalance, the statistical reliability of performance reporting has emerged as an important methodological issue. Many studies rely on single-split evaluations or report aggregate metrics without quantifying variance, confidence intervals, or statistical significance. Without uncertainty quantification, small numerical differences between models may be misinterpreted as meaningful improvements. In this context, uncertainty quantification refers to estimating the variability of performance metrics due to sampling effects, commonly through techniques such as bootstrap resampling to derive confidence intervals. Recent research emphasizes the importance of reporting subgroup variance, confidence intervals, and hypothesis testing to ensure robust and reproducible evaluation (Zhang et al., 2024; Belenguer, 2022).

To address these limitations, this study presents a statistically grounded empirical evaluation of demographic bias across three representative deep architectures: ResNet50, MobileNetV3, and a vision transformer (DeiT). Using the FairFace dataset (Kärkkäinen and Joo, 2021) alongside the UTKFace dataset (Zhang et al., 2017), we perform subgroup analysis across race and gender categories, compute disparity indices, estimate bootstrap confidence intervals for demographic gaps, and apply inferential statistical testing to assess the reliability of observed performance differences. The evaluation is conducted using an embedding-based nearest-neighbor (1-NN) approach, enabling direct analysis of representation-level behavior without introducing additional classifier-specific biases. Although this approach does not replicate a fully trained classification pipeline, it provides a controlled framework for examining how learned representations encode demographic information while ensuring consistent comparison across architectures and datasets.

The primary contribution of this work is a comprehensive and statistically rigorous empirical assessment of demographic bias in face attribute classification systems. Rather than proposing new modeling techniques, the study integrates subgroup performance analysis, uncertainty quantification, and inferential statistical testing into a unified evaluation framework. This approach provides clearer insight into the reliability of reported performance and demonstrates how reliance on aggregate metrics alone can obscure subgroup disparities, underscoring the importance of variance reporting and statistical validation in facial analysis systems.

2 Related Work

2.1 Demographic bias in face analysis systems

Demographic bias in face analysis systems has been widely documented due to its significant societal and technical implications. Early work by Buolamwini and Gebru (2018) demonstrated substantial disparities in gender classification accuracy across skin tone and gender groups in commercial systems, highlighting that facial analysis technologies can exhibit uneven performance across demographic populations, particularly affecting underrepresented groups.

Subsequent research extended these findings through the use of larger and more diverse datasets. The FairFace dataset introduced by Kärkkäinen and Joo (2021) explicitly addressed demographic imbalance and has become a widely adopted benchmark for evaluating bias across race and gender categories. Complementing this, the UTKFace dataset (Zhang et al., 2017) provides a large-scale collection of facial images with annotated age, gender, and race attributes, enabling additional evaluation under more heterogeneous and unconstrained conditions. Together, these datasets support more comprehensive and generalizable assessments of demographic bias in face analysis systems. In parallel, Raji and Buolamwini (2019) emphasized the need for systematic auditing practices to uncover hidden disparities in deployed systems and to promote accountability in real-world applications.

Empirical studies have consistently shown that demographic disparities persist across modern architectures. Drozdowski et al. (2020) and Robinson et al. (2020) demonstrated that performance gaps across demographic groups remain evident even in high-performing deep learning systems. Kortylewski et al. (2020) further showed that model performance can degrade under variations in pose, illumination, and demographic factors.

More recent work confirms that improvements in overall accuracy do not necessarily reduce demographic bias. Studies by Kotwal and Marcel (2026), Yucer et al. (2024), and Terhörst et al. (2021) show that models with strong aggregate performance may still exhibit substantial subgroup disparities.

However, a key limitation across these studies is that most focus on reporting subgroup performance differences without systematically evaluating the statistical reliability of these differences. In particular, many works do not quantify uncertainty or assess whether observed disparities are statistically meaningful.

2.2 Fairness evaluation and bias metrics

A variety of fairness metrics have been proposed to quantify demographic bias in face analysis systems, including subgroup accuracy comparisons, disparity indices, and error rate differences across demographic groups (Kotwal and Marcel, 2026; Yucer et al., 2024). These metrics aim to capture performance inequalities that are not visible in aggregate measures.

Recent research has emphasized the importance of more granular evaluation strategies. Intersectional analysis, which evaluates performance across combinations of attributes such as race and gender, has been shown to reveal hidden disparities not observable in marginal subgroup analysis (Zhang et al., 2024; Islam et al., 2023). Buolamwini and Gebru (2018) also highlighted the importance of intersectionality in fairness assessment.

Beyond subgroup accuracy, fairness definitions such as equalized odds, demographic parity, and error rate balance have been explored in broader machine learning contexts (Hardt et al., 2016; Barocas and Selbst, 2016). However, these metrics are not consistently applied in face analysis studies, and their interpretation in biometric and facial analysis systems remains challenging.

Importantly, existing work often applies fairness metrics in isolation, without integrating them into a statistically grounded evaluation framework. As a result, fairness conclusions may be sensitive to metric choice and evaluation protocol.

2.3 Statistical reliability in model evaluation

In addition to fairness measurement, the statistical reliability of reported performance has emerged as a critical concern. Many studies report single-point estimates without quantifying uncertainty, making it difficult to determine whether observed differences between models are meaningful.

Belenguer (2022) highlight that the absence of uncertainty estimation can lead to misleading conclusions, particularly when performance differences are small. Similarly, Dror et al. (2018) emphasize the importance of proper statistical testing in machine learning experiments to avoid incorrect inferences.

Uncertainty quantification techniques such as bootstrap resampling provide a principled way to estimate confidence intervals and capture variability due to sampling effects (Efron and Tibshirani, 1994). Inferential statistical methods such as t-tests and analysis of variance (ANOVA) are also widely used to assess whether observed differences are statistically significant (Demšar, 2006).

Despite their importance, these techniques are rarely integrated into fairness evaluations of face analysis systems. Consequently, many reported performance differences lack statistical validation, limiting their interpretability and reliability.

2.4 Architectural comparisons in face analysis

Deep learning architectures for face analysis have evolved significantly, including convolutional neural networks such as ResNet50 (He et al., 2016), lightweight models such as MobileNetV3 (Howard et al., 2019), and transformer-based architectures such as DeiT (Touvron et al., 2021).

While these models have been extensively compared in terms of aggregate performance, fewer studies have systematically examined their behavior across demographic subgroups under a unified evaluation protocol. Existing evidence suggests that bias persists across both convolutional and transformer-based architectures, indicating that architectural improvements alone are insufficient to address fairness challenges.

Moreover, prior comparisons typically rely on trained classifiers, making it difficult to distinguish whether observed disparities originate from classifier design or from the underlying feature representations.

2.5 Positioning of this study

Existing studies provide strong evidence of demographic bias and propose various fairness metrics; however, three key limitations remain:

  • Lack of statistical validation, where performance differences are reported without uncertainty estimation or hypothesis testing,

  • Fragmented evaluation pipelines, where fairness metrics, subgroup analysis, and statistical methods are not integrated,

  • Limited analysis of representation-level bias, as most studies rely on trained classifiers.

This study addresses these gaps through a unified empirical evaluation that integrates subgroup performance analysis, disparity metrics, uncertainty quantification, and inferential statistical testing within a single framework. In addition, by using an embedding-based nearest-neighbor approach, the analysis isolates representation-level behavior, enabling a more direct assessment of how demographic bias is encoded in learned feature spaces.

3 Methodology and experimental setup

3.1 Task definition

This study investigates demographic attribute prediction using pretrained visual representations. Unlike conventional approaches that train supervised classifiers, the objective is to evaluate how well pretrained deep models encode demographic information in their feature embeddings.

Given an input image xi, a feature embedding zi is extracted using a pretrained model. Demographic attributes (race and gender) are then predicted using a nearest-neighbor similarity strategy, where each sample is assigned the label of its most similar counterpart in the embedding space.

This formulation enables analysis of representational bias independently of classifier training.

3.2 Architectural evaluation framework

This study evaluates three representative deep learning architectures spanning convolutional and transformer-based paradigms:

  • ResNet50—a residual convolutional neural network for hierarchical feature extraction (He et al., 2016).

  • MobileNetV3—a lightweight architecture optimized for efficiency (Howard et al., 2019).

  • DeiT (vision transformer)—a transformer-based architecture using self-attention mechanisms (Touvron et al., 2021).

All models are initialized with ImageNet-pretrained weights obtained via the timm library. The final classification layers are removed, and embeddings are extracted from the penultimate layer without any fine-tuning.

This setup ensures that performance differences reflect inherent representational properties rather than task-specific training.

3.3 Dataset

Experiments are conducted on two publicly available datasets: FairFace (Kärkkäinen and Joo, 2021) and UTKFace (Zhang et al., 2017), enabling evaluation across both balanced and unconstrained data distributions.

The FairFace dataset contains 108,501 facial images annotated with race and gender labels, with 86,767 images for training and 21,734 images for validation. FairFace is specifically designed to provide balanced representation across demographic groups, making it suitable for controlled bias evaluation. In this study, only the validation split is used, as the focus is on representation analysis rather than supervised training.

The UTKFace dataset consists of over 23,000 facial images with annotations for age, gender, and race. Unlike FairFace, UTKFace exhibits a more unconstrained distribution with natural variations in pose, illumination, and demographic composition. This allows evaluation of model behavior under more realistic and heterogeneous conditions, complementing the controlled setting of FairFace.

Formally, each dataset is represented as:

where:

  • xi is the input face image,

  • ri denotes the race label,

  • gi denotes the gender label.

The use of both datasets enables a comprehensive analysis of demographic bias, allowing comparison between balanced and naturally distributed data settings.

3.4 Embedding extraction

Each input image is processed as follows:

  • Images are resized to 224 × 224 pixels,

  • Converted to RGB format,

  • Normalized to the range [−1, 1].

Feature embeddings are extracted from the pretrained models and L2-normalized:

where f(·) denotes the feature extraction function.

3.5 Similarity-based prediction

Demographic predictions are generated using cosine similarity:

For each sample, the predicted label is obtained from the nearest neighbor:

The predicted demographic attributes are:

3.6 Evaluation metrics

3.6.1 Subgroup accuracy

For subgroup Sk:

3.6.2 Disparity index

3.6.3 Equalized odds metrics

False positive and false negative rates are computed for each subgroup using confusion matrices:

3.7 Statistical analysis

To assess differences across models:

  • One-way ANOVA is applied to subgroup accuracy distributions across models to evaluate overall differences,

  • Independent t-tests are used for pairwise gender-based comparisons,

  • Statistical significance is evaluated using p-values,

  • Effect sizes are reported using Cohen's d to quantify the magnitude of observed differences beyond statistical significance.

Cohen's d is computed as:

where μ1 and μ2 denote the means of the two groups being compared, and sp is the pooled standard deviation defined as:

Here, s1 and s2 represent the standard deviations, and n1 and n2 are the sample sizes of the respective groups.

3.8 Bias mitigation analysis

A reweighting-based evaluation is conducted to examine potential bias mitigation. Let pk denote subgroup frequency. The weight is defined as:

Weighted accuracy is computed as:

3.9 Experimental setup and reproducibility

This study evaluates demographic bias in face attribute classification using the FairFace (Kärkkäinen and Joo, 2021) and UTKFace (Zhang et al., 2017) datasets under a unified and controlled experimental protocol. The task is defined as demographic attribute prediction, specifically race and gender classification, rather than identity recognition.

Three representative deep learning architectures are considered: ResNet50, MobileNetV3, and a vision transformer (DeiT). All models are initialized with ImageNet-pretrained weights and used as fixed feature extractors. The final classification layers are removed, and feature embeddings are extracted from the penultimate layer for each input image.

To ensure consistent evaluation across architectures, an embedding-based nearest-neighbor (1-NN) approach is employed. For each sample, the predicted label is assigned based on the most similar embedding using cosine similarity. This design enables direct analysis of representation-level behavior without introducing additional classifier-specific biases. While this approach does not reflect a fully trained classification pipeline, it provides a controlled framework for isolating model-dependent bias characteristics.

All input images are resized to 224 × 224 pixels and normalized to the range [−1, 1]. Extracted embeddings are L2-normalized prior to similarity computation. To ensure computational efficiency, a subset of 8,000 samples is used during nearest-neighbor evaluation while preserving the underlying demographic distribution.

Performance is evaluated using both aggregate and subgroup metrics. Overall accuracy is computed for race and gender classification tasks, while subgroup performance is measured across demographic categories. Disparity is quantified as the difference between the maximum and minimum subgroup accuracies.

To assess statistical reliability, bootstrap resampling with 200 iterations is used to estimate 95% confidence intervals for both accuracy and disparity metrics. Inferential statistical analysis is conducted using one-way analysis of variance (ANOVA) for race-based comparisons and independent t-tests for gender-based comparisons. Effect sizes are additionally reported using Cohen's d.

All experiments are implemented in Python (Python Software Foundation (PSF)) using PyTorch (version 2.10.0+cu128) and the timm library (version 1.0.25). Experiments are executed on Google Colab using NVIDIA L4 GPU acceleration. The full pipeline ensures reproducibility through consistent preprocessing, model initialization, and evaluation procedures across datasets and architectures.

3.10 Methodological summary

This framework evaluates demographic bias at the representation level by combining embedding-based prediction, subgroup analysis, disparity quantification, and statistical testing. By isolating representational behavior from classifier training, the study provides a controlled and reproducible basis for fairness assessment in facial attribute prediction systems.

4 Results

4.1 Overall performance across datasets

The demographic prediction performance across architectures on the FairFace and UTKFace datasets is summarized in Tables 1, 2. Corresponding visualizations are shown in Figures 1, 2.

Table 1

ModelGender accuracyRace accuracy
ResNet500.69960.2699
MobileNetV30.67770.2615
ViT (DeiT)0.69130.2587

Demographic prediction performance on FairFace.

Table 2

ModelGender accuracyRace accuracy
ResNet500.81260.4978
MobileNetV30.75900.4869
ViT (DeiT)0.79750.4763

Demographic prediction performance on UTKFace.

Figure 1

Figure 2

On FairFace, ResNet50 achieves the highest gender (0.6996) and race accuracy (0.2699). On UTKFace, ResNet50 also achieves the highest gender (0.8126) and race accuracy (0.4978).

4.2 Gender-based performance

Gender-wise subgroup performance is presented in Tables 3, 4, with corresponding visualizations in Figures 3, 4. Gender disparity is further illustrated in Figures 5, 6, with summary statistics reported in Tables 5, 6.

Table 3

ModelMaleFemale
ResNet500.71530.6831
MobileNetV30.74000.6900
ViT (DeiT)0.71000.6800

Gender-wise subgroup accuracy on FairFace.

Table 4

ModelMaleFemale
ResNet500.83220.8128
MobileNetV30.81600.7658
ViT (DeiT)0.83740.7979

Gender-wise subgroup accuracy on UTKFace.

Figure 3

Figure 4

Figure 5

Figure 6

Table 5

ModelGender gapCohen's dp-value
ResNet500.03230.07041.68 × 10−3
MobileNetV30.05820.1246< 10−6
ViT (DeiT)0.02800.06066.83 × 10−3

Gender disparity metrics on FairFace.

Table 6

ModelGender gapCohen's dp-value
ResNet500.01940.04989.9 × 10−5
MobileNetV30.03260.0762< 10−6
ViT (DeiT)0.02460.06111.19 × 10−4

Gender disparity metrics on UTKFace.

Across both datasets, gender-based performance differences are observed consistently across architectures. On FairFace, male samples exhibit slightly higher accuracy than female samples across all models, with disparity gaps ranging from 0.0280 to 0.0582. Although these gaps are modest in magnitude, statistical analysis (Table 5) indicates that the differences are significant, with small effect sizes (Cohen's d between 0.0606 and 0.1246).

A similar pattern is observed on UTKFace, where gender disparity gaps range from 0.0194 to 0.0326 (Table 6). While the magnitude of disparity is smaller than that observed on FairFace, the differences remain statistically significant, with consistently low p-values and small effect sizes (Cohen's d between 0.0498 and 0.0762).

Overall, gender-based disparities are present across both datasets and architectures; however, their magnitude remains relatively limited compared to race-based disparities, indicating that gender bias, while detectable, is less pronounced in this evaluation setting.

4.3 Race-based performance

Race-based performance is summarized in Tables 7, 8, with corresponding visualizations in Figures 7, 8. Per-race breakdowns for FairFace are shown in Figures 911, while the corresponding UTKFace results are presented in Figures 1214.

Table 7

ModelRace gapCohen's dp-value
ResNet500.11360.25895.56 × 10−12
MobileNetV30.11240.25511.95 × 10−11
ViT (DeiT)0.12660.29232.22 × 10−13

Race disparity metrics on FairFace.

Table 8

ModelRace gapCohen's dp-value
ResNet500.47551.09061.62 × 10−163
MobileNetV30.49441.15391.66 × 10−267
ViT (DeiT)0.47261.09706.25 × 10−178

Race disparity metrics on UTKFace.

Figure 7

Figure 8

Figure 9

Figure 10

Figure 11

Figure 12

Figure 13

Figure 14

4.4 Fairness accuracy trade-off

The relationship between accuracy and disparity is illustrated in Figures 15, 16, as well as Figures 17, 18.

Figure 15

Figure 16

Figure 17

Figure 18

4.5 Results summary

Overall, the results consistently demonstrate measurable performance differences across demographic subgroups for all evaluated architectures on both FairFace and UTKFace. While aggregate accuracy varies only modestly between models, subgroup-level analysis reveals persistent disparities, particularly for race, underscoring the importance of reporting disaggregated performance alongside statistical measures.

5 Discussion

This study presents a statistically grounded evaluation of demographic bias in face attribute classification across multiple architectures and datasets. The results provide several important insights into the nature, consistency, and magnitude of demographic disparities.

First, a key finding is that demographic bias persists across model architectures, but its magnitude varies by attribute type. As shown in Tables 7, 8, race-based disparities are consistently larger than gender-based disparities across all evaluated models. This pattern is also clearly visible in the confidence interval plots (Figures 7, 8), where race gaps remain substantially higher than gender gaps. On FairFace, race disparity gaps range from approximately 0.11 to 0.13, while on UTKFace they increase significantly, exceeding 0.47. The corresponding per-race breakdowns (Figures 914) further illustrate uneven subgroup performance, confirming that certain demographic groups consistently experience lower accuracy. These findings are consistent with prior empirical studies reporting persistent demographic disparities in face analysis systems (Terhörst et al., 2021; Drozdowski et al., 2020; Raji et al., 2020).

Second, the consistency of bias across datasets strengthens the reliability of the findings. Although absolute performance values differ between FairFace and UTKFace (Tables 1, 2), the overall pattern remains stable: race exhibits the largest variation, while gender differences are smaller but persistent. This cross-dataset agreement suggests that demographic bias is not solely dataset-specific but reflects broader characteristics of learned representations. At the same time, the larger disparity observed on UTKFace indicates that dataset composition and label structure influence fairness outcomes, highlighting the importance of evaluating models across multiple benchmarks.

Third, the results demonstrate that statistical significance alone is insufficient to characterize bias. While p-values reported in Tables 58 indicate statistically significant differences across subgroups, the magnitude of these differences varies substantially. In particular, race disparities exhibit large effect sizes (Cohen's d>1 on UTKFace), whereas gender disparities remain small (Cohen's d < 0.13 across both datasets). This distinction highlights the importance of jointly interpreting effect size and statistical significance, especially in large-scale datasets where even small differences may appear statistically significant.

Fourth, the use of bootstrap confidence intervals provides insight into the stability of disparity estimates. As shown in Figures 58, the estimated disparity gaps exhibit relatively narrow confidence bounds, indicating that the observed differences are stable across resampled subsets. This strengthens the reliability of the reported results and addresses concerns related to variability in single-split evaluations.

Fifth, the evaluation highlights the role of representation-level analysis using a nearest-neighbor framework. While this approach does not replicate a fully trained classification pipeline, it enables controlled comparison of learned feature representations across architectures. The consistent subgroup disparities observed across all models (Tables 5, 7) suggest that demographic information is encoded at the representation level, contributing to performance variation across groups. This observation aligns with prior work emphasizing the role of representation learning in bias formation (Yucer et al., 2024; Mehrabi et al., 2021).

Finally, although differences in aggregate performance across architectures are relatively modest (Tables 1, 2), subgroup disparities remain present across all models. This finding reinforces that improvements in overall accuracy do not necessarily translate into improved fairness. Consequently, evaluation based solely on aggregate metrics may obscure important subgroup-level differences, underscoring the need for statistically grounded and transparent reporting practices.

Overall, these findings reinforce the importance of rigorous, multi-dimensional evaluation strategies for assessing fairness in face analysis systems, combining subgroup analysis, uncertainty quantification, and statistical validation to support reliable and responsible deployment.

6 Conclusion

This study presented a statistically grounded evaluation of demographic bias in face attribute classification across three representative deep architectures, namely ResNet50, MobileNetV3, and ViT (DeiT), using both the FairFace and UTKFace datasets. By combining subgroup analysis, disparity indices, bootstrap confidence intervals, and inferential statistical testing, the study provides a comprehensive assessment of the reliability and magnitude of demographic performance differences.

The results demonstrate that demographic disparities persist across architectures and datasets, with race-based disparities consistently larger than gender-based disparities. While overall performance differences between models remain modest, subgroup-level analysis reveals substantial variation, particularly across racial groups. The integration of effect size measures and confidence intervals further highlights that statistical significance alone is insufficient to interpret fairness outcomes, and that both the magnitude and stability of disparities must be considered.

Importantly, the consistency of observed patterns across FairFace and UTKFace strengthens the generalizability of the findings, indicating that demographic bias is not solely dataset-specific but reflects broader characteristics of learned representations. At the same time, the variation in disparity magnitude between datasets underscores the influence of dataset composition and label structure on fairness evaluation.

6.1 Limitations

Several limitations should be acknowledged. First, the evaluation is conducted using an embedding-based nearest-neighbor (1-NN) approach, which enables controlled comparison of learned representations but does not fully reflect the behavior of end-to-end trained classification systems. Second, the study considers a limited set of architectures and datasets, and additional benchmarks may provide further insight into generalization. Third, the mitigation analysis is restricted to a simple reweighting strategy, which does not capture the full range of available fairness interventions.

6.2 Future work

Future work should extend this framework by incorporating classifier-based evaluation pipelines, exploring additional datasets and demographic attributes, and evaluating more advanced bias mitigation strategies. In addition, further investigation into the relationship between representation learning and demographic bias may provide deeper insight into the underlying causes of performance disparities.

In summary, the findings emphasize that reliable evaluation of face analysis systems requires more than aggregate accuracy reporting. Subgroup-level transparency, uncertainty quantification, and statistical validation are essential for accurately assessing model behavior and supporting responsible deployment in real-world applications.

Statements

Data availability statement

The original contributions presented in the study are included in the article/supplementary material, further inquiries can be directed to the corresponding author/s.

Author contributions

AN: Investigation, Visualization, Conceptualization, Validation, Funding acquisition, Project administration, Formal analysis, Writing – review & editing, Methodology, Writing – original draft. SV: Supervision, Writing – review & editing. CC: Writing – review & editing, Supervision.

Funding

The author(s) declared that financial support was received for this work and/or its publication. This work was undertaken within the context of the Centre for Artificial Intelligence Research, which is supported by the Centre for Scientific and Innovation Research (CSIR) under grant number CSIR/BEI/HNP/CAIR/2020/10, supported by the Government of the Republic of South Africa through its Department of Science and Innovation's University Capacity Development grants.

Acknowledgments

We acknowledge both the moral and technical support given by the University of Johannesburg, University of KwaZulu-Natal and Sol Plaatje University.

Conflict of interest

The author(s) declared that this work was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Generative AI statement

The author(s) declared that Generative AI was used in the creation of this manuscript. During the preparation of this work the author(s) used Quilibot and ChatGPT in order to improve grammar. After using this tools, the author(s) reviewed and edited the content as needed and take(s) full responsibility for the content of the publication.

Any alternative text (alt text) provided alongside figures in this article has been generated by Frontiers with the support of artificial intelligence and reasonable efforts have been made to ensure accuracy, including review by the authors wherever possible. If you identify any issues, please contact us.

Publisher’s note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

References

  • 1

    BarocasS.SelbstA. (2016). Big data's disparate impact. Calif. Law Rev. 671–732. doi: 10.2139/ssrn.2477899

  • 2

    BelenguerL. (2022). AI bias: exploring discriminatory algorithmic decision-making models and the application of possible machine-centric solutions adapted from the pharmaceutical industry. AI Ethics2, 771787. doi: 10.1007/s43681-022-00138-8

  • 3

    BuolamwiniJ.GebruT. (2018). “Gender shades: intersectional accuracy disparities in commercial gender classification,” in Proceedings of the 1st conference on fairness, accountability and transparency (FAT*), Vol. 81, proceedings of machine learning research (New York, NY: PMLR), 7791.

  • 4

    DemšarJ. (2006). Statistical comparisons of classifiers over multiple data sets. J. Mach. Learn. Res. 7, 130. Available online at: https://jmlr.org/papers/v7/demsar06a.html

  • 5

    DrorR.BaumerG.ShlomovS.ReichartR. (2018). “The Hitchhiker's guide to statistical significance testing in machine learning,” in Proceedings of the 56th annual meeting of the association for computational linguistics, Vol. 1: long papers (Melbourne, VIC: Association for Computational Linguistics).

  • 6

    DrozdowskiP.RathgebC.DantchevaA.BuschC. (2020). Demographic bias in biometrics: a survey on an emerging challenge. IEEE Trans. Technol. Soc. 1, 89103. doi: 10.1109/TTS.2020.2992344

  • 7

    EfronB.TibshiraniR. J. (1994). An Introduction to the Bootstrap. New York, NY: CRC Press. doi: 10.1201/9780429246593

  • 8

    HardtM.PriceE.SrebroN. (2016). “Equality of opportunity in supervised learning,” in 30th Conference on Neural Information Processing Systems (NIPS 2016) (Barcelona).

  • 9

    HeK.ZhangX.RenS.SunJ. (2016). “Deep residual learning for image recognition,” in Proceedings of the IEEE conference on computer vision and pattern recognition (Las Vegas, NV: CVPR). doi: 10.1109/CVPR.2016.90

  • 10

    HowardA.SandlerM.ChuG.ChenL.-C.ChenB.TanM.et al. (2019). “Searching for mobilenetv3,” in Proceedings of the IEEE/CVF international conference on computer vision (ICCV) (Seoul). doi: 10.1109/ICCV.2019.00140

  • 11

    IslamR.KeyaK. N.PanS.SarwateA. D.FouldsJ. R. (2023). Differential fairness: an intersectional framework for fair AI. Entropy25:660. doi: 10.3390/e25040660

  • 12

    KärkkäinenK.JooJ. (2021). “Fairface: face attribute dataset for balanced race, gender, and age for bias measurement and mitigation,” in Proceedings of the IEEE/CVF winter conference on applications of computer vision (Waikoloa, HI), 15481558. doi: 10.1109/WACV48630.2021.00159

  • 13

    KortylewskiA.EggerB.SchneiderA.GerigT.Morel-ForsterA.VetterT. (2020). “Analyzing and reducing the damage of dataset bias to face recognition with synthetic data,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition workshops (Long Beach, CA). doi: 10.1109/CVPRW.2019.00279

  • 14

    KotwalK.MarcelS. (2026). Review of demographic fairness in face recognition. IEEE Trans. Biometr. Behav. Identity Sci. 8, 2045. doi: 10.1109/TBIOM.2025.3601217

  • 15

    MehrabiN.MorstatterF.SaxenaN.LermanK.GalstyanA. (2021). A survey on bias and fairness in machine learning. ACM Comput. Surv. 54:115. doi: 10.1145/3457607

  • 16

    NemavholaA.ChibayaC.ViririS. (2025a). A systematic review of cnn architectures, databases, performance metrics, and applications in face recognition. Information16:107. doi: 10.3390/info16020107

  • 17

    NemavholaA.ViririS.ChibayaC. (2025b). A scoping review of literature on deep learning techniques for face recognition. Hum. Behav. Emerg. Technol. 2025:5979728. doi: 10.1155/hbe2/5979728

  • 18

    RajiI. D.BuolamwiniJ. (2019). “Actionable auditing: investigating the impact of publicly naming biased performance results of commercial AI products,” in Proceedings of AAAI/ACM conference on AI ethics and society (Honolulu, HI), 429435. doi: 10.1145/3306618.3314244

  • 19

    RajiI. D.BuolamwiniJ.GebruT.MitchellM. (2020). “Saving face: investigating the ethical concerns of facial recognition auditing,” in AAAI/ACM conference on AI ethics and society (New York, NY). doi: 10.1145/3375627.3375820

  • 20

    RobinsonJ. P.LivitzG.HenonY.QinC.FuY. (2020). “Face recognition: too bias, or not too bias?,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition workshops (CVPRW) (Seattle, WA). doi: 10.1109/CVPRW50498.2020.00008

  • 21

    TerhörstP.KolfJ. N.HuberM.KirchbuchnerF.DamerN.MorenoA. M.et al. (2021). A comprehensive study on face recognition bias. IEEE Trans. Technol. Soc. 2, 1931. doi: 10.1109/TTS.2021.3134983

  • 22

    TouvronH.TouvronH.CordM.DouzeM.MassaF.SablayrollesA.et al. (2021). “Training data-efficient image transformers and distillation through attention,” in Proceedings of the international conference on machine learning (ICML).

  • 23

    YucerS.TektasF.Al MoubayedN.BreckonT. (2024). Racial bias within face recognition: a survey. ACM Comput. Surv. 57, 139. doi: 10.1145/3705295

  • 24

    ZhangY.LiB.LingZ.ZhouF. (2024). “Mitigating label bias in machine learning: fairness through confident learning,” in Proceedings of the AAAI conference on artificial intelligence, Vol. 38 (Vancouver, BC) 16917–16925. doi: 10.1609/aaai.v38i15.29634

  • 25

    ZhangZ.SongY.QiH. (2017). “Age progression/regression by conditional adversarial autoencoder,” in Proceedings of the IEEE conference on computer vision and pattern recognition (Honolulu, HI), 58105818. doi: 10.1109/CVPR.2017.463

Summary

Keywords

demographic bias, face attribute classification, fairness evaluation, representation learning, uncertainty quantification

Citation

Nemavhola A, Viriri S and Chibaya C (2026) Reassessing demographic bias in face attribute classification: a statistically grounded multi-model evaluation on FairFace and UTKFace. Front. Artif. Intell. 9:1817529. doi: 10.3389/frai.2026.1817529

Received

25 February 2026

Revised

21 July 2026

Accepted

27 July 2026

Published

14 August 2026

Volume

9 - 2026

Edited by

Erik Cuevas, University of Guadalajara, Mexico

Reviewed by

Batyrkhan Omarov, Al-Farabi Kazakh National University, Kazakhstan

Doǧu Manal, Eastern Mediterranean University, Türkiye

Updates

Copyright

*Correspondence: Andisani Nemavhola,

Disclaimer

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.

Outline

Figures

Cite article

Copy to clipboard


Export citation file


Share article

Article metrics