无需发音词典,用联合随机逼近实现跨语言语音识别
Pronunciation-Lexicon Free Training for Phoneme-based Crosslingual ASR via Joint Stochastic Approximation
- 将音素设为隐变量,通过三模型联合训练
- 仅需10分钟音素标注即降5%错误率
- 适合资源稀缺语言的跨语言语音识别研究
近期基于音素监督的预训练模型在跨语言语音识别中展现出数据高效和跨语言信息共享的优势,但需依赖发音词典。本文提出一种无需发音词典的新方法,将音素视为离散隐变量,构建语音到音素(S2P)、音素到字形(P2G)及字形到音素(G2P)三个模型,并采用联合随机逼近(JSA)算法进行联合训练。引入边际似然评分(MLS)解码以对齐训练目标,并通过P2G增强提升映射鲁棒性。基于Whistle多语言预训练S2P模型,在波兰语(130小时)和印尼语(20小时)上实验,仅用10分钟音素监督即比现有最佳跨语言微调方法降低5%错误率;在跨领域文本数据适配场景中,相较标准语言模型融合方法,错误率降低9%。代码与完整流程已开源。
原文摘要 · Abstract (English)
Recently, pre-trained models with phonetic supervision have demonstrated their advantages for crosslingual speech recognition in data efficiency and information sharing across languages. However, a limitation is that a pronunciation lexicon is needed for such phoneme-based crosslingual speech recognition. In this study, we aim to eliminate the need for pronunciation lexicons and propose a latent variable model based method, with phonemes being treated as discrete latent variables. The new method consists of a speech-to-phoneme (S2P) model and a phoneme-to-grapheme (P2G) model, and a grapheme-to-phoneme (G2P) model is introduced as an auxiliary inference model. To jointly train the three models, we utilize the joint stochastic approximation (JSA) algorithm, which is a stochastic extension of the EM (expectation-maximization) algorithm and has demonstrated superior performance particularly in estimating discrete latent variable models. Furthermore, we propose marginal likelihood scoring (MLS) decoding to align inference with the training objective and P2G augmentation to improve the robustness of P2G mapping. Based on the Whistle multilingual pre-trained S2P model, crosslingual experiments are conducted in Polish (130 h) and Indonesian (20 h). With only 10 minutes of phoneme supervision, the new method, JSA-SPG, achieves 5% error rate reductions compared to the best crosslingual fine-tuning approach using subword or full phoneme supervision. Furthermore, it is found that in language domain adaptation (i.e., utilizing cross-domain text-only data), JSA-SPG outperforms the standard practice of language model fusion via the auxiliary support of the G2P model by 9% error rate reductions. To facilitate reproducibility and encourage further exploration in this field, we open-source the JSA-SPG training code and complete pipeline.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。