ASAICLNov 10, 2024

CTC-Assisted LLM-Based Contextual ASR

arXiv:2411.06437v124 citationsh-index: 28SLT
Originality Incremental advance
AI Analysis

This addresses the challenge of rare word recognition in ASR for practical applications like hotword customization, representing an incremental improvement over existing LLM-based ASR models.

The paper tackles the problem of accurately recognizing rare words in automatic speech recognition (ASR) by proposing a CTC-assisted LLM-based contextual ASR model with an efficient filtering algorithm, achieving WER/B-WER of 1.27%/3.67% and 2.72%/8.02% on Librispeech test sets and performing well with 2000 biasing words.

Contextual ASR or hotword customization holds substantial practical value. Despite the impressive performance of current end-to-end (E2E) automatic speech recognition (ASR) systems, they often face challenges in accurately recognizing rare words. Typical E2E contextual ASR models commonly feature complex architectures and decoding mechanisms, limited in performance and susceptible to interference from distractor words. With large language model (LLM)-based ASR models emerging as the new mainstream, we propose a CTC-Assisted LLM-Based Contextual ASR model with an efficient filtering algorithm. By using coarse CTC decoding results to filter potential relevant hotwords and incorporating them into LLM prompt input, our model attains WER/B-WER of 1.27%/3.67% and 2.72%/8.02% on the Librispeech test-clean and test-other sets targeting on recognizing rare long-tail words, demonstrating significant improvements compared to the baseline LLM-based ASR model, and substantially surpassing other related work. More remarkably, with the help of the large language model and proposed filtering algorithm, our contextual ASR model still performs well with 2000 biasing words.

Code Implementations1 repo
Foundations

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

Your Notes