We show that an end-to-end deep learning approach can be used to recognize either English or Mandarin Chinese speech--two vastly different languages. Because it replaces entire pipelines of hand-engineered components with neural networks, end-to-end learning allows us to handle a diverse variety of speech including noisy environments, accents and different languages. Key to our approach is our application of HPC techniques, resulting in a 7x speedup over our previous system. Because of this efficiency, experiments that previously took weeks now run in days. This enables us to iterate more quickly to identify superior architectures and algorithms. As a result, in several cases, our system is competitive with the transcription of human workers when benchmarked on standard datasets. Finally, using a technique called Batch Dispatch with GPUs in the data center, we show that our system can be inexpensively deployed in an online setting, delivering low latency when serving users at scale.
核心贡献 · Key contributions
端到端深度学习用神经网络取代手工设计的 ASR 流水线,处理多样化语音。 End-to-end deep learning replaces hand-engineered ASR pipelines with neural networks, handling diverse speech.
HPC 技术实现相比先前系统 7 倍加速,将训练从数周缩短至数天。 HPC techniques achieve 7x speedup over prior system, reducing training from weeks to days.
RNN 的批归一化改善深层网络的收敛和泛化。 Batch Normalization for RNNs improves convergence and generalization in deep networks.
SortaGrad 课程学习通过按长度排序样本稳定训练。 SortaGrad curriculum learning stabilizes training by ordering examples by length.
系统在多个基准上匹配或超越人类转录准确率。 System matches or exceeds human transcription accuracy on several benchmarks.
GPU 批量调度实现大规模低延迟在线部署。 Batch Dispatch with GPUs enables low-latency online deployment at scale.
局限 · Limitations
系统需要大量标注数据(英语 11,940 小时,普通话 9,400 小时)。 System requires large labeled datasets (11,940 hours English, 9,400 hours Mandarin).