nielsr HF Staff commited on
Commit
fa42d73
Β·
verified Β·
1 Parent(s): 56e9045

Add links to paper, code, and project page

Browse files

This PR updates the dataset card to include links to the official paper, the GitHub repository, and the project page. It also adds the `image-to-video` task category to the YAML metadata to improve the dataset's discoverability on the Hub.

Files changed (1) hide show
  1. README.md +110 -109
README.md CHANGED
@@ -1,109 +1,110 @@
1
- ---
2
- license: cc-by-nc-4.0
3
- task_categories:
4
- - video-generation
5
- - computer-vision
6
- language:
7
- - en
8
- pretty_name: MACE-Dance
9
- size_categories:
10
- - 10K<n<100K
11
- ---
12
-
13
- # 🎡 MACE-Dance Dataset
14
-
15
- **MACE-Dance** is a large-scale dataset for **music-driven dance video generation**, released with our SIGGRAPH 2026 paper:
16
-
17
- > **MACE-Dance: Motion-Appearance Cascaded Experts for Music-Driven Dance Video Generation**
18
-
19
- It is designed to support research on generating dance videos that are both:
20
-
21
- - πŸ•Ί **kinematically plausible**
22
- - 🎨 **visually coherent**
23
- - 🎼 **well aligned with music**
24
-
25
- ---
26
-
27
- ## ✨ Overview
28
-
29
- The dataset contains approximately:
30
-
31
- - **70K** dance video clips
32
- - **5–10 seconds** per clip
33
- - **116 hours** in total
34
- - **20+ dance genres**
35
-
36
- The data is curated from two complementary sources:
37
-
38
- ### 1. Motion-centric subset
39
- - Derived from **FineDance**
40
- - Front-view rendered dance videos from 3D motion sequences
41
- - Focused on **professional dance motion quality**
42
-
43
- ### 2. Appearance-centric subset
44
- - Collected from high-engagement internet dance videos
45
- - Focused on **visual appearance diversity and realism**
46
-
47
- This design helps benchmark both **motion quality** and **appearance quality** in music-driven dance video generation.
48
-
49
- ---
50
-
51
- ## πŸ“‚ Folder Structure
52
-
53
- ```bash
54
- MACE-Dance/
55
- β”œβ”€β”€ Appearance/
56
- └── Kinematic/
57
- ```
58
-
59
- > The exact file organization may vary depending on the released version.
60
-
61
- ---
62
-
63
-
64
- ## 🧹 Data Curation
65
-
66
- For the in-the-wild subset, we apply a multi-stage cleaning pipeline:
67
-
68
- - βœ‚οΈ shot boundary detection
69
- - 🚢 motion filtering
70
- - 🧍 single-person filtering
71
- - ⏱️ clip segmentation into 5–10 second windows
72
-
73
- This improves data quality for the music-driven dance generation task.
74
-
75
- ---
76
-
77
- ## 🎯 Intended Usage
78
-
79
- This dataset is intended for research on:
80
-
81
- - **music-driven dance video generation**
82
- - **music-driven 3D dance generation**
83
- - **pose-driven / motion-driven human animation**
84
- - **motion and appearance evaluation**
85
-
86
- ---
87
-
88
- ## ⚠️ Notes
89
-
90
- - This dataset is released for **research purposes only**.
91
- - Please ensure your use complies with the corresponding license and platform policies.
92
- - Some samples may originate from internet videos and are curated for academic research.
93
-
94
- ---
95
-
96
- ## πŸ“š Citation
97
-
98
- If you find this dataset useful, please cite:
99
-
100
- ```bibtex
101
- @article{yang2026macedance,
102
- title={MACE-Dance: Motion-Appearance Cascaded Experts for Music-Driven Dance Video Generation},
103
- 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},
104
- journal={ACM Transactions on Graphics (SIGGRAPH 2026)},
105
- year={2026}
106
- }
107
- ```
108
-
109
- ---
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: cc-by-nc-4.0
5
+ size_categories:
6
+ - 10K<n<100K
7
+ task_categories:
8
+ - image-to-video
9
+ - video-generation
10
+ - computer-vision
11
+ pretty_name: MACE-Dance
12
+ ---
13
+
14
+ # 🎡 MACE-Dance Dataset
15
+
16
+ [**Project Page**](https://macedance.github.io/) | [**Paper**](https://huggingface.co/papers/2512.18181) | [**Code**](https://github.com/AMAP-ML/MACE-Dance)
17
+
18
+ **MACE-Dance** is a large-scale dataset for **music-driven dance video generation**, released with the paper:
19
+
20
+ > **MACE-Dance: Motion-Appearance Cascaded Experts for Music-Driven Dance Video Generation**
21
+
22
+ It is designed to support research on generating dance videos that are both:
23
+
24
+ - πŸ•Ί **kinematically plausible**
25
+ - 🎨 **visually coherent**
26
+ - 🎼 **well aligned with music**
27
+
28
+ ---
29
+
30
+ ## ✨ Overview
31
+
32
+ The dataset (referred to as **MA-Data** in the paper) contains approximately:
33
+
34
+ - **70K** dance video clips
35
+ - **5–10 seconds** per clip
36
+ - **116 hours** in total
37
+ - **20+ dance genres**
38
+
39
+ The data is curated from two complementary sources:
40
+
41
+ ### 1. Motion-centric subset
42
+ - Derived from **FineDance**
43
+ - Front-view rendered dance videos from 3D motion sequences
44
+ - Focused on **professional dance motion quality**
45
+
46
+ ### 2. Appearance-centric subset
47
+ - Collected from high-engagement internet dance videos
48
+ - Focused on **visual appearance diversity and realism**
49
+
50
+ This design helps benchmark both **motion quality** and **appearance quality** in music-driven dance video generation.
51
+
52
+ ---
53
+
54
+ ## πŸ“‚ Folder Structure
55
+
56
+ ```bash
57
+ MACE-Dance/
58
+ β”œβ”€β”€ Appearance/
59
+ └── Kinematic/
60
+ ```
61
+
62
+ > The exact file organization may vary depending on the released version.
63
+
64
+ ---
65
+
66
+
67
+ ## 🧹 Data Curation
68
+
69
+ For the in-the-wild subset, we apply a multi-stage cleaning pipeline:
70
+
71
+ - βœ‚οΈ shot boundary detection
72
+ - 🚢 motion filtering
73
+ - 🧍 single-person filtering
74
+ - ⏱️ clip segmentation into 5–10 second windows
75
+
76
+ This improves data quality for the music-driven dance generation task.
77
+
78
+ ---
79
+
80
+ ## 🎯 Intended Usage
81
+
82
+ This dataset is intended for research on:
83
+
84
+ - **music-driven dance video generation**
85
+ - **music-driven 3D dance generation**
86
+ - **pose-driven / motion-driven human animation**
87
+ - **motion and appearance evaluation**
88
+
89
+ ---
90
+
91
+ ## ⚠️ Notes
92
+
93
+ - This dataset is released for **research purposes only**.
94
+ - Please ensure your use complies with the corresponding license and platform policies.
95
+ - Some samples may originate from internet videos and are curated for academic research.
96
+
97
+ ---
98
+
99
+ ## πŸ“š Citation
100
+
101
+ If you find this dataset useful, please cite:
102
+
103
+ ```bibtex
104
+ @article{yang2026macedance,
105
+ title={MACE-Dance: Motion-Appearance Cascaded Experts for Music-Driven Dance Video Generation},
106
+ 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},
107
+ journal={ACM Transactions on Graphics (SIGGRAPH 2026)},
108
+ year={2026}
109
+ }
110
+ ```