Concept

Simple Greedy Inference Algorithm in Connectionist Temporal Classification

In Connectionist Temporal Classification (CTC), the simple greedy inference algorithm finds the most probable alignment by selecting the most likely label at each time step. Mathematically, let C\mathcal{C} be the set of all possible labels. The predicted label a^i\hat{a}_i at time step ii is a^i=argmaxcCpi(cX)\hat{a}_i=\text{argmax}_{c\in\mathcal{C}} p_i(c|X), where pi(cX)p_i(c|X) is the probability of label cc at time step ii given the input sequence XX.

0

1

Updated 2026-06-24

Tags

Deep Learning (in Machine learning)

Speech recognition

Data Science

Computing Sciences