paper-with-me

Papers

FineDance: A Fine-grained Choreography Dataset for 3D Full Body Dance Generation

2022-12-07 · ICCV 2023 1 · Ronghui Li, Junfan Zhao, Yachao Zhang, Mingyang Su, Zeping Ren, Han Zhang, Yansong Tang, Xiu Li

Generating full-body and multi-genre dance sequences from given music is a challenging task, due to the limitations of existing datasets and the inherent complexity of the fine-grained hand motion and dance genres. To address these problems, we propose FineDance, which contains 14.6 hours of music-dance paired data, with fine-grained hand motions, fine-grained genres (22 dance genres), and accurate posture. To the best of our knowledge, FineDance is the largest music-dance paired dataset with the most dance genres. Additionally, to address monotonous and unnatural hand movements existing in previous methods, we propose a full-body dance generation network, which utilizes the diverse generation capabilities of the diffusion model to solve monotonous problems, and use expert nets to solve unreal problems. To further enhance the genre-matching and long-term stability of generated dances, we propose a Genre&Coherent aware Retrieval Module. Besides, we propose a novel metric named Genre Matching Score to evaluate the genre-matching degree between dance and music. Quantitative and qualitative experiments demonstrate the quality of FineDance, and the state-of-the-art performance of FineNet. The FineDance Dataset and more qualitative samples can be found at our website.

📄 PDF Abstract BibTeX arXiv:2212.03741

Code (1)

li-ronghui/FineDance 공식 구현 pytorch

Tasks

Motion SynthesisRetrieval

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

GCDance: Genre-Controlled 3D Full Body Dance Generation Driven By Music

2025-02-25 · Xinran Liu, Xu Dong, Diptesh Kanojia, Wenwu Wang 외

Generating high-quality full-body dance sequences from music is a challenging task as it requires strict adherence to genre-specific choreography. Moreover, the generated sequences must be both physically realistic and p…

Rhythm

Lodge++: High-quality and Long Dance Generation with Vivid Choreography Patterns

2024-10-27 · Ronghui Li, Hongwen Zhang, Yachao Zhang, Yuxiang Zhang 외

We propose Lodge++, a choreography framework to generate high-quality, ultra-long, and vivid dances given the music and desired genre. To handle the challenges in computational efficiency, the learning of complex and viv…

Computational EfficiencyMotion Synthesis

Not Like Transformers: Drop the Beat Representation for Dance Generation with Mamba-Based Diffusion Model

2026-03-09 · Sangjune Park, Inhyeok Choi, Donghyeon Soon, Youngwoo Jeon 외 arxiv

Dance is a form of human motion characterized by emotional expression and communication, playing a role in various fields such as music, virtual reality, and content creation. Existing methods for dance generation often …

FlowerDance: MeanFlow for Efficient and Refined 3D Dance Generation

2025-11-26 · Kaixing Yang, Xulong Tang, Ziqiao Peng, Xiangyue Zhang 외 arxiv

Music-to-dance generation aims to translate auditory signals into expressive human motion, with broad applications in virtual reality, choreography, and digital entertainment. Despite promising progress, the limited gene…

Accelerating Language Model Workflows with Prompt Choreography

2025-12-28 · TJ Bai, Jason Eisner arxiv

Large language models are increasingly deployed in multi-agent workflows. We introduce Prompt Choreography, a framework that efficiently executes LLM workflows by maintaining a dynamic, global KV cache. Each LLM call can…