paper-with-me

홈 › Papers

End-to-End Training of a Neural HMM with Label and Transition Probabilities

2023-10-04 · Daniel Mann, Tina Raissi, Wilfried Michel, Ralf Schlüter, Hermann Ney

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 alignments are shown to be viable targets in state-of-the-art Viterbi trainings.

📄 PDF Abstract BibTeX arXiv:2310.02724

Code (1)

danenergetics/returnn 공식 구현 tf

Tasks

GPU

Similar Papers 제목 키워드 기반

One-Step Multi-View Clustering Based on Transition Probability

2024-03-03 · Wenhui Zhao, Quanxue Gao, Guangfei Li, Cheng Deng 외

The large-scale multi-view clustering algorithms, based on the anchor graph, have shown promising performance and efficiency and have been extensively explored in recent years. Despite their successes, current methods la…

Clustering

Are Anchor Points Really Indispensable in Label-Noise Learning?

2019-06-01 · NeurIPS 2019 12 · Xiaobo Xia, Tongliang Liu, Nannan Wang, Bo Han 외

In label-noise learning, \textit{noise transition matrix}, denoting the probabilities that clean labels flip into noisy labels, plays a central role in building \textit{statistically consistent classifiers}. Existing the…

Learning with noisy labels

Learning with Biased Complementary Labels

2017-11-27 · ECCV 2018 9 · Xiyu Yu, Tongliang Liu, Mingming Gong, DaCheng Tao

In this paper, we study the classification problem in which we have access to easily obtainable surrogate for true labels, namely complementary labels, which specify classes that observations do \textbf{not} belong to. L…

Extended T: Learning with Mixed Closed-set and Open-set Noisy Labels

2020-12-02 · Xiaobo Xia, Tongliang Liu, Bo Han, Nannan Wang 외

The label noise transition matrix $T$, reflecting the probabilities that true labels flip into noisy ones, is of vital importance to model label noise and design statistically consistent classifiers. The traditional tran…

Meta Transition Adaptation for Robust Deep Learning with Noisy Labels

2020-06-10 · Jun Shu, Qian Zhao, Zongben Xu, Deyu Meng

To discover intrinsic inter-class transition probabilities underlying data, learning with noise transition has become an important approach for robust deep learning on corrupted labels. Prior methods attempt to achieve s…

Deep LearningLearning with noisy labels