CLSDASJun 7, 2023

Text-only Domain Adaptation using Unified Speech-Text Representation in Transducer

arXiv:2306.04076v14 citationsh-index: 58
Originality Incremental advance
AI Analysis

This work addresses domain adaptation for speech recognition systems, enabling faster adaptation without audio synthesis, though it is incremental as it builds on existing transducer frameworks.

The paper tackles the challenge of domain adaptation in end-to-end speech recognition using text-only data by proposing a method to learn unified speech-text representations in a Conformer Transducer, which reduces the word error rate by 44% on the target domain compared to baseline methods.

Domain adaptation using text-only corpus is challenging in end-to-end(E2E) speech recognition. Adaptation by synthesizing audio from text through TTS is resource-consuming. We present a method to learn Unified Speech-Text Representation in Conformer Transducer(USTR-CT) to enable fast domain adaptation using the text-only corpus. Different from the previous textogram method, an extra text encoder is introduced in our work to learn text representation and is removed during inference, so there is no modification for online deployment. To improve the efficiency of adaptation, single-step and multi-step adaptations are also explored. The experiments on adapting LibriSpeech to SPGISpeech show the proposed method reduces the word error rate(WER) by relatively 44% on the target domain, which is better than those of TTS method and textogram method. Also, it is shown the proposed method can be combined with internal language model estimation(ILME) to further improve the performance.

Foundations

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

Your Notes