Papers for

voice assistant 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.

Kraken improves speech translation by using low-bitrate tokens and source speech input

Kraken: LLM-based Speech-to-Speech Translation via Low-bitrate VQ and Dual-path Source Conditioning

Abstract: Speech-to-speech translation (S2ST) has advanced significantly with speech LLMs, offering the potential for joint optimization and preserving non-linguistic information. However, these models struggle with predicting high-bitrate speech tokens in LLMs, and face the challenge of relying on S2ST training data with ideally aligned speaker identity and prosody. We propose using low-bitrate tokens based on single-layer vector quantization, trained to reconstruct self-supervised learning (SSL) features. We also employ a separate token-to-waveform decoder named Autowave-X, which is also conditioned on the source speech to improve non-linguistic transfer, thereby relaxing the training data constraints. With the integration of these techniques, we propose an S2ST model named Kraken, which augments a pre-trained LLM with speech feature inputs and the low-bitrate token outputs, followed by Autowave-X vocoder. We built the model upon Qwen3-8B and trained it using 150k hours of multilingual and multitask speech data. We demonstrated that our model exhibited better translation quality than SeamlessM4T-Large v2 and Qwen2.5-Omni, along with improved speaker and prosody transfer capabilities.

Fri 11 SeptComputation and LanguageSound
The gist
Speech-to-speech translation systems help convert spoken words in one language to another while keeping the speaker's voice and tone. The authors show that using simpler, compressed speech tokens makes it easier for large language models to process speech accurately. They also add a tool that recreates the sound while listening to the original speech for better voice and emotion preservation. Their approach, called Kraken, was trained on a large, diverse set of spoken languages and outperforms other similar models in translation quality and naturalness.
Open 2609.13045v1

Audio equalization improved by direct preference density alignment method

Direct Preference Density Alignment for Conversational Audio Equalization

Abstract: Large Language Model alignment typically relies on learned proxy reward models, which significantly increase the memory footprint during training and are notoriously prone to instability and reward hacking. While offline methods like Direct Preference Optimization (DPO) bypass the reward model, they lose the ability to perform online exploration. If no optimization constraints are applied, this can lead to format collapse in bounded, continuous spaces. To resolve this, we propose Direct Preference Density Alignment: An alternative framework that removes the need for a learned proxy reward model while strictly preserving the benefits of online reinforcement learning. We leverage large-scale user data (approximately 90,000 samples) to construct non-parametric preference density maps, establishing an empirical reward surface. In addition to removing the reward model, Direct Preference Density Alignment enables the combination of the online structural grounding of Group Relative Policy Optimization (GRPO) with the targeted offline refinement of DPO. We show that this GRPO+DPO combination achieves the highest performance, and in a blind audio equalization listening test, enables a 1.5B-parameter model to achieve perceptual parity with a carefully prompt-engineered GPT-4o mini baseline, using only a fraction of the inference compute.

Fri 11 SeptSoundArtificial Intelligence
The gist
Training AI models to adjust audio quality usually involves complicated reward systems that can be unstable and large. The paper’s authors propose a new approach that skips the need for these reward models by using large amounts of user preference data. This method combines strengths of online learning and offline refinement, leading to better performance in tuning audio using less computing power. In tests, their approach helped a 1.5 billion parameter AI model match the audio quality of a stronger baseline while being more efficient.
Open 2609.12607v1

Audio models reveal hidden errors in code switched English Yoruba speech

Beyond Word Error Rate: A Switch Aware Evaluation of ASR and Audio Language Models on English Yoruba Code-Switched Speech

Abstract: Automatic speech recognition (ASR) systems and audio language models (audio LMs) now report low error rates on monolingual benchmarks, but their behavior on code switched speech in low resource, diacritic rich languages remains poorly characterized. We present a switch aware evaluation of eleven modern systems (six ASR models and five audio LMs) on English Yoruba code-switched speech, using a deterministic 2000 utterance evaluation set and a shared scoring pipeline. Beyond word error rate (WER), we report switch localized diagnostics: a switch entry token error rate (SETER), windowed switch point error rates, language specific error rates, and a diacritic insensitive WER. Our central finding is that aggregate WER hides code switching behavior. The best system by WER (an ASR model) is statistically indistinguishable from a leading audio LM on WER, yet the audio LM is significantly better on every switch localized metric. Across faithful systems, Yoruba token recognition collapses (error 0.97 for almost all systems) while English tokens are recognized far better, and errors concentrate sharply at switches into Yoruba. Several generative audio LMs fail as exact transcribers, producing translation, verbosity, and prompt leakage that are strongly prompt dependent. We release manifests, metric implementations, and evaluation scripts to support reproducible, switch aware benchmarking for African code switched speech.

Thu 10 SeptComputation and LanguageArtificial Intelligence
The gist
Speech recognition systems usually perform well on single languages, but this paper shows that when people mix English and Yoruba in the same sentence, the usual error scores don’t tell the full story. The authors tested eleven modern speech systems on mixed English-Yoruba speech and found that while overall error rates look good, these systems struggle to recognize Yoruba words correctly and make many mistakes at language switching points. Some systems even add extra words or change the meaning depending on how the test questions are framed. The authors provide tools to better measure these mistakes in mixed language speech.
Open 2609.11786v1

Preference optimization improves control of nonverbal vocalizations in speech models

Preference Optimization with LALM Feedback for Continuous Autoregressive Non-Verbal Vocalization Generation

Abstract: We propose a preference optimization framework with Large Audio-Language Model (LALM) feedback for controllable non-verbal vocalization (NVV) generation in continuous autoregressive speech models. To construct preference data without human preference annotation, we build a bilingual prompt corpus by combining NVV-injected real transcripts with LLM-generated semantically aligned prompts, perform stochastic model rollouts, and use a LALM to rank candidate utterances and form same-prompt chosen--rejected pairs. We then adopt a two-stage optimization strategy: Rejection Sampling Fine-Tuning (RSFT) first adapts the model to LALM-selected high-scoring samples, followed by Anchored Flow-DPO, which formulates pairwise preference optimization using utterance-level flow-matching loss and retains the chosen-sample flow-matching objective as an SFT anchor. This design enables DPO-style preference learning without explicit sequence likelihoods while preserving direct supervision on preferred realizations. On the official 1,600-utterance NVVSpeech Challenge Track~2 test set, our method achieves a Final Track2Score of \textbf{75.80} (79.39 ZH / 72.21 EN), outperforming the VoxCPM2 baseline by \textbf{+1.84}. The improvements are mainly driven by higher NVV Accuracy and NVV Perceptual Effect, while Overall Quality remains stable.

Thu 10 SeptSound
The gist
Generating natural nonverbal sounds, like laughs or sighs, that fit speech is challenging because it's hard to know which variations sound better. The authors created a method that uses a large audio-language AI to compare and rank these sounds without needing people to label them. They then teach the model to prefer better sounds using this AI feedback, making the generated nonverbal vocalizations more accurate and natural. Their approach showed better results on a public test compared to previous methods.
Open 2609.11260v1

Speech to text becomes more reliable across different noisy settings

NOPE-HYPE: A Structured Simulation Workflow for Robust Speech-to-Text Across Diverse Acoustic Environments

Abstract: Robust speech-to-text translation systems should perform reliably across diverse acoustic conditions, yet practical pipelines lack controllable tools for systematic environment exploration. Large speech models remain sensitive to unseen acoustic conditions, as training data rarely cover the full range of real environments.We present NOPEHYPE, a structured training workflow that combines a controllable environment simulator, coverage-optimal environment reduction on Power Spectral Density (PSD) templates, and a small, interpretable hyperparameter search over simulator knobs. We show that simulator-generated noise achieves performance comparable to balanced realnoise training across Whisper and SeamlessM4T models, provide principled environment prototype sets, and identify practical default simulator configurations from a structured 27-run hyperparameter sweep.

Wed 9 SeptSoundArtificial IntelligenceComputation and Language
The gist
Speech-to-text systems often struggle to understand speech in different noisy places because they haven’t trained on every kind of background noise. The authors created a new way to simulate various acoustic environments so that these systems can be trained more effectively. Their method uses a controlled noise simulator and tests a few settings to find good defaults. They showed that training with simulated noise performs as well as training with real noisy recordings on popular speech models. This makes speech recognition more robust in many different real-world noises.
Open 2609.10058v1

Audio language models get new test for true reasoning skills

Beyond Accuracy: ARIA-Rubrics for Evaluating Audio Reasoning in Large Audio Language Models

Abstract: Large Audio Language Models (LALMs) have shown strong performance on audio reasoning benchmarks, but accuracy alone cannot distinguish true reasoning from superficial pattern matching, often overestimating reasoning ability since high scores may result from guessing rather than genuine audio understanding. Evaluating the reasoning process itself is essential for improving LALMs' reasoning ability, yet remains challenging. Existing methods either rely on costly human annotation or opaque LLM-as-judge approaches, making them impractical, biased, and lacking transparency. Moreover, audio reasoning introduces unique challenges absent in text-based settings, perceptual hallucination and cross-modal alignment between audio understanding and textual inference, hence text-based evaluation frameworks cannot be directly applied. Therefore, we propose ARIA-Rubrics (Audio Reasoning Integrity Assessment), a lightweight, annotation-free gold reasoning chains, automatic and transparent framework comprising six complementary metrics that evaluate audio reasoning quality across perceptual grounding, reasoning coherence, and answer consistency. We use Chain-of-Thought prompting as an externalization mechanism to make the reasoning process observable. Experiments on 9 models across 2 benchmarks identify three reasoning modes of current LALMs with actionable directions for future development, with ARIA-Rubrics achieving high correlation with human judgments. The code is available at the Github Repository.

Wed 9 SeptSound
The gist
Large audio language models can identify sounds and answer questions, but their high scores might come from guessing instead of real understanding. The authors created ARIA-Rubrics, a new way to check if these models really think through audio problems correctly by looking at the whole reasoning process, not just the final answer. Their approach doesn’t need expensive human checks and works by breaking down the models’ thinking steps. Tests showed ARIA-Rubrics aligns well with how humans judge true reasoning and revealed different thinking styles in current models.
Open 2609.09681v1

Large audio language models reduce false yes answers with token adaptive decoding

TAD: Token-Adaptive Contrastive Decoding with Confidence-Guided Gating for Hallucination Mitigation in Large Audio-Language Models

Abstract: Large audio-language models (LALMs) can hallucinate audio objects, answering "yes" to absent sound events, thus undermining reliability in audio question answering. We propose Token-Adaptive Decoding (TAD), a training-free strategy for hallucination mitigation that grounds the initial yes/no decision by contrasting logits under real audio with a matched silent reference. TAD introduces a token-adaptive, confidence-guided gate that is decision-critical at the first decoding step and class-conditional on affirmative tokens, using the audio-silent margin to avoid overcorrection when evidence is weak or already sufficient. Experiments on AudioCaps-Hallucination show that, relative to Audio-Aware Decoding (AAD), a contrastive baseline with fixed contrast strength, TAD improves F1 for Qwen2 by 0.059 to 0.117 across Popular, Adversarial, and Random splits, and for Gemma by 0.025 to 0.064, while on Clotho-AQA it raises F1 from 0.810 to 0.816 on Qwen2 and remains comparable to AAD on Gemma.

Mon 7 SeptSoundComputation and LanguageComputer Vision and Pattern Recognition
The gist
Large audio-language models sometimes wrongly say 'yes' to sounds that aren't actually present, which can cause mistakes in audio question answering. The authors propose a way called Token-Adaptive Decoding (TAD) that helps the model decide more accurately by comparing what it hears against silence. This method adjusts decisions based on confidence and avoids unnecessary corrections. Tests show that TAD improves accuracy compared to earlier methods, especially in challenging cases.
Open 2609.07286v1