# Self-Attention Networks for Connectionist Temporal Classification in   Speech Recognition

**Authors:** Julian Salazar, Katrin Kirchhoff, Zhiheng Huang

arXiv: 1901.10055 · 2019-07-02

## TL;DR

This paper introduces SAN-CTC, a self-attention based model for speech recognition using CTC, which is efficient, competitive, and outperforms many existing models on standard benchmarks.

## Contribution

We propose SAN-CTC, a fully self-attentional network for CTC in speech recognition, demonstrating its efficiency and superior performance over existing models.

## Key findings

- SAN-CTC achieves 4.7% CER on WSJ eval92 in 1 day.
- SAN-CTC achieves 2.8% CER on LibriSpeech test-clean in 1 week.
- The model outperforms most encoder-decoder models and existing CTC models.

## Abstract

The success of self-attention in NLP has led to recent applications in end-to-end encoder-decoder architectures for speech recognition. Separately, connectionist temporal classification (CTC) has matured as an alignment-free, non-autoregressive approach to sequence transduction, either by itself or in various multitask and decoding frameworks. We propose SAN-CTC, a deep, fully self-attentional network for CTC, and show it is tractable and competitive for end-to-end speech recognition. SAN-CTC trains quickly and outperforms existing CTC models and most encoder-decoder models, with character error rates (CERs) of 4.7% in 1 day on WSJ eval92 and 2.8% in 1 week on LibriSpeech test-clean, with a fixed architecture and one GPU. Similar improvements hold for WERs after LM decoding. We motivate the architecture for speech, evaluate position and downsampling approaches, and explore how label alphabets (character, phoneme, subword) affect attention heads and performance.

## Full text

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

## Figures

12 figures with captions in the complete paper: https://tomesphere.com/paper/1901.10055/full.md

## References

45 references — full list in the complete paper: https://tomesphere.com/paper/1901.10055/full.md

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