Source-linked AI summary

A Unified Uncertainty-Aware Back-End for Speaker Verification: Scoring, Normalization, and Calibration

Junjie Li, Kong Aik Lee

arXiv:2609.01221v1cs.SD

TL;DR

The paper addresses the lack of uncertainty propagation beyond initial speaker representation or scoring in speaker-verification back-ends. It introduces a unified covariance-aware pipeline spanning cosine scoring, AS-Norm, and QMF calibration, and reports consistent EER reductions and improved target–non-target separation across ECAPA-TDNN and ResNet. Occasional minDCF degradation indicates that gains depend on uncertainty quality and the evaluation operating region.

  • Problem

    Existing uncertainty-aware speaker methods mainly improve the encoder or initial similarity score, while uncertainty is generally not propagated through cohort normalization and calibration.

  • Method

    The framework represents each utterance with an embedding and covariance matrix, then uses uncertainty-aware cosine scoring, UAS-Norm, and UQMF calibration throughout back-end processing.

  • Results

    Consistent EER reductions and improved target–non-target separation are reported across ECAPA-TDNN and ResNet.

  • Takeaways & Limitations

    Embedding covariance can be reused to preserve trial-dependent reliability through scoring, normalization, and calibration without redesigning the speaker encoder.

  • Takeaways & Limitations

    Gains depend on uncertainty quality and evaluation operating region, with occasional minDCF degradation.

Abstract

from arXiv · show

Speaker verification back-ends commonly combine similarity scoring, score normalization, and calibration. However, speaker embeddings extracted from real-world utterances have trial-dependent reliability because of factors such as duration, noise, and channel variation. Existing uncertainty-aware methods primarily improve the speaker encoder or the initial similarity score, while the estimated uncertainty is typically not propagated through subsequent normalization and calibration. We represent each utterance by a speaker embedding, interpreted as a posterior mean, together with its covariance as an uncertainty estimate. We present a unified uncertainty-aware back-end comprising uncertainty-aware cosine scoring, uncertainty-aware AS-Norm (UAS-Norm), and uncertainty-aware Quality Measure Function calibration (UQMF). Covariance information is incorporated throughout this pipeline to adjust score scaling, cohort statistics, normalized-score combination, and calibration features. Experiments with ECAPA-TDNN and ResNet show consistent EER reductions and improved target--non-target separation across both architectures.

1. INTRODUCTION

Speaker-verification back-ends combine scoring, normalization, and calibration, but conventional later stages do not propagate the trial-dependent uncertainty of real-world utterances. The paper addresses this gap with a unified uncertainty-aware pipeline that preserves reliability information through all three stages.

  • Speaker verification back-ends score embedding compatibility, normalize trial-dependent score distributions, and calibrate scores for threshold-based decisions.
  • Raw scores remain sensitive to speaker and acoustic conditions even when the embedding extractor is strong.
  • AS-Norm selects relevant impostor-cohort scores for each trial and is used as the representative normalization method.
  • Conventional AS-Norm and QMF treat embeddings and cohort statistics as deterministic despite reliability differences caused by duration, noise, channel, and recording conditions.
  • Existing uncertainty-aware methods mainly improve representation learning or initial similarity scoring, without generally propagating uncertainty into cohort normalization and calibration.
  • The proposed back-end accepts paired embeddings and covariance matrices, combining uncertainty-aware cosine scoring, UAS-Norm, and UQMF calibration.

2. UNIFIED UNCERTAINTY-AWARE BACK-END PROCESSING

