paper-with-me

Papers

Gesticulator: A framework for semantically-aware speech-driven gesture generation

2020-01-25 · Taras Kucherenko, Patrik Jonell, Sanne van Waveren, Gustav Eje Henter, Simon Alexanderson, Iolanda Leite, Hedvig Kjellström

During speech, people spontaneously gesticulate, which plays a key role in conveying information. Similarly, realistic co-speech gestures are crucial to enable natural and smooth interactions with social agents. Current end-to-end co-speech gesture generation systems use a single modality for representing speech: either audio or text. These systems are therefore confined to producing either acoustically-linked beat gestures or semantically-linked gesticulation (e.g., raising a hand when saying "high"): they cannot appropriately learn to generate both gesture types. We present a model designed to produce arbitrary beat and semantic gestures together. Our deep-learning based model takes both acoustic and semantic representations of speech as input, and generates gestures as a sequence of joint angle rotations as output. The resulting gestures can be applied to both virtual agents and humanoid robots. Subjective and objective evaluations confirm the success of our approach. The code and video are available at the project page https://svito-zar.github.io/gesticulator .

📄 PDF Abstract BibTeX arXiv:2001.09326

Code (1)

Svito-zar/gesticulator 공식 구현 pytorch

Tasks

Gesture Generation

Methods 이 논문이 사용한 방법론

Weight Decay 설명 없음
Adam 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
BERT BERT, or Bidirectional Encoder Representations from Transformers, improves upon standard Transformers by removing the…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Feedforward Network A Feedforward Network, or a Multilayer Perceptron (MLP), is a neural network with solely densely connected layers. This is the classic neural network architecture of the…

Similar Papers 제목 키워드 기반

LLM Gesticulator: Leveraging Large Language Models for Scalable and Controllable Co-Speech Gesture Synthesis

2024-10-06 · Haozhou Pang, Tianwei Ding, Lanshan He, Ming Tao 외

In this work, we present LLM Gesticulator, an LLM-based audio-driven co-speech gesture generation framework that synthesizes full-body animations that are rhythmically aligned with the input audio while exhibiting natura…

Gesture Generation

Semantic Gesticulator: Semantics-Aware Co-Speech Gesture Synthesis

2024-05-16 · Zeyi Zhang, Tenglong Ao, Yuyao Zhang, Qingzhe Gao 외

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 effect…

Language ModellingLarge Language ModelRhythmSemantic correspondence

Rhythmic Gesticulator: Rhythm-Aware Co-Speech Gesture Synthesis with Hierarchical Neural Embeddings

2022-10-04 · Tenglong Ao, Qingzhe Gao, Yuke Lou, Baoquan Chen 외

Automatic synthesis of realistic co-speech gestures is an increasingly important yet challenging task in artificial embodied agent creation. Previous systems mainly focus on generating gestures in an end-to-end manner, w…

Gesture GenerationRhythm

Transformer Network for Semantically-Aware and Speech-Driven Upper-Face Generation

2021-10-09 · Mireille Fares, Catherine Pelachaud, Nicolas Obin

We propose a semantically-aware speech driven model to generate expressive and natural upper-facial and head motion for Embodied Conversational Agents (ECA). In this work, we aim to produce natural and continuous head mo…

Face Generation

SASST: Leveraging Syntax-Aware Chunking and LLMs for Simultaneous Speech Translation

2025-08-11 · Zeyu Yang, Lai Wei, Roman Koshkin, Xi Chen 외 arxiv

This work proposes a grammar-based chunking strategy that segments input streams into semantically complete units by parsing dependency relations (e.g., noun phrase boundaries, verb-object structures) and punctuation fea…