Table of Contents
Fetching ...

Semantic Gesticulator: Semantics-Aware Co-Speech Gesture Synthesis

Zeyi Zhang, Tenglong Ao, Yuyao Zhang, Qingzhe Gao, Chuan Lin, Baoquan Chen, Libin Liu

TL;DR

This work addresses the challenge of generating semantically meaningful co-speech gestures, which are sparse in natural data. It introduces Semantic Gesticulator, combining a GPT-based gesture generator with a generative retrieval framework that uses a large language model to fetch semantic gestures from a dedicated SeG library, followed by a semantics-aware alignment to fuse retrieved gestures with rhythmically generated motion. The main contributions include a scalable RVQ-VAE based gesture tokenizer, a GPT-2 style gesture generator, a fine-tuned LLM-based retrieval model over SeG, and a latency-aware alignment mechanism that preserves both semantic content and beat coherence. Evaluation across ZEGGS and BEAT datasets shows improvements in semantic accuracy (SC) and motion quality (FGD), corroborated by user studies that emphasize semantic expressiveness and rhythm fidelity. The framework enables diverse, controllable, and semantically rich co-speech gestures and provides a public gesture dataset (SeG) to facilitate further research.

Abstract

In this work, we present Semantic Gesticulator, a novel framework designed to synthesize realistic gestures accompanying speech with strong semantic correspondence. Semantically meaningful gestures are crucial for effective non-verbal communication, but such gestures often fall within the long tail of the distribution of natural human motion. The sparsity of these movements makes it challenging for deep learning-based systems, trained on moderately sized datasets, to capture the relationship between the movements and the corresponding speech semantics. To address this challenge, we develop a generative retrieval framework based on a large language model. This framework efficiently retrieves suitable semantic gesture candidates from a motion library in response to the input speech. To construct this motion library, we summarize a comprehensive list of commonly used semantic gestures based on findings in linguistics, and we collect a high-quality motion dataset encompassing both body and hand movements. We also design a novel GPT-based model with strong generalization capabilities to audio, capable of generating high-quality gestures that match the rhythm of speech. Furthermore, we propose a semantic alignment mechanism to efficiently align the retrieved semantic gestures with the GPT's output, ensuring the naturalness of the final animation. Our system demonstrates robustness in generating gestures that are rhythmically coherent and semantically explicit, as evidenced by a comprehensive collection of examples. User studies confirm the quality and human-likeness of our results, and show that our system outperforms state-of-the-art systems in terms of semantic appropriateness by a clear margin.

Semantic Gesticulator: Semantics-Aware Co-Speech Gesture Synthesis

TL;DR

This work addresses the challenge of generating semantically meaningful co-speech gestures, which are sparse in natural data. It introduces Semantic Gesticulator, combining a GPT-based gesture generator with a generative retrieval framework that uses a large language model to fetch semantic gestures from a dedicated SeG library, followed by a semantics-aware alignment to fuse retrieved gestures with rhythmically generated motion. The main contributions include a scalable RVQ-VAE based gesture tokenizer, a GPT-2 style gesture generator, a fine-tuned LLM-based retrieval model over SeG, and a latency-aware alignment mechanism that preserves both semantic content and beat coherence. Evaluation across ZEGGS and BEAT datasets shows improvements in semantic accuracy (SC) and motion quality (FGD), corroborated by user studies that emphasize semantic expressiveness and rhythm fidelity. The framework enables diverse, controllable, and semantically rich co-speech gestures and provides a public gesture dataset (SeG) to facilitate further research.

Abstract

In this work, we present Semantic Gesticulator, a novel framework designed to synthesize realistic gestures accompanying speech with strong semantic correspondence. Semantically meaningful gestures are crucial for effective non-verbal communication, but such gestures often fall within the long tail of the distribution of natural human motion. The sparsity of these movements makes it challenging for deep learning-based systems, trained on moderately sized datasets, to capture the relationship between the movements and the corresponding speech semantics. To address this challenge, we develop a generative retrieval framework based on a large language model. This framework efficiently retrieves suitable semantic gesture candidates from a motion library in response to the input speech. To construct this motion library, we summarize a comprehensive list of commonly used semantic gestures based on findings in linguistics, and we collect a high-quality motion dataset encompassing both body and hand movements. We also design a novel GPT-based model with strong generalization capabilities to audio, capable of generating high-quality gestures that match the rhythm of speech. Furthermore, we propose a semantic alignment mechanism to efficiently align the retrieved semantic gestures with the GPT's output, ensuring the naturalness of the final animation. Our system demonstrates robustness in generating gestures that are rhythmically coherent and semantically explicit, as evidenced by a comprehensive collection of examples. User studies confirm the quality and human-likeness of our results, and show that our system outperforms state-of-the-art systems in terms of semantic appropriateness by a clear margin.
Paper Structure (36 sections, 6 equations, 16 figures, 3 tables)

This paper contains 36 sections, 6 equations, 16 figures, 3 tables.

Figures (16)

  • Figure 1: Our system is composed of three principal components: (a) an end-to-end neural generator, adept at handling a wide array of speech audio inputs to create gesture animations that are in rhythm with the speech; (b) a generative retrieval framework based on a large language model (LLM), adept at interpreting transcript context and selecting suitable semantic gestures from an extensive library covering commonly used gestures; and (c) a semantics-aware alignment mechanism, which amalgamates the chosen semantic gestures with the rhythmically produced motion, culminating in gestures that are semantically enriched.
  • Figure 2: The process of synthesizing a rhythm-coherent gesture segment consists of: (a) a residual VQ-VAE zeghidour2022soundstream learns a hierarchical categorical space to represent motion as discrete tokens; (b) a powerful GPT-based GPT2 generator predicts the future gesture token conditioned on the preceding gesture tokens and synchronized audio features in an autoregressive manner.
  • Figure 3: Residual quantization module. The motion features $\bm{Z}$ are iteratively quantized by a series of residual quantization layers. The first RVQ layer is a special RVQ layer, where the preceding residue is $\bm{r}_l^1 = \bm{z}_l$.
  • Figure 4: The overview of generative semantic gesture retrieval.
  • Figure 5: The meta-information of a semantic gesture in the SeG Dataset.
  • ...and 11 more figures