Conformer: 用于语音识别的卷积增强 Transformer

Conformer: Convolution-augmented Transformer for Speech Recognition

安莫尔·古拉蒂 Anmol Gulati · Google · 2020-05-16 · arXiv:2005.08100 ↗ · 被引 4161

打开互动全文版(逐段中英对照 + 图/公式 + 论文问答)→

摘要 · Abstract

最近,基于 Transformer 和卷积神经网络(CNN)的模型在自动语音识别(ASR)中展现出优于循环神经网络(RNN)的结果。Transformer 模型擅长捕捉基于内容的全局交互,而 CNN 则能有效利用局部特征。在这项工作中,我们通过研究如何以参数高效的方式结合卷积神经网络和 Transformer 来同时建模音频序列的局部和全局依赖,实现了两全其美。为此,我们提出了用于语音识别的卷积增强 Transformer,命名为 Conformer。Conformer 显著优于之前的 Transformer 和 CNN 模型,达到了最先进的准确率。在广泛使用的 LibriSpeech 基准测试中,我们的模型在未使用语言模型的情况下,在 test/testother 上实现了 2.1%/4.3%的词错误率(WER),使用外部语言模型时达到 1.9%/3.9%。我们还观察到,仅使用 10M 参数的小模型也取得了 2.7%/6.3%的竞争性性能。

Recently Transformer and Convolution neural network (CNN) based models have shown promising results in Automatic Speech Recognition (ASR), outperforming Recurrent neural networks (RNNs). Transformer models are good at capturing content-based global interactions, while CNNs exploit local features effectively. In this work, we achieve the best of both worlds by studying how to combine convolution neural networks and transformers to model both local and global dependencies of an audio sequence in a parameter-efficient way. To this regard, we propose the convolution-augmented transformer for speech recognition, named Conformer. Conformer significantly outperforms the previous Transformer and CNN based models achieving state-of-the-art accuracies. On the widely used LibriSpeech benchmark, our model achieves WER of 2.1%/4.3% without using a language model and 1.9%/3.9% with an external language model on test/testother. We also observe competitive performance of 2.7%/6.3% with a small model of only 10M parameters.

核心贡献 · Key contributions

局限 · Limitations

论文章节 · Sections(共 12)

阅读逐段中英对照全文 →