Improving ASR Contextual Biasing with Guided Attention
Jiyang Tang, Kwangyoun Kim, Suwon Shon, Felix Wu, Prashant Sridhar,, Shinji Watanabe

TL;DR
This paper introduces a Guided Attention auxiliary loss for ASR models that enhances contextual biasing effectiveness and robustness, especially with many bias phrases, by improving alignment during training without adding extra parameters.
Contribution
The proposed GA loss directly influences cross attention weights, improving WER reduction in ASR systems with multiple bias phrases, and is simpler to implement than similar methods.
Findings
GA loss reduces WER of rare vocabularies by up to 19.2% on LibriSpeech.
Method maintains effectiveness as the number of bias phrases increases.
Achieves significant WER improvements compared to baseline methods.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSpeech Recognition and Synthesis · Speech and Audio Processing · Music and Audio Processing
MethodsGenetic Algorithms · ALIGN · Adapter
