paper-with-me

Papers

Optimizing Contextual Speech Recognition Using Vector Quantization for Efficient Retrieval

2024-11-01 · Nikolaos Flemotomos, Roger Hsiao, Pawel Swietojanski, Takaaki Hori, Dogan Can, Xiaodan Zhuang

Neural contextual biasing allows speech recognition models to leverage contextually relevant information, leading to improved transcription accuracy. However, the biasing mechanism is typically based on a cross-attention module between the audio and a catalogue of biasing entries, which means computational complexity can pose severe practical limitations on the size of the biasing catalogue and consequently on accuracy improvements. This work proposes an approximation to cross-attention scoring based on vector quantization and enables compute- and memory-efficient use of large biasing catalogues. We propose to use this technique jointly with a retrieval based contextual biasing approach. First, we use an efficient quantized retrieval module to shortlist biasing entries by grounding them on audio. Then we use retrieved entries for biasing. Since the proposed approach is agnostic to the biasing method, we investigate using full cross-attention, LLM prompting, and a combination of the two. We show that retrieval based shortlisting allows the system to efficiently leverage biasing catalogues of several thousands of entries, resulting in up to 71% relative error rate reduction in personal entity recognition. At the same time, the proposed approximation algorithm reduces compute time by 20% and memory usage by 85-95%, for lists of up to one million entries, when compared to standard dot-product cross-attention.

📄 PDF Abstract BibTeX arXiv:2411.00664

Code (0)

등록된 구현이 없습니다.

Tasks

QuantizationRetrievalspeech-recognitionSpeech Recognition

Methods 이 논문이 사용한 방법론

Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

DeCoAR 2.0: Deep Contextualized Acoustic Representations with Vector Quantization

2020-12-11 · Shaoshi Ling, Yuzong Liu

Recent success in speech representation learning enables a new way to leverage unlabeled data to train speech recognition model. In speech representation learning, a large amount of unlabeled data is used in a self-super…

DiversityQuantizationRepresentation Learningspeech-recognition+2

Privacy-Preserving Speech Representation Learning using Vector Quantization

2022-03-15 · Pierre Champion, Denis Jouvet, Anthony Larcher

With the popularity of virtual assistants (e.g., Siri, Alexa), the use of speech recognition is now becoming more and more widespread.However, speech signals contain a lot of sensitive information, such as the speaker's …

Privacy PreservingQuantizationRepresentation Learningspeech-recognition+2

i-LAVA: Insights on Low Latency Voice-2-Voice Architecture for Agents

2025-09-25 · Anupam Purwar, Aditya Choudhary arxiv

We experiment with a low-latency, end-to-end voice-to-voice communication model to optimize it for real-time conversational applications. By analyzing components essential to voice to voice (V-2-V) system viz. automatic …

Speech Recognition

Are disentangled representations all you need to build speaker anonymization systems?

2022-08-22 · Pierre Champion, Denis Jouvet, Anthony Larcher

Speech signals contain a lot of sensitive information, such as the speaker's identity, which raises privacy concerns when speech data get collected. Speaker anonymization aims to transform a speech signal to remove the s…

AllAutomatic Speech RecognitionAutomatic Speech Recognition (ASR)Disentanglement+5

Speech Enhancement with Multi-granularity Vector Quantization

2023-02-16 · Xiao-Ying Zhao, Qiu-Shi Zhu, Jie Zhang

With advances in deep learning, neural network based speech enhancement (SE) has developed rapidly in the last decade. Meanwhile, the self-supervised pre-trained model and vector quantization (VQ) have achieved excellent…

DenoisingQuantizationSpeech DenoisingSpeech Enhancement