CLSDASJul 31, 2024

Generative Expressive Conversational Speech Synthesis

arXiv:2407.21491v223 citationsh-index: 15Has Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of simulating real natural conversational styles in speech synthesis for user-agent interactions, which is incremental as it builds on existing multimodal context modeling but introduces a new generative approach and dataset.

The paper tackles the problem of generating expressive conversational speech by proposing GPT-Talker, a system that integrates multimodal dialogue context using GPT to predict semantic and style tokens, and introduces a large-scale natural dataset (NCSSD) of 236 hours. The model significantly outperforms state-of-the-art systems in naturalness and expressiveness based on subjective and objective evaluations.

Conversational Speech Synthesis (CSS) aims to express a target utterance with the proper speaking style in a user-agent conversation setting. Existing CSS methods employ effective multi-modal context modeling techniques to achieve empathy understanding and expression. However, they often need to design complex network architectures and meticulously optimize the modules within them. In addition, due to the limitations of small-scale datasets containing scripted recording styles, they often fail to simulate real natural conversational styles. To address the above issues, we propose a novel generative expressive CSS system, termed GPT-Talker.We transform the multimodal information of the multi-turn dialogue history into discrete token sequences and seamlessly integrate them to form a comprehensive user-agent dialogue context. Leveraging the power of GPT, we predict the token sequence, that includes both semantic and style knowledge, of response for the agent. After that, the expressive conversational speech is synthesized by the conversation-enriched VITS to deliver feedback to the user.Furthermore, we propose a large-scale Natural CSS Dataset called NCSSD, that includes both naturally recorded conversational speech in improvised styles and dialogues extracted from TV shows. It encompasses both Chinese and English languages, with a total duration of 236 hours.We conducted comprehensive experiments on the reliability of the NCSSD and the effectiveness of our GPT-Talker. Both subjective and objective evaluations demonstrate that our model outperforms other state-of-the-art CSS systems significantly in terms of naturalness and expressiveness. The Code, Dataset, and Pre-trained Model are available at: https://github.com/AI-S2-Lab/GPT-Talker.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes