CLASJan 16, 2024

Improving ASR Contextual Biasing with Guided Attention

arXiv:2401.08835v126 citationsICASSP
Originality Incremental advance
AI Analysis

This work addresses a specific challenge in ASR contextual biasing for improving recognition of rare words, representing an incremental advancement with practical implications for speech technology.

The paper tackles the problem of diminishing word error rate (WER) reduction in automatic speech recognition (ASR) contextual biasing as bias phrases increase, by proposing a Guided Attention (GA) auxiliary training loss that improves effectiveness and robustness without extra parameters, resulting in up to 19.2% WER reduction on rare vocabularies compared to the baseline and up to 49.3% compared to a vanilla Transducer.

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.

Foundations

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

Your Notes