paper-with-me

Papers

SpeakerStew: Scaling to Many Languages with a Triaged Multilingual Text-Dependent and Text-Independent Speaker Verification System

2021-04-05 · Roza Chojnacka, Jason Pelecanos, Quan Wang, Ignacio Lopez Moreno

In this paper, we describe SpeakerStew - a hybrid system to perform speaker verification on 46 languages. Two core ideas were explored in this system: (1) Pooling training data of different languages together for multilingual generalization and reducing development cycles; (2) A novel triage mechanism between text-dependent and text-independent models to reduce runtime cost and expected latency. To the best of our knowledge, this is the first study of speaker verification systems at the scale of 46 languages. The problem is framed from the perspective of using a smart speaker device with interactions consisting of a wake-up keyword (text-dependent) followed by a speech query (text-independent). Experimental evidence suggests that training on multiple languages can generalize to unseen varieties while maintaining performance on seen varieties. We also found that it can reduce computational requirements for training models by an order of magnitude. Furthermore, during model inference on English data, we observe that leveraging a triage framework can reduce the number of calls to the more computationally expensive text-independent system by 73% (and reduce latency by 59%) while maintaining an EER no worse than the text-independent setup.

📄 PDF Abstract BibTeX arXiv:2104.02125

Code (1)

google/speaker-id/tree/master/lingvo 공식 구현

Tasks

Speaker RecognitionSpeaker VerificationText-Independent Speaker Verification

Similar Papers 제목 키워드 기반

ATLAS: Adaptive Transfer Scaling Laws for Multilingual Pretraining, Finetuning, and Decoding the Curse of Multilinguality

2025-10-24 · Shayne Longpre, Sneha Kudugunta, Niklas Muennighoff, I-Hung Hsu 외 arxiv

Scaling laws research has focused overwhelmingly on English -- yet the most prominent AI models explicitly serve billions of international users. In this work, we undertake the largest multilingual scaling laws study to …

Cross-Lingual Transfer

Google USM: Scaling Automatic Speech Recognition Beyond 100 Languages

2023-03-02 · Yu Zhang, Wei Han, James Qin, Yongqiang Wang 외

We introduce the Universal Speech Model (USM), a single large model that performs automatic speech recognition (ASR) across 100+ languages. This is achieved by pre-training the encoder of the model on a large unlabeled m…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Quantizationspeech-recognition+3

Scaling Speech Technology to 1,000+ Languages

2023-05-22 · arXiv 2023 5 · Vineel Pratap, Andros Tjandra, Bowen Shi, Paden Tomasello 외

Expanding the language coverage of speech technology has the potential to improve access to information for many more people. However, current speech technology is restricted to about one hundred languages which is a sma…

Automatic Speech RecognitionLanguage IdentificationSelf-Supervised Learningspeech-recognition+2

Glot500: Scaling Multilingual Corpora and Language Models to 500 Languages

2023-05-20 · Ayyoob Imani, Peiqin Lin, Amir Hossein Kargaran, Silvia Severini 외

The NLP community has mainly focused on scaling Large Language Models (LLMs) vertically, i.e., making them better for about 100 languages. We instead scale LLMs horizontally: we create, through continued pretraining, Glo…

Language ModellingXLM-R

Scaling Laws for Multilingual Language Models

2024-10-15 · Yifei He, Alon Benhaim, Barun Patra, Praneetha Vaddamanu 외

We propose a novel scaling law for general-purpose decoder-only language models (LMs) trained on multilingual data, tackling the problem of balancing languages during multilingual pretraining. A primary challenge in stud…

Cross-Lingual Transfer