突破语音识别单句限制,实现超长音频端到端识别
Beyond the Utterance: An Empirical Study of Very Long Context Speech Recognition
- 训练模型处理长达一小时的连续语音序列
- 21.8分钟上下文可带来14.2%相对性能提升
- 位置编码与模型宽深对长序列关键
自动语音识别(ASR)模型通常以小于30秒的短语为单位进行训练,这一设定源于计算约束和将话语视为独立同分布样本的假设。然而,随着算法与硬件进步,该限制已不再必要。本文在大规模数据上训练了10种不同长度(10秒至1小时)的序列模型,结果表明使用最多21.8分钟的上下文可带来高达14.2%的相对性能提升。通过调整架构组件发现,位置信息编码方式及模型宽度/深度是处理长序列的关键因素。此外,基于合成数据的评估显示,模型有效利用了远距离上下文中的语言与声学信息。
原文摘要 · Abstract (English)
Automatic speech recognition (ASR) models are normally trained to operate over single utterances, with a short duration of less than 30 seconds. This choice has been made in part due to computational constraints, but also reflects a common, but often inaccurate, modelling assumption that treats utterances as independent and identically distributed samples. When long-format audio recordings are available, to work with such systems, these recordings must first be segmented into short utterances and processed independently. In this work, we show that due to recent algorithmic and hardware advances, this is no longer necessary, and current attention-based approaches can be used to train ASR systems that operate on sequences of over an hour in length. Therefore, to gain a better understanding of the relationship between the training/evaluation sequence length and performance, we train ASR models on large-scale data using 10 different sequence lengths from 10 seconds up to 1 hour. The results show a benefit from using up to 21.8 minutes of context, with up to a 14.2% relative improvement from a short context baseline in our primary experiments. Through modifying various architectural components, we find that the method of encoding positional information and the model's width/depth are important factors when working with long sequences. Finally, a series of evaluations using synthetic data are constructed to help analyse the model's use of context. From these results, it is clear that both linguistic and acoustic aspects of the distant context are being used by the model.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。