Nasal Speech Sounds Detection Using Connectionist Temporal Classification
Abstract
Phone attributes, known also as distinctive or phonological features, belong to important classification of the speech sounds used in automatic speech processing. Training of conventional phone attribute detectors (classifiers), either based on acoustic measurements or deep learning approaches, requires decent phone boundary segmentation. This paper proposes a solution to train a phone attribute detector without phone alignment using an end-to-end phone attribute modeling based on the connectionist temporal classification. Experiments, performed for the nasal phone attribute on the LibriSpeech database, confirm that the proposed system outperforms conventional deep neural network detector, trained even on the same training data. Further improvements are observed with more training data. Conventional complex system that consists of feature extraction, phone force-alignment and deep neural network training is replaced by a more simpler Python package based on PyTorch, released as open-source.
BibTeX
@inproceedings{icassp2018_nasalspeechsound,
title = {Nasal Speech Sounds Detection Using Connectionist Temporal Classification},
author = {Milos Cernak and Sibo Tong},
booktitle = {ICASSP 2018},
year = {2018}
}