🤖 AI Summary
Traditional frame-level pooling (e.g., mean + standard deviation) neglects inter-feature covariances, leading to loss of speaker-discriminative information. To address this, we propose SoCov pooling: first, frame features are enhanced via self-attention to construct a robust covariance matrix; second, a semi-orthogonal parametrized vectorization mechanism is introduced to enable stable, differentiable compression of the covariance structure; finally, a weighted standard deviation vector is fused to produce segment-level sc-vector embeddings. This work constitutes the first end-to-end differentiable framework that explicitly models and optimizes the full covariance structure within deep speaker embedding architectures. Evaluated on the SRE21 evaluation set, the sc-vector achieves a 15.5% relative reduction in equal error rate (EER) over x-vectors and a 30.9% relative improvement over conventional pooling methods, demonstrating substantial gains in both speaker verification accuracy and robustness.
📝 Abstract
In conventional deep speaker embedding frameworks, the pooling layer aggregates all frame-level features over time and computes their mean and standard deviation statistics as inputs to subsequent segment-level layers. Such statistics pooling strategy produces fixed-length representations from variable-length speech segments. However, this method treats different frame-level features equally and discards covariance information. In this paper, we propose the Semi-orthogonal parameter pooling of Covariance matrix (SoCov) method. The SoCov pooling computes the covariance matrix from the self-attentive frame-level features and compresses it into a vector using the semi-orthogonal parametric vectorization, which is then concatenated with the weighted standard deviation vector to form inputs to the segment-level layers. Deep embedding based on SoCov is called ``sc-vector''. The proposed sc-vector is compared to several different baselines on the SRE21 development and evaluation sets. The sc-vector system significantly outperforms the conventional x-vector system, with a relative reduction in EER of 15.5% on SRE21Eval. When using self-attentive deep feature, SoCov helps to reduce EER on SRE21Eval by about 30.9% relatively to the conventional ``mean + standard deviation'' statistics.