CLLGSDASSep 1, 2022

Attention Enhanced Citrinet for Speech Recognition

arXiv:2209.00261v11 citationsh-index: 12
Originality Incremental advance
AI Analysis

This is an incremental improvement for speech recognition systems, enhancing efficiency and accuracy in training.

The paper tackles the slow convergence of Citrinet, a deep convolutional speech recognition model, by introducing multi-head attention and feed-forward networks while reducing layers and blocks, resulting in faster convergence with lower character error rates on Japanese datasets.

Citrinet is an end-to-end convolutional Connectionist Temporal Classification (CTC) based automatic speech recognition (ASR) model. To capture local and global contextual information, 1D time-channel separable convolutions combined with sub-word encoding and squeeze-and-excitation (SE) are used in Citrinet, making the whole architecture to be as deep as including 23 blocks with 235 convolution layers and 46 linear layers. This pure convolutional and deep architecture makes Critrinet relatively slow at convergence. In this paper, we propose to introduce multi-head attentions together with feed-forward networks in the convolution module in Citrinet blocks while keeping the SE module and residual module unchanged. For speeding up, we remove 8 convolution layers in each attention-enhanced Citrinet block and reduce 23 blocks to 13. Experiments on the Japanese CSJ-500h and Magic-1600h dataset show that the attention-enhanced Citrinet with less layers and blocks and converges faster with lower character error rates than (1) Citrinet with 80\% training time and (2) Conformer with 40\% training time and 29.8\% model size.

Foundations

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

Your Notes