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 YY that has the maximum conditional probability by marginalizing over all alignments AA that produce YY. Mathematically, the probability of an output sequence is PCTC(YX)=all A that produce Yp(AX)P_{CTC}(Y|X)=\sum_{\text{all A that produce Y}}p(A|X), and the optimal sequence is Y^=argmaxall possible YPCTC(YX)\hat{Y}=\text{argmax}_{\text{all possible Y}} P_{CTC}(Y|X).

0

1

Updated 2026-06-20

Tags

Deep Learning (in Machine learning)

Speech recognition

Data Science

Computing Sciences