CVGRMar 29, 2023

Robust Dancer: Long-term 3D Dance Synthesis Using Unpaired Data

arXiv:2303.16856v14 citationsh-index: 31Has Code
Originality Incremental advance
AI Analysis

This addresses the challenge of data scarcity in dance synthesis for applications like animation and virtual reality, though it is incremental in improving existing methods.

The authors tackled the problem of synthesizing long-term 3D dance motions from music using unpaired data, achieving results comparable to strong baselines without requiring paired training data.

How to automatically synthesize natural-looking dance movements based on a piece of music is an incrementally popular yet challenging task. Most existing data-driven approaches require hard-to-get paired training data and fail to generate long sequences of motion due to error accumulation of autoregressive structure. We present a novel 3D dance synthesis system that only needs unpaired data for training and could generate realistic long-term motions at the same time. For the unpaired data training, we explore the disentanglement of beat and style, and propose a Transformer-based model free of reliance upon paired data. For the synthesis of long-term motions, we devise a new long-history attention strategy. It first queries the long-history embedding through an attention computation and then explicitly fuses this embedding into the generation pipeline via multimodal adaptation gate (MAG). Objective and subjective evaluations show that our results are comparable to strong baseline methods, despite not requiring paired training data, and are robust when inferring long-term music. To our best knowledge, we are the first to achieve unpaired data training - an ability that enables to alleviate data limitations effectively. Our code is released on https://github.com/BFeng14/RobustDancer

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes