Reducing Spelling Inconsistencies in Code-Switching ASR Using Contextualized CTC Loss
Burin Naowarat, Thananchai Kongthaworn, Korrawe Karunratanakul, Sheng Hui Wu, Ekapol Chuangsuwanich
Abstract
Code-Switching (CS) remains a challenge for Automatic Speech Recognition (ASR), especially character-based models. With the combined choice of characters from multiple languages, the out-come from character-based models suffers from phoneme duplication, resulting in language-inconsistent spellings. We propose Contextualized Connectionist Temporal Classification (CCTC) loss to encourage spelling consistencies of a character-based non-autoregressive ASR which allows for faster inference. The model trained by CCTC loss is aware of contexts since it learns to predict both center and surrounding letters in a multi-task manner. In contrast to existing CTC-based approaches, CCTC loss does not require frame-level alignments, since the context ground truth is obtained from the model’s estimated path. Compared to the same model trained with regular CTC loss, our method consistently improved the ASR performance on both CS and monolingual corpora.
BibTeX
@inproceedings{icassp2021_reducingspelling,
title = {Reducing Spelling Inconsistencies in Code-Switching ASR Using Contextualized CTC Loss},
author = {Burin Naowarat and Thananchai Kongthaworn and Korrawe Karunratanakul and Sheng Hui Wu and Ekapol Chuangsuwanich},
booktitle = {ICASSP 2021},
year = {2021}
}