LGAICLNESDASSTMay 31, 2021

Why does CTC result in peaky behavior?

arXiv:2105.14849v261 citations
AI Analysis

This work addresses a fundamental issue for researchers and practitioners in speech recognition and sequence modeling, providing insights into CTC's limitations and suggesting alternatives.

The paper tackles the problem of understanding the peaky behavior in Connectionist Temporal Classification (CTC) models, proving that a feed-forward neural network trained with CTC from uniform initialization converges to peaky behavior with a 100% error rate on a simple example.

The peaky behavior of CTC models is well known experimentally. However, an understanding about why peaky behavior occurs is missing, and whether this is a good property. We provide a formal analysis of the peaky behavior and gradient descent convergence properties of the CTC loss and related training criteria. Our analysis provides a deep understanding why peaky behavior occurs and when it is suboptimal. On a simple example which should be trivial to learn for any model, we prove that a feed-forward neural network trained with CTC from uniform initialization converges towards peaky behavior with a 100% error rate. Our analysis further explains why CTC only works well together with the blank label. We further demonstrate that peaky behavior does not occur on other related losses including a label prior model, and that this improves convergence.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes