CLSDASNov 16, 2021

CoCA-MDD: A Coupled Cross-Attention based Framework for Streaming Mispronunciation Detection and Diagnosis

arXiv:2111.08191v21 citations
AI Analysis

This work addresses latency issues in computer-aided pronunciation training systems for language learners, but it is incremental as it builds on existing end-to-end MDD approaches.

The paper tackles the problem of high latency in end-to-end mispronunciation detection and diagnosis (MDD) for long speech utterances by proposing CoCA-MDD, a streaming model that achieves F1 scores of 57.03% and 60.78% in streaming and fusion modes on L2-ARCTIC, and a Pearson correlation coefficient of 0.58 for phone-level scoring on SpeechOcean762.

Mispronunciation detection and diagnosis (MDD) is a popular research focus in computer-aided pronunciation training (CAPT) systems. End-to-end (e2e) approaches are becoming dominant in MDD. However an e2e MDD model usually requires entire speech utterances as input context, which leads to significant time latency especially for long paragraphs. We propose a streaming e2e MDD model called CoCA-MDD. We utilize conv-transformer structure to encode input speech in a streaming manner. A coupled cross-attention (CoCA) mechanism is proposed to integrate frame-level acoustic features with encoded reference linguistic features. CoCA also enables our model to perform mispronunciation classification with whole utterances. The proposed model allows system fusion between the streaming output and mispronunciation classification output for further performance enhancement. We evaluate CoCA-MDD on publicly available corpora. CoCA-MDD achieves F1 scores of 57.03% and 60.78% for streaming and fusion modes respectively on L2-ARCTIC. For phone-level pronunciation scoring, CoCA-MDD achieves 0.58 Pearson correlation coefficient (PCC) value on SpeechOcean762.

Foundations

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

Your Notes