PulseAugur
实时 18:34:16

新的基于梯度的语音到文本方法可跨所有ASR模型进行对齐

研究人员开发了一种新颖的基于梯度的语音到文本对齐方法,适用于任何可微分的自动语音识别(ASR)模型。该技术从令牌对数概率的梯度中提取词语时间信息,无需修改模型或进行训练。它提供了一种通用的对齐解决方案,适用于各种ASR家族,包括语音LLM,并直接在输入网格上进行对齐,以获得更高的时间精度。在读取语音和自发语音数据集上的十六个模型进行的评估表明,梯度对齐是可用的,其性能与原生对齐器相当,并为流式模型提供了改进,尽管它需要对每个令牌进行反向传播。 AI

影响 这项新的对齐技术有望提高各种模型架构下语音到文本系统的准确性和灵活性。

排序理由 该集群描述了一篇关于语音到文本对齐新颖方法的最新研究论文。

在 arXiv cs.CL 阅读 →

AI 生成摘要 · Google Gemini · 来自 2 个来源。 我们如何撰写摘要 →

新的基于梯度的语音到文本方法可跨所有ASR模型进行对齐

报道来源 [2]

  1. arXiv cs.AI TIER_1 English(EN) · Albert Zeyer, Ralf Schl\"uter, Hermann Ney ·

    面向任何ASR模型的基于梯度的语音到文本对齐:从CTC到语音大模型

    arXiv:2607.06831v1 Announce Type: cross Abstract: Speech-to-text alignment means finding the temporal boundaries of each word in the audio. Some models provide such an alignment directly and others do not. Connectionist temporal classification (CTC) and transducer models have an …

  2. arXiv cs.CL TIER_1 English(EN) · Hermann Ney ·

    面向任何ASR模型的基于梯度的语音到文本对齐:从CTC到语音大模型

    Speech-to-text alignment means finding the temporal boundaries of each word in the audio. Some models provide such an alignment directly and others do not. Connectionist temporal classification (CTC) and transducer models have an alignment by construction, whereas attention-based…