English

Discovering phoneme-specific critical articulators through a data-driven approach

Audio and Speech Processing 2025-05-02 v1

Abstract

We propose an approach for learning critical articulators for phonemes through a machine learning approach. We formulate the learning with three models trained end to end. First, we use Acoustic to Articulatory Inversion (AAI) to predict time-varying speech articulators EMA. We also predict the phoneme-specific weights across articulators for each frame. To avoid overfitting, we also add a dropout layer before the weights prediction layer. Next, we normalize the predicted weights across articulators using min-max normalization for each frame. The normalized weights are multiplied by the ground truth EMAEMA and then we try to predict the phones at each frame. We train this whole setup end to end and use two losses. One loss is for the phone prediction which is the cross entropy loss and the other is for the AAI prediction which is the mean squared error loss. To maintain gradient flow between the phone prediction block and the EMAEMA prediction block, we use straight-through estimation. The goal here is to predict the weights of the articulator at each frame while training the model end to end.

Keywords

Cite

@article{arxiv.2505.00007,
  title  = {Discovering phoneme-specific critical articulators through a data-driven approach},
  author = {Jesuraj Bandekar and Sathvik Udupa and Prasanta Kumar Ghosh},
  journal= {arXiv preprint arXiv:2505.00007},
  year   = {2025}
}
R2 v1 2026-06-28T23:17:10.197Z