论文精选

基于听众面部反应的对话式语音生成新框架 ReACT-TTS 发布

Listen Before You Speak: Response Planning from Listener Facial Reactions for Conversational Speech Generation

精选理由

这是关于如何利用听众反应来生成更自然的对话语音的新方法,代码已经开源了。

研究者提出 ReACT-TTS 框架,利用一秒前听众的面部序列来规划下一句对话的情绪和语调。在 MELD 基准测试中,该框架的 Temporal 条件方法比纯文本方法在宏 F1 和 VAD 一致性上表现更好。20 名语音研究人员中,76% 的人认为 Temporal 方法更合适。

原文 · arXiv cs.AI

Listen Before You Speak: Response Planning from Listener Facial Reactions for Conversational Speech Generation

Conversational speech depends on dialogue context and the listener's immediately preceding behavior. We propose ReACT-TTS, a two-stage framework that uses a one-second pre-response listener facial sequence to plan the next utterance's emotion and prosody before speech realization. On a strict dyadic MELD protocol, Temporal conditioning yields higher mean macro-F1 and VAD concordance than Text-only across ten seeds, while accuracy remains essentially unchanged. Ablations show that temporal modeling performs best among the visual variants and that an explicit early-to-late difference is unnecessary; correct listener reactions also outperform cyclic mismatches on average. In a contextual-appropriateness study with 20 speech researchers, 76% of judgments prefer Temporal, 9% Text-only, and 15% report no preference. We further connect the predicted response style to a Grad-TTS backbone for end-to-end speech realization. Overall, the results support pre-response listener dynamics as complementary cues for conversational response planning. The source code is available at https://github.com/CYJ1/ReACT-TTS_public.