Improving fairness in speaker verification via Group-adapted Fusion Network
Hua Shen, Yuguang Yang, Guoli Sun, Ryan Langman, Eunjung Han, Jasha Droppo, Andreas Stolcke
TL;DR
This work tackles fairness in speaker verification under demographic imbalance by introducing the Group-adapted Fusion Network (GFN), a modular architecture that performs group-specific embedding adaptation followed by learnable score fusion. The fused score combines cosine similarities from base, female-adapted, and male-adapted embeddings, enabling better generalization and reduced disparity across gender groups. Empirical results on VoxCeleb data show substantial relative reductions in overall $EER$ (9.6%–29.0%), minority-group $EER$ (13.7%–18.6%), and $EER$ disparity (20.0%–25.4%), with notable gains in minority-group performance and visualization-backed evidence of more discriminative, group-aware embeddings. The method is extensible to other skewed training data scenarios and highlights the value of modular, ensemble-like adaptations in fairness-critical acoustic tasks, while also signaling potential future work on robust backends and overfitting safeguards.$S^B$, $S^F$, $S^M$ denote cosine similarities from base and group-adapted embeddings, fused via a learnable $f(ig[S^B,S^F,S^Mig];W)$ to produce $S$.
Abstract
Modern speaker verification models use deep neural networks to encode utterance audio into discriminative embedding vectors. During the training process, these networks are typically optimized to differentiate arbitrary speakers. This learning process biases the learning of fine voice characteristics towards dominant demographic groups, which can lead to an unfair performance disparity across different groups. This is observed especially with underrepresented demographic groups sharing similar voice characteristics. In this work, we investigate the fairness of speaker verification models on controlled datasets with imbalanced gender distributions, providing direct evidence that model performance suffers for underrepresented groups. To mitigate this disparity we propose the group-adapted fusion network (GFN) architecture, a modular architecture based on group embedding adaptation and score fusion. We show that our method alleviates model unfairness by improving speaker verification both overall and for individual groups. Given imbalanced group representation in training, our proposed method achieves overall equal error rate (EER) reduction of 9.6% to 29.0% relative, reduces minority group EER by 13.7% to 18.6%, and results in 20.0% to 25.4% less EER disparity, compared to baselines. The approach is applicable to other types of training data skew in speaker recognition systems.
