Conversational Speech Recognition by Learning Audio-textual Cross-modal Contextual Representation
Kun Wei, Bei Li, Hang Lv, Quan Lu, Ning Jiang, Lei Xie
TL;DR
This work tackles the challenge of retrieving long-range contextual information in conversational ASR without incurring error propagation from text-based history. It introduces a cross-modal CVAE framework that fuses a Conformer encoder with a cross-modal extractor and a CVAE module to produce role and topical conversational representations, which are fused into decoding via attention-based or linear methods. The approach leverages pre-trained speech and text models (e.g., HuBERT, data2vec, RoBERTa) and uses multi-task objectives (token-level, modal-level, CTC) to learn robust cross-modal context, achieving up to 8.8% and 23% relative CER reductions on HKUST and MagicData-RAMC, respectively. The results show that short history lengths for cross-modal input and a hybrid use of cross-modal and CVAE features yield the best performance, demonstrating the practical potential of long-context, noise-resistant conversational ASR with cross-modal context modeling.
Abstract
Automatic Speech Recognition (ASR) in conversational settings presents unique challenges, including extracting relevant contextual information from previous conversational turns. Due to irrelevant content, error propagation, and redundancy, existing methods struggle to extract longer and more effective contexts. To address this issue, we introduce a novel conversational ASR system, extending the Conformer encoder-decoder model with cross-modal conversational representation. Our approach leverages a cross-modal extractor that combines pre-trained speech and text models through a specialized encoder and a modal-level mask input. This enables the extraction of richer historical speech context without explicit error propagation. We also incorporate conditional latent variational modules to learn conversational level attributes such as role preference and topic coherence. By introducing both cross-modal and conversational representations into the decoder, our model retains context over longer sentences without information loss, achieving relative accuracy improvements of 8.8% and 23% on Mandarin conversation datasets HKUST and MagicData-RAMC, respectively, compared to the standard Conformer model.
