OpenSR: Open-Modality Speech Recognition Via Maintaining Multi-Modality Alignment.

Xize Cheng,Tao Jin,Linjun Li,Wang Lin,Xinyu Duan,Zhou Zhao
DOI: https://doi.org/10.18653/v1/2023.acl-long.363
2023-01-01
Abstract:Speech Recognition builds a bridge between the multimedia streaming (audio-only, visualonly or audio-visual) and the corresponding text transcription. However, when training the specific model of new domain, it often gets stuck in the lack of new-domain utterances, especially the labeled visual utterances. To break through this restriction, we attempt to achieve zero-shot modality transfer by maintaining the multi-modality alignment in phoneme space learned with unlabeled multimedia utterances in the high resource domain during the pretraining (Shi et al., 2022), and propose a training system Open-modality Speech Recognition (OpenSR) that enables the models trained on a single modality (e.g., audio-only) applicable to more modalities (e.g., visual-only and audio-visual). Furthermore, we employ a cluster-based prompt tuning strategy to handle the domain shift for the scenarios with only common words in the new domain utterances. We demonstrate that OpenSR enables modality transfer from one to any in three different settings (zero-, few- and fullshot), and achieves highly competitive zeroshot performance compared to the existing fewshot and full-shot lip-reading methods. To the best of our knowledge, OpenSR achieves the state-of-the-art performance of word error rate in LRS2 on audio-visual speech recognition and lip-reading with 2.7% and 25.0%, respectively. The code and demo are available at https://github.com/Exgc/OpenSR.
What problem does this paper attempt to address?