English

Zero-Shot Automatic Pronunciation Assessment

Sound 2023-06-01 v1 Computation and Language Machine Learning Audio and Speech Processing

Abstract

Automatic Pronunciation Assessment (APA) is vital for computer-assisted language learning. Prior methods rely on annotated speech-text data to train Automatic Speech Recognition (ASR) models or speech-score data to train regression models. In this work, we propose a novel zero-shot APA method based on the pre-trained acoustic model, HuBERT. Our method involves encoding speech input and corrupting them via a masking module. We then employ the Transformer encoder and apply k-means clustering to obtain token sequences. Finally, a scoring module is designed to measure the number of wrongly recovered tokens. Experimental results on speechocean762 demonstrate that the proposed method achieves comparable performance to supervised regression baselines and outperforms non-regression baselines in terms of Pearson Correlation Coefficient (PCC). Additionally, we analyze how masking strategies affect the performance of APA.

Keywords

Cite

@article{arxiv.2305.19563,
  title  = {Zero-Shot Automatic Pronunciation Assessment},
  author = {Hongfu Liu and Mingqian Shi and Ye Wang},
  journal= {arXiv preprint arXiv:2305.19563},
  year   = {2023}
}

Comments

Accepted to Interspeech 2023

R2 v1 2026-06-28T10:51:35.056Z