Component-Based Fairness in Face Attribute Classification with Bayesian Network-informed Meta Learning
Yifan Liu, Ruichen Yao, Yaokun Liu, Ruohan Zong, Zelin Li, Yang Zhang, Dong Wang
TL;DR
This work introduces face component fairness, a fine-grained fairness notion defined over biological facial features, and proposes Bayesian Network-informed Meta Reweighting (BNMR) to mitigate component-level bias. BNMR combines a fairness-optimized meta-learning reweighting scheme with a Bayesian Network calibrator to model interdependencies among face components and guide per-batch sample weighting, addressing both label scarcity and attribute inter-dependencies. Empirical results on CelebA show BNMR achieves superior fairness metrics (lower $\text{DIG}$ and $\text{TPRD}$) while maintaining competitive accuracy, with stronger gains as more face components are considered; BNMR also exhibits a positive linkage to demographic fairness (e.g., gender). The work highlights face component fairness as a practical surrogate objective for demographic fairness and provides code to facilitate replication and extension.
Abstract
The widespread integration of face recognition technologies into various applications (e.g., access control and personalized advertising) necessitates a critical emphasis on fairness. While previous efforts have focused on demographic fairness, the fairness of individual biological face components remains unexplored. In this paper, we focus on face component fairness, a fairness notion defined by biological face features. To our best knowledge, our work is the first work to mitigate bias of face attribute prediction at the biological feature level. In this work, we identify two key challenges in optimizing face component fairness: attribute label scarcity and attribute inter-dependencies, both of which limit the effectiveness of bias mitigation from previous approaches. To address these issues, we propose \textbf{B}ayesian \textbf{N}etwork-informed \textbf{M}eta \textbf{R}eweighting (BNMR), which incorporates a Bayesian Network calibrator to guide an adaptive meta-learning-based sample reweighting process. During the training process of our approach, the Bayesian Network calibrator dynamically tracks model bias and encodes prior probabilities for face component attributes to overcome the above challenges. To demonstrate the efficacy of our approach, we conduct extensive experiments on a large-scale real-world human face dataset. Our results show that BNMR is able to consistently outperform recent face bias mitigation baselines. Moreover, our results suggest a positive impact of face component fairness on the commonly considered demographic fairness (e.g., \textit{gender}). Our findings pave the way for new research avenues on face component fairness, suggesting that face component fairness could serve as a potential surrogate objective for demographic fairness. The code for our work is publicly available~\footnote{https://github.com/yliuaa/BNMR-FairCompFace.git}.
