paper-with-me

Papers

Leveraging Parameter-Efficient Transfer Learning for Multi-Lingual Text-to-Speech Adaptation

2024-06-25 · Yingting Li, Ambuj Mehrish, Bryan Chew, Bo Cheng, Soujanya Poria

Different languages have distinct phonetic systems and vary in their prosodic features making it challenging to develop a Text-to-Speech (TTS) model that can effectively synthesise speech in multilingual settings. Furthermore, TTS architecture needs to be both efficient enough to capture nuances in multiple languages and efficient enough to be practical for deployment. The standard approach is to build transformer based model such as SpeechT5 and train it on large multilingual dataset. As the size of these models grow the conventional fine-tuning for adapting these model becomes impractical due to heavy computational cost. In this paper, we proposes to integrate parameter-efficient transfer learning (PETL) methods such as adapters and hypernetwork with TTS architecture for multilingual speech synthesis. Notably, in our experiments PETL methods able to achieve comparable or even better performance compared to full fine-tuning with only $\sim$2.5\% tunable parameters.The code and samples are available at: https://anonymous.4open.science/r/multilingualTTS-BA4C.

📄 PDF Abstract BibTeX arXiv:2406.17257

Code (0)

등록된 구현이 없습니다.

Tasks

Speech Synthesistext-to-speechText to SpeechTransfer Learning

Methods 이 논문이 사용한 방법론

HyperNetwork A HyperNetwork is a network that generates weights for a main network. The behavior of the main network is the same with any usual neural network: it learns to map some raw…

Similar Papers 제목 키워드 기반

Multilingual Speech Translation with Efficient Finetuning of Pretrained Models

2020-10-24 · Xian Li, Changhan Wang, Yun Tang, Chau Tran 외

We present a simple yet effective approach to build multilingual speech-to-text (ST) translation by efficient transfer learning from pretrained speech encoder and text decoder. Our key finding is that a minimalistic LNA …

Cross-Lingual TransferDecoderSpeech-to-TextText Generation+2

What Causes Knowledge Loss in Multilingual Language Models?

2025-04-29 · Maria Khelli, Samuel Cahyawijaya, Ayu Purwarianti, Genta Indra Winata

Cross-lingual transfer in natural language processing (NLP) models enhances multilingual performance by leveraging shared linguistic knowledge. However, traditional methods that process all data simultaneously often fail…

Cross-Lingual Transfer

Learning Compact Metrics for MT

2021-10-12 · EMNLP 2021 11 · Amy Pu, Hyung Won Chung, Ankur P. Parikh, Sebastian Gehrmann 외

Recent developments in machine translation and multilingual text generation have led researchers to adopt trained metrics such as COMET or BLEURT, which treat evaluation as a regression problem and use representations fr…

Cross-Lingual TransferLanguage ModelingLanguage ModellingMachine Translation+3

Cross-Linguistic Examination of Machine Translation Transfer Learning

2024-12-27 · Saughmon Boujkian

This study investigates the effectiveness of transfer learning in machine translation across diverse linguistic families by evaluating five distinct language pairs. Leveraging pre-trained models on high-resource language…

Machine TranslationTransfer LearningTranslation

Cross-lingual Semantic Role Labeling with Model Transfer

2020-08-24 · Hao Fei, Meishan Zhang, Fei Li, Donghong Ji

Prior studies show that cross-lingual semantic role labeling (SRL) can be achieved by model transfer under the help of universal features. In this paper, we fill the gap of cross-lingual SRL by proposing an end-to-end SR…

Semantic Role Labeling