Concept

Combining CTC and Encoder-Decoder

This approach combines Connectionist Temporal Classification (CTC) and Encoder-Decoder architectures. During training, a hyperparameter λ\lambda (tuned on a development set) is used to weight the two log-likelihood objectives:

L=λlogPencdec(YX)+(1λ)logPctc(YX)L = \lambda \log P_{encdec}(Y \mid X) + (1-\lambda) \log P_{ctc}(Y \mid X)

During inference, the two models are combined using the learned weights.

Image 0

0

1

Updated 2026-06-17

Tags

Data Science