Concept
Maximum Conditional Probability Inference in Connectionist Temporal Classification
A drawback of the simple greedy inference algorithm in Connectionist Temporal Classification (CTC) is that it maximizes the probability of a single alignment rather than the final output sequence. To find the optimal output sequence, the inference algorithm should choose the output that has the maximum conditional probability by marginalizing over all alignments that produce . Mathematically, the probability of an output sequence is , and the optimal sequence is .
0
1
Updated 2026-06-20
Tags
Deep Learning (in Machine learning)
Speech recognition
Data Science
Computing Sciences