PulseAugur
EN
LIVE 17:43:53

New gradient-based method aligns speech-to-text across all ASR models

Researchers have developed a novel gradient-based method for aligning speech-to-text, applicable to any differentiable automatic speech recognition (ASR) model. This technique derives word timings from the gradient of token log probabilities, bypassing the need for model modification or training. It offers a generic alignment solution that works across various ASR families, including speech LLMs, and aligns directly on the input grid for greater temporal precision. Evaluations on sixteen models across read and spontaneous speech datasets show the gradient alignment is usable, performing comparably to native aligners and offering improvements for streaming models, though it requires a backward pass per token. AI

IMPACT This new alignment technique could improve the accuracy and flexibility of speech-to-text systems across various model architectures.

RANK_REASON The cluster describes a new research paper detailing a novel method for speech-to-text alignment.

Read on arXiv cs.CL →

AI-generated summary · Google Gemini · from 2 sources. How we write summaries →

New gradient-based method aligns speech-to-text across all ASR models

COVERAGE [2]

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

    Gradient-Based Speech-to-Text Alignment for Any ASR Model: From CTC to Speech LLMs

    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 ·

    Gradient-Based Speech-to-Text Alignment for Any ASR Model: From CTC to Speech LLMs

    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…