ASAIAug 26, 2025

Interpolating Speaker Identities in Embedding Space for Data Expansion

arXiv:2508.19210v1h-index: 14APSIPA
Originality Incremental advance
AI Analysis

This addresses data scarcity and privacy issues in speaker verification, offering an incremental but scalable solution for expanding training datasets.

The paper tackles the challenge of limited speaker identity data for deep learning-based speaker verification by proposing INSIDE, a method that synthesizes new speaker identities through interpolation in embedding space, resulting in 3.06% to 5.24% relative improvements in verification performance.

The success of deep learning-based speaker verification systems is largely attributed to access to large-scale and diverse speaker identity data. However, collecting data from more identities is expensive, challenging, and often limited by privacy concerns. To address this limitation, we propose INSIDE (Interpolating Speaker Identities in Embedding Space), a novel data expansion method that synthesizes new speaker identities by interpolating between existing speaker embeddings. Specifically, we select pairs of nearby speaker embeddings from a pretrained speaker embedding space and compute intermediate embeddings using spherical linear interpolation. These interpolated embeddings are then fed to a text-to-speech system to generate corresponding speech waveforms. The resulting data is combined with the original dataset to train downstream models. Experiments show that models trained with INSIDE-expanded data outperform those trained only on real data, achieving 3.06\% to 5.24\% relative improvements. While INSIDE is primarily designed for speaker verification, we also validate its effectiveness on gender classification, where it yields a 13.44\% relative improvement. Moreover, INSIDE is compatible with other augmentation techniques and can serve as a flexible, scalable addition to existing training pipelines.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes