End-to-End Training of a Neural HMM with Label and Transition Probabilities
Daniel Mann, Tina Raissi, Wilfried Michel, Ralf Schl\"uter, Hermann, Ney

TL;DR
This paper introduces a neural HMM training method that explicitly models transition probabilities, improving alignment quality but not recognition accuracy, and employs a GPU-based forward-backward algorithm for joint training.
Contribution
It presents a novel end-to-end neural HMM training approach with explicit transition probabilities and a GPU-accelerated forward-backward algorithm for joint label and transition learning.
Findings
Transition modeling does not improve recognition accuracy.
Transition modeling enhances alignment quality.
Alignments are viable targets for Viterbi training.
Abstract
We investigate a novel modeling approach for end-to-end neural network training using hidden Markov models (HMM) where the transition probabilities between hidden states are modeled and learned explicitly. Most contemporary sequence-to-sequence models allow for from-scratch training by summing over all possible label segmentations in a given topology. In our approach there are explicit, learnable probabilities for transitions between segments as opposed to a blank label that implicitly encodes duration statistics. We implement a GPU-based forward-backward algorithm that enables the simultaneous training of label and transition probabilities. We investigate recognition results and additionally Viterbi alignments of our models. We find that while the transition model training does not improve recognition performance, it has a positive impact on the alignment quality. The generated…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Neural Networks and Applications · Domain Adaptation and Few-Shot Learning
