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.
