Papers for

speech recognition engineers

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Streaming speech tokenization method cuts latency and improves accuracy

StreamAlign: Streaming Text-Aligned Speech Tokenization

Abstract: Text-aligned speech tokenization methods have emerged to better align speech tokens with LLM token spaces, enabling more effective utilization of pretrained LLMs. However, they rely on offline automatic speech recognition (ASR), leading to two key limitations: (i) the need for complete utterances before tokenization, precluding real-time streaming, and (ii) vocabulary mismatch between ASR and LLMs, which reduces acoustic granularity from the subword to the word level. We introduce StreamAlign, a text-aligned speech tokenization framework that enables streaming tokenization for real-time speech-text joint modeling. StreamAlign performs online speech-text alignment by combining character-level RNN-Transducer alignment with word-level ASR guidance, mitigating ASR-LLM vocabulary mismatch while preserving recognition accuracy. A proactive word boundary classifier anticipates word completion at chunk boundaries, reducing tokenization latency from 560 ms to 270 ms. On LibriSpeech, StreamAlign achieves the lowest WER and highest UTMOS among evaluated tokenizers. Furthermore, StreamAlign-SLM, a spoken language model trained on StreamAlign units, outperforms other end-to-end spoken language models in speech continuation while achieving the strongest overall consistency on SALMon and spoken StoryCloze.

Wed 9 SeptComputation and LanguageSound
The gist
Many systems need to convert spoken words into text tokens before further processing. Existing methods usually wait until you finish speaking before they start, making real-time use impossible. The authors introduce StreamAlign, a new method that aligns speech with text as it happens, predicting word boundaries early to reduce delay. This improves how quickly and accurately speech is turned into tokens, helping machines understand spoken language better and faster.
Open 2609.09719v1

Audio separation improves with iterative multi-input multi-output approach

Iterative Audio Separation with Mixture Consistency via MIMO Model Extension

Abstract: This paper proposes a general framework for stable and effective iterative audio separation with mixture consistency by extending source separation models to a multi-input multi-output (MIMO) configuration. In the field of audio separation, mixture consistency is an essential property for many applications that require accurate phase and timbral information of target sources. While iterative approaches such as diffusion models achieve perceptually superior results in speech enhancement or user-guided target source separation tasks, most existing methods focus on single-step separation with a single-input single-output (SISO) or single-input multi-output (SIMO) configuration through architectural improvements, since mixture-consistent audio separation is generally regarded as a regression problem that admits a unique solution. By extending these architectures to a MIMO configuration, we introduce iterative prediction without compromising the architectural advantages or the characteristics of mixture consistency. We conduct a comprehensive ablation study of combining the framework with discriminators and extending it to a generative model. Experimental results demonstrate significant performance improvements when applying the proposed framework to state-of-the-art separation models.

Mon 7 SeptSoundMachine Learning
The gist
Separating different sounds from a mixed recording can be tricky, especially if you want the separated sounds to sound natural and accurate. The authors propose a method that repeats the separation process several times using a model that takes in multiple sound inputs and produces multiple outputs. This iterative approach helps keep the separated sounds consistent with the original mixture. Their experiments show that adapting current top methods with this approach leads to better sound separation.
Open 2609.07226v1