The unified back-end propagates utterance uncertainty through cosine scoring, AS-Norm, and QMF calibration. It adjusts scores, cohort statistics, normalized-score combination, and calibration inputs while remaining attachable to existing pipelines.

  • Pipeline overview: The pipeline sequentially applies uncertainty-aware cosine scoring, UAS-Norm, and UQMF calibration.It takes embeddings and covariance matrices as inputs and retains trial-dependent reliability throughout back-end processing.
  • Uncertainty representation: Each utterance enters the back-end as a speaker embedding and covariance-derived direction-dependent variance.Larger diagonal covariance values indicate greater uncertainty.
  • Cosine scoring: Uncertainty-aware cosine scoring replaces Euclidean norms with covariance-adjusted effective norms while leaving the inner product unchanged.The resulting scale factors provide trial-dependent score rescaling and are reused in UAS-Norm.
  • UAS-Norm: UAS-Norm weights cohort samples by projected uncertainty, reducing unreliable samples’ influence on cohort means and standard deviations.It also combines uncertainty-weighted cohort statistics with enrollment/test scale factors for the final normalized score.
  • UQMF calibration: UQMF replaces deterministic embedding and impostor quality inputs with covariance-adjusted norms and uncertainty-aware cohort statistics.Its logistic-regression parameters learn the contribution of covariance-derived features from calibration trials.
  • Implementation: The methods require no encoder retraining after covariances are available and can be attached to existing normalization and calibration pipelines.UAS-Norm has no learnable parameters, while UQMF retains conventional QMF’s logistic-regression structure with changed inputs.

3. EXPERIMENTS AND RESULTS

Experiments on ECAPA-TDNN and ResNet show that uncertainty modeling improves embeddings and that propagating uncertainty through scoring, normalization, and calibration yields further gains. The complete uncertainty-aware pipeline improves separation and reduces most reported error metrics, with occasional minDCF degradation.

  • Experimental setup: ECAPA-TDNN and ResNet experiments compare conventional and uncertainty-aware pipelines across VoxCeleb1-O, VoxCeleb1-E, and VoxCeleb1-H.The pipelines use matched processing configurations, with uncertainty-aware systems incorporating covariance-based back-end methods.
  • Embedding and scoring results: 13.49% and 13.06% relative improvements are achieved by uncertainty-aware models with conventional cosine scoring for ECAPA-TDNN and ResNet, respectively.All ECAPA-TDNN metrics and five of six ResNet metrics improve, indicating gains before uncertainty-aware back-end processing.
  • Embedding and scoring results: 17.12% is the ResNet relative improvement after uncertainty-aware cosine scoring, up from 13.06%, although two ResNet VoxCeleb minDCF values degrade slightly.Uncertainty-aware cosine scoring improves all ECAPA-TDNN metrics and all ResNet EERs.
  • UAS-Norm results: 25.86% and 26.53% are the ECAPA-TDNN and ResNet relative improvements with UAS-Norm, compared with 18.34% and 12.68% for their paired conventional systems.The UAS-Norm ablation indicates that directly rescaling normalized scores using trial uncertainty is important.
  • Score separation: 0.037 to 0.034 is the reduction in standardized target–non-target density overlap on Vox1-H, an 8.1% relative decrease for the complete UAS-Norm pipeline.The comparison reflects the aggregate effects of uncertainty-aware scoring, cohort statistics, and score combination.
  • UQMF results: 28.01% and 27.15% are the final relative improvements for ECAPA-TDNN and ResNet with UQMF, while UQMF improves five of six post-UAS-Norm EERs.The only reported exceptions are unchanged ECAPA-TDNN Vox1-O performance and a slight ResNet Vox1-O minDCF increase from 0.052 to 0.053.

4. CONCLUSION

The paper presents a unified uncertainty-aware back-end that carries covariance information through scoring, normalization, and calibration. Across ECAPA-TDNN and ResNet, it reports consistent EER reductions and improved target–non-target separation, while occasional minDCF degradation limits the uniformity of gains.

  • Conclusion: The unified back-end combines uncertainty-aware cosine scoring, UAS-Norm, and UQMF calibration.Covariance is reused for score scaling, cohort weighting, and quality features.
  • Conclusion: ECAPA-TDNN and ResNet show consistent EER reductions and improved target–non-target separation under the unified uncertainty-aware back-end.The reported gains depend on uncertainty quality and the evaluation operating region because occasional minDCF degradation remains.
Loading 2609.01221v1…