paper-with-me

Papers

When Fine-Tuning Fails and when it Generalises: Role of Data Diversity and Mixed Training in LLM-based TTS

2026-03-11 · Anupam Purwar, Aditya Choudhary arxiv

Large language models are increasingly adopted as semantic backbones for neural text-to-speech systems. However, frozen LLM representations are insufficient for modeling speaker specific acoustic and perceptual characteristics. Our experiments involving fine tuning of the Language Model backbone of TTS show promise in improving the voice consistency and Signal to Noise ratio SNR in voice cloning task. Across multiple speakers LoRA finetuning consistently outperforms the non-finetuned base Qwen-0.5B model across three complementary dimensions of speech quality. First, perceptual quality improves significantly with DNS-MOS gains of up to 0.42 points for speakers whose training data exhibits sufficient acoustic variability. Second, speaker fidelity improves for all evaluated speakers with consistent increases in voice similarity indicating that LoRA effectively adapts speaker identity representations without degrading linguistic modeling. Third, signal level quality improves in most cases with signal to noise ratio increasing by as much as 34 percent. Crucially these improvements are strongly governed by the characteristics of the training data. Speakers with high variability in acoustic energy and perceptual quality achieve simultaneous gains in DNS-MOS voice similarity and SNR. Overall this work establishes that LoRA finetuning is not merely a parameter efficient optimization technique but an effective mechanism for better speaker level adaptation in compact LLM-based TTS systems. When supported by sufficiently diverse training data LoRA adapted Qwen-0.5B consistently surpasses its frozen base model in perceptual quality speaker similarity with low latency using GGUF model hosted in quantized form.

📄 PDF Abstract BibTeX arXiv:2603.10904

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Improving Rare-Word Recognition of Whisper in Zero-Shot Settings

2025-02-17 · Yash Jogi, Vaibhav Aggarwal, Shabari S Nair, Yash Verma 외

Whisper, despite being trained on 680K hours of web-scaled audio data, faces difficulty in recognising rare words like domain-specific terms, with a solution being contextual biasing through prompting. To improve upon th…

Seeing wake words: Audio-visual Keyword Spotting

2020-09-02 · Liliane Momeni, Triantafyllos Afouras, Themos Stafylakis, Samuel Albanie 외

The goal of this work is to automatically determine whether and when a word of interest is spoken by a talking face, with or without the audio. We propose a zero-shot method suitable for in the wild videos. Our key contr…

Keyword SpottingLip ReadingVisual Keyword Spotting

MergedNET: A simple approach for one-shot learning in siamese networks based on similarity layers

2022-10-14 · Neurocomputing 2022 10 · John Atanbori, Samuel Rose

Classifiers trained on disjointed classes with few labelled data points are used in one-shot learning to identify visual concepts from other classes. Recently, Siamese networks and similarity layers have been used to sol…

Few-Shot Image ClassificationFine-Grained Image Classificationimage-classificationImage Classification+2

The Effectiveness of Approximate Regularized Replay for Efficient Supervised Fine-Tuning of Large Language Models

2025-12-26 · Matthew Riemer, Erik Miehling, Miao Liu, Djallel Bouneffouf 외 arxiv

Although parameter-efficient fine-tuning methods, such as LoRA, only modify a small subset of parameters, they can have a significant impact on the model. Our instruction-tuning experiments show that LoRA-based supervise…

parameter-efficient fine-tuningGeneral Knowledge

Multilingual Language Models for Named Entity Recognition in German and English

2019-09-01 · RANLP 2019 9 · Antonia Baumann

We assess the language specificity of recent language models by exploring the potential of a multilingual language model. In particular, we evaluate Google{'}s multilingual BERT (mBERT) model on Named Entity Recognition …

Language ModelingLanguage Modellingnamed-entity-recognitionNamed Entity Recognition+3