GRCVSDASNov 25, 2020

Learning to dance: A graph convolutional adversarial network to generate realistic dance motions from audio

arXiv:2011.12999v288 citations
AI Analysis

This work is significant for animators and content creators, as it offers an improved method for automatically generating natural dance animations from music, reducing the need for manual data capture.

This paper addresses the problem of generating realistic dance motions from audio by proposing a graph convolutional adversarial network. The method outperforms state-of-the-art dance generation techniques in quantitative metrics and user studies, producing motions with comparable perceptual quality to real data.

Synthesizing human motion through learning techniques is becoming an increasingly popular approach to alleviating the requirement of new data capture to produce animations. Learning to move naturally from music, i.e., to dance, is one of the more complex motions humans often perform effortlessly. Each dance movement is unique, yet such movements maintain the core characteristics of the dance style. Most approaches addressing this problem with classical convolutional and recursive neural models undergo training and variability issues due to the non-Euclidean geometry of the motion manifold structure.In this paper, we design a novel method based on graph convolutional networks to tackle the problem of automatic dance generation from audio information. Our method uses an adversarial learning scheme conditioned on the input music audios to create natural motions preserving the key movements of different music styles. We evaluate our method with three quantitative metrics of generative methods and a user study. The results suggest that the proposed GCN model outperforms the state-of-the-art dance generation method conditioned on music in different experiments. Moreover, our graph-convolutional approach is simpler, easier to be trained, and capable of generating more realistic motion styles regarding qualitative and different quantitative metrics. It also presented a visual movement perceptual quality comparable to real motion data.

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