File size: 2,805 Bytes
5680fdd
6e3d9d8
 
 
 
 
 
 
 
 
5680fdd
6e3d9d8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
---

license: cc-by-nc-4.0
task_categories:
  - video-generation
  - computer-vision
language:
  - en
pretty_name: MACE-Dance
size_categories:
  - 10K<n<100K
---


# ๐ŸŽต MACE-Dance Dataset

**MACE-Dance** is a large-scale dataset for **music-driven dance video generation**, released with our SIGGRAPH 2026 paper:

> **MACE-Dance: Motion-Appearance Cascaded Experts for Music-Driven Dance Video Generation**

It is designed to support research on generating dance videos that are both:

- ๐Ÿ•บ **kinematically plausible**
- ๐ŸŽจ **visually coherent**
- ๐ŸŽผ **well aligned with music**

---

## โœจ Overview

The dataset contains approximately:

- **70K** dance video clips
- **5โ€“10 seconds** per clip
- **116 hours** in total
- **20+ dance genres**

The data is curated from two complementary sources:

### 1. Motion-centric subset
- Derived from **FineDance**
- Front-view rendered dance videos from 3D motion sequences
- Focused on **professional dance motion quality**

### 2. Appearance-centric subset
- Collected from high-engagement internet dance videos
- Focused on **visual appearance diversity and realism**

This design helps benchmark both **motion quality** and **appearance quality** in music-driven dance video generation.

---

## ๐Ÿ“‚ Folder Structure

```bash

MACE-Dance/

โ”œโ”€โ”€ Appearance/

โ””โ”€โ”€ Kinematic/

```

> The exact file organization may vary depending on the released version.

---


## ๐Ÿงน Data Curation

For the in-the-wild subset, we apply a multi-stage cleaning pipeline:

- โœ‚๏ธ shot boundary detection
- ๐Ÿšถ motion filtering
- ๐Ÿง single-person filtering
- โฑ๏ธ clip segmentation into 5โ€“10 second windows

This improves data quality for the music-driven dance generation task.

---

## ๐ŸŽฏ Intended Usage

This dataset is intended for research on:

- **music-driven dance video generation**
- **music-driven 3D dance generation**
- **pose-driven / motion-driven human animation**
- **motion and appearance evaluation**

---

## โš ๏ธ Notes

- This dataset is released for **research purposes only**.
- Please ensure your use complies with the corresponding license and platform policies.
- Some samples may originate from internet videos and are curated for academic research.

---

## ๐Ÿ“š Citation

If you find this dataset useful, please cite:

```bibtex

@article{yang2026macedance,

  title={MACE-Dance: Motion-Appearance Cascaded Experts for Music-Driven Dance Video Generation},

  author={Yang, Kaixing and Zhu, Jiashu and Tang, Xulong and Peng, Ziqiao and Zhang, Xiangyue and Wang, Puwei and Wu, Jiahong and Chu, Xiangxiang and Liu, Hongyan and He, Jun},

  journal={ACM Transactions on Graphics (SIGGRAPH 2026)},

  year={2026}

}

```

---