paper-with-me

홈 › Papers

Improving ASR Contextual Biasing with Guided Attention

2024-01-16 · Jiyang Tang, Kwangyoun Kim, Suwon Shon, Felix Wu, Prashant Sridhar, Shinji Watanabe

In this paper, we propose a Guided Attention (GA) auxiliary training loss, which improves the effectiveness and robustness of automatic speech recognition (ASR) contextual biasing without introducing additional parameters. A common challenge in previous literature is that the word error rate (WER) reduction brought by contextual biasing diminishes as the number of bias phrases increases. To address this challenge, we employ a GA loss as an additional training objective besides the Transducer loss. The proposed GA loss aims to teach the cross attention how to align bias phrases with text tokens or audio frames. Compared to studies with similar motivations, the proposed loss operates directly on the cross attention weights and is easier to implement. Through extensive experiments based on Conformer Transducer with Contextual Adapter, we demonstrate that the proposed method not only leads to a lower WER but also retains its effectiveness as the number of bias phrases increases. Specifically, the GA loss decreases the WER of rare vocabularies by up to 19.2% on LibriSpeech compared to the contextual biasing baseline, and up to 49.3% compared to a vanilla Transducer.

📄 PDF Abstract BibTeX arXiv:2401.08835

Code (0)

등록된 구현이 없습니다.

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

Methods 이 논문이 사용한 방법론

GA Genetic Algorithms are search algorithms that mimic Darwinian biological evolution in order to select and propagate better solutions.
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
Adapter 설명 없음

Similar Papers 제목 키워드 기반

Robust Acoustic and Semantic Contextual Biasing in Neural Transducers for Speech Recognition

2023-05-09 · Xuandi Fu, Kanthashree Mysore Sathyendra, Ankur Gandhe, Jing Liu 외

Attention-based contextual biasing approaches have shown significant improvements in the recognition of generic and/or personal rare-words in End-to-End Automatic Speech Recognition (E2E ASR) systems like neural transduc…

Automatic Speech RecognitionLanguage Modellingspeech-recognitionSpeech Recognition

Optimizing Contextual Speech Recognition Using Vector Quantization for Efficient Retrieval

2024-11-01 · Nikolaos Flemotomos, Roger Hsiao, Pawel Swietojanski, Takaaki Hori 외

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…

QuantizationRetrievalspeech-recognitionSpeech Recognition

Enhancing the Robustness of Contextual ASR to Varying Biasing Information Volumes Through Purified Semantic Correlation Joint Modeling

2025-09-07 · Yue Gu, Zhihao Du, Ying Shi, Shiliang Zhang 외 arxiv

Recently, cross-attention-based contextual automatic speech recognition (ASR) models have made notable advancements in recognizing personalized biasing phrases. However, the effectiveness of cross-attention is affected b…

Speech Recognition

Text Injection for Neural Contextual Biasing

2024-06-05 · Zhong Meng, Zelin Wu, Rohit Prabhavalkar, Cal Peyser 외

Neural contextual biasing effectively improves automatic speech recognition (ASR) for crucial phrases within a speaker's context, particularly those that are infrequent in the training data. This work proposes contextual…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

Debiasing Pre-trained Contextualised Embeddings

2021-01-23 · EACL 2021 2 · Masahiro Kaneko, Danushka Bollegala

In comparison to the numerous debiasing methods proposed for the static non-contextualised word embeddings, the discriminative biases in contextualised embeddings have received relatively little attention. We propose a f…

SentenceWord Embeddings