# Reinterpreting CTC training as iterative fitting

**Authors:** Hongzhu Li, Weiqiang Wang

arXiv: 1904.10619 · 2020-07-08

## TL;DR

This paper reinterprets CTC training as an iterative fitting process, providing insights into the spiky output problem and proposing modifications that improve training speed and output quality.

## Contribution

It introduces a novel reinterpretation of CTC training as iterative fitting, leading to effective solutions for the spiky problem and faster convergence.

## Key findings

- The proposed method effectively solves the spiky problem.
- Training convergence is faster with the new approach.
- The reinterpretation offers a new perspective for CTC analysis.

## Abstract

The connectionist temporal classification (CTC) enables end-to-end sequence learning by maximizing the probability of correctly recognizing sequences during training. The outputs of a CTC-trained model tend to form a series of spikes separated by strongly predicted blanks, know as the spiky problem. To figure out the reason for it, we reinterpret the CTC training process as an iterative fitting task that is based on frame-wise cross-entropy loss. It offers us an intuitive way to compare target probabilities with model outputs for each iteration, and explain how the model outputs gradually turns spiky. Inspired by it, we put forward two ways to modify the CTC training. The experiments demonstrate that our method can well solve the spiky problem and moreover, lead to faster convergence over various training settings. Beside this, the reinterpretation of CTC, as a brand new perspective, may be potentially useful in other situations. The code is publicly available at https://github.com/hzli-ucas/caffe/tree/ctc.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.10619/full.md

## Figures

18 figures with captions in the complete paper: https://tomesphere.com/paper/1904.10619/full.md

## References

25 references — full list in the complete paper: https://tomesphere.com/paper/1904.10619/full.md

---
Source: https://tomesphere.com/paper/1904.10619