Papers for

speech synthesis developers

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.

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

Filipino g2p model predicts phonemes and stress using sentence context

Towards Stress-Aware Sentence-Level Filipino G2P With Weakly-Supervised ByT5 Fine-Tuning

Abstract: Grapheme-to-phoneme conversion (G2P) refers to the task of converting a sequence of graphemes to a corresponding sequence of phonemes. While Filipino G2P is fairly straightforward due to its shallow orthography, the inclusion of prosodic features such as stress adds a layer of complexity that requires sentence-level context instead of single-word inputs. However, sentence-level data for Filipino typically do not include phoneme transcriptions, posing a challenge for training G2P models. As such, we investigate how to obtain sentence-level phoneme data for Filipino using available data and compare the resulting models with multilingual word-level G2P as well as measure how accurately they predict stress marker position for Filipino. We propose fine-tuning a ByT5-based model, pre-trained on multilingual word-level G2P data, on three sentence-level G2P datasets annotated with an LLM-assisted pipeline guided by data from Wiktionary. This approach produces models that perform well on the G2P task, achieving at best around 0.54% PER and 2.50% CER, a significant decrease compared to base model PER at around 19.74%, on a manually-corrected test set. The model is able to correctly classify most of the main stress classes in Filipino, but struggles particularly with malumi words. We show that a ByT5-based model performs well at sentence-level Filipino G2P and offers strong potential for Filipino homograph disambiguation.

Wed 9 SeptComputation and Language
The gist
Turning written words into sounds is usually simple for Filipino because the spelling matches the sounds closely. However, figuring out the right stress in sentences is harder and needs context beyond single words. The authors created a method that uses a special language model fine-tuned on sentence-level data, even though this data doesn’t usually have detailed sound information. Their approach improved the accuracy of predicting how Filipino words sound, especially with stress patterns, and it can help tell apart words that look the same but sound different.
Open 2609.09974v1

Instruction supervision stability improves talking AI voice style control

Stabilizing Instruction Supervision for Instruct-TTS via Controllable Diversification and Drift Filtering

Abstract: Instruct-TTS systems expand structured style labels into natural-language training instructions through LLM rewriting, yet we find that over 40% of unconstrained rewrites contain semantic drift that corrupts supervision and weakens generalization. We formalize this problem as instruction supervision instability and propose a data-centric stabilization recipe that jointly improves coverage and fidelity through three mechanisms: controllable instruction diversification for systematic expansion, LLM-based drift filtering for quality control, and attribute-aligned supervision that grounds prosody control in acoustic perturbations. On the Chinese split of InstructTTSEval, our recipe raises instruction-following from 34.5% without fine-tuning and 51.0% with naive fine-tuning to 56.4%, while constrained rewriting reduces drift from 40.4% to 15.4%. Ablations confirm the three mechanisms are complementary, and the drift taxonomy may generalize to instruction-driven generation beyond TTS.

Tue 8 SeptSound
The gist
Spoken text-to-speech systems that follow style instructions can have trouble understanding those instructions correctly. The authors found that when instructions are rewritten by large language models, more than 40% changed the meaning too much. They fixed this by diversifying instructions in a controlled way, filtering out bad rewrites using AI, and aligning voice features with these instructions. This approach helped the system follow instructions better and made the voice sound more natural.
Open 2609.08204v1