paper-with-me

Papers

Deep Triphone Embedding Improves Phoneme Recognition

2017-10-22 · Mohit Yadav, Vivek Tyagi

In this paper, we present a novel Deep Triphone Embedding (DTE) representation derived from Deep Neural Network (DNN) to encapsulate the discriminative information present in the adjoining speech frames. DTEs are generated using a four hidden layer DNN with 3000 nodes in each hidden layer at the first-stage. This DNN is trained with the tied-triphone classification accuracy as an optimization criterion. Thereafter, we retain the activation vectors (3000) of the last hidden layer, for each speech MFCC frame, and perform dimension reduction to further obtain a 300 dimensional representation, which we termed as DTE. DTEs along with MFCC features are fed into a second-stage four hidden layer DNN, which is subsequently trained for the task of tied-triphone classification. Both DNNs are trained using tri-phone labels generated from a tied-state triphone HMM-GMM system, by performing a forced-alignment between the transcriptions and MFCC feature frames. We conduct the experiments on publicly available TED-LIUM speech corpus. The results show that the proposed DTE method provides an improvement of absolute 2.11% in phoneme recognition, when compared with a competitive hybrid tied-state triphone HMM-DNN system.

📄 PDF Abstract BibTeX arXiv:1710.07868

Code (0)

등록된 구현이 없습니다.

Tasks

Dimensionality ReductionGeneral ClassificationPhoneme Recognition

Similar Papers 제목 키워드 기반

Identifying and typifying demographic unfairness in phoneme-level embeddings of self-supervised speech recognition models

2026-04-24 · Felix Herron, Solange Rossato, Alexandre Allauzen, François Portet arxiv

Modern automatic speech recognition (ASR) systems have been observed to function better for certain speaker groups (SGs) than others, despite recent gains in overall performance. One potential impediment to progress towa…

Speech Recognition

Alternating Weak Triphone/BPE Alignment Supervision from Hybrid Model Improves End-to-End ASR

2024-02-23 · Jintao Jiang, Yingbo Gao, Mohammad Zeineldeen, Zoltan Tuske

In this paper, alternating weak triphone/BPE alignment supervision is proposed to improve end-to-end model training. Towards this end, triphone and BPE alignments are extracted using a pre-existing hybrid ASR system. The…

Allophant: Cross-lingual Phoneme Recognition with Articulatory Attributes

2023-06-07 · Kevin Glocker, Aaricia Herygers, Munir Georges

This paper proposes Allophant, a multilingual phoneme recognizer. It requires only a phoneme inventory for cross-lingual transfer to a target language, allowing for low-resource recognition. The architecture combines a c…

AttributeCross-Lingual TransferMulti-Task LearningPhoneme Recognition+2

Chain-based Discriminative Autoencoders for Speech Recognition

2022-03-25 · Hung-Shin Lee, Pin-Tuan Huang, Yao-Fei Cheng, Hsin-Min Wang

In our previous work, we proposed a discriminative autoencoder (DcAE) for speech recognition. DcAE combines two training schemes into one. First, since DcAE aims to learn encoder-decoder mappings, the squared error betwe…

DecoderRobust Speech Recognitionspeech-recognitionSpeech Recognition

Application of Word2vec in Phoneme Recognition

2019-12-17 · Xin Feng, Lei Wang

In this paper, we present how to hybridize a Word2vec model and an attention-based end-to-end speech recognition model. We build a phoneme recognition system based on Listen, Attend and Spell model. And the phoneme recog…

Phoneme Recognitionspeech-recognitionSpeech Recognition