Concept

Strong Conditional Independence Assumption in Connectionist Temporal Classification

In Connectionist Temporal Classification (CTC), we assume that the output vectors in a single alignment sequence are conditionally independent given the input sequence. Mathematically, let the input sequence be X={x1,x2,,xn}X=\{x_1, x_2, \dots, x_n\} where xix_i are vectors, and let the output alignment be A={a1,a2,,an}A=\{a_1, a_2, \dots, a_n\} where aia_i are vectors. Then, the conditional probability of the alignment given the input is PCTC(AX)=i=1np(aiX)P_{CTC}(A|X)=\prod_{i=1}^{n}p(a_i|X).

0

1

Updated 2026-06-14

Tags

Deep Learning (in Machine learning)

Speech recognition

Data Science

Computing Sciences

Learn After