Concept

Combining CTC and Encoder-Decoder

Combination of architecture of both CTC and Encoder-Decoder.

With a λ\lambda tuned on dev set the two losses can be weighed during training

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

With the learned weights two language models are combined for inferecing

Image 0

0

1

Updated 2022-05-22

Tags

Data Science