paper-with-me

홈 › Papers

MOSS-VoiceGenerator: Create Realistic Voices with Natural Language Descriptions

2026-03-30 · Kexin Huang, Liwei Fan, Botian Jiang, Yaozhou Jiang, Qian Tu, Jie Zhu, Yuqian Zhang, Yiwei Zhao, Chenchen Yang, Zhaoye Fei, Shimin Li, Xiaogui Yang, Qinyuan Cheng, Xipeng Qiu arxiv

Voice design from natural language aims to generate speaker timbres directly from free-form textual descriptions, allowing users to create voices tailored to specific roles, personalities, and emotions. Such controllable voice creation benefits a wide range of downstream applications-including storytelling, game dubbing, role-play agents, and conversational assistants, making it a significant task for modern Text-to-Speech models. However, existing models are largely trained on carefully recorded studio data, which produces speech that is clean and well-articulated, yet lacks the lived-in qualities of real human voices. To address these limitations, we present MOSS-VoiceGenerator, an open-source instruction-driven voice generation model that creates new timbres directly from natural language prompts. Motivated by the hypothesis that exposure to real-world acoustic variation produces more perceptually natural voices, we train on large-scale expressive speech data sourced from cinematic content. Subjective preference studies demonstrate its superiority in overall performance, instruction-following, and naturalness compared to other voice design models.

📄 PDF Abstract BibTeX arXiv:2603.28086

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Creating New Voices using Normalizing Flows

2023-12-22 · Piotr Bilinski, Thomas Merritt, Abdelhamid Ezzerg, Kamil Pokora 외

Creating realistic and natural-sounding synthetic speech remains a big challenge for voice identities unseen during training. As there is growing interest in synthesizing voices of new speakers, here we investigate the a…

Speech Synthesistext-to-speechText to SpeechVoice Conversion

MOSS: End-to-End Dialog System Framework with Modular Supervision

2019-09-12 · Weixin Liang, Youzhi Tian, Chengcai Chen, Zhou Yu

A major bottleneck in training end-to-end task-oriented dialog system is the lack of data. To utilize limited training data more efficiently, we propose Modular Supervision Network (MOSS), an encoder-decoder training fra…

Decoderdialog state trackingNatural Language UnderstandingText Generation

MOSS-VL Technical Report

2026-08-15 · Pengyu Wang, Chenkun Tan, Shaojun Zhou, Qirui Zhou 외 hf

We present MOSS-VL, an open vision-language model family that treats real-time interaction -- perceiving while it speaks -- as a first-class capability. It is co-designed across the stack: the language decoder attends to…

Better Models and Algorithms for Learning Ising Models from Dynamics

2025-07-21 · Jason Gaitonde, Ankur Moitra, Elchanan Mossel arxiv

We study the problem of learning the structure and parameters of the Ising model, a fundamental model of high-dimensional data, when observing the evolution of an associated Markov chain. A recent line of work has studie…

Mossad: Defeating Software Plagiarism Detection

2020-10-04 · Breanna Devore-McDonald, Emery D. Berger

Automatic software plagiarism detection tools are widely used in educational settings to ensure that submitted work was not copied. These tools have grown in use together with the rise in enrollments in computer science …

Code Reuse Detection