chaoyue7 commited on
Commit
7367c35
·
verified ·
1 Parent(s): 43aa1de

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +117 -3
README.md CHANGED
@@ -1,3 +1,117 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - Seed3D/Articulation-XL2.0
5
+ ---
6
+
7
+
8
+ <h1>MagicArticulate: Make Your 3D Models Articulation-Ready</h1>
9
+
10
+ <p>
11
+ <a href="https://chaoyuesong.github.io"><strong>Chaoyue Song</strong></a><sup>1,2</sup>,
12
+ <a href="http://jeff95.me/"><strong>Jianfeng Zhang</strong></a><sup>2*</sup>,
13
+ <a href="https://lixiulive.com/"><strong>Xiu Li</strong></a><sup>2</sup>,
14
+ <a href="https://scholar.google.com/citations?user=afDvaa8AAAAJ&hl"><strong>Fan Yang</strong></a><sup>1,2</sup>,
15
+ <a href="https://buaacyw.github.io/"><strong>Yiwen Chen</strong></a><sup>1</sup>,
16
+ <a href="https://zcxu-eric.github.io/"><strong>Zhongcong Xu</strong></a><sup>2</sup>,
17
+ <br>
18
+ <a href="https://liewjunhao.github.io/"><strong>Jun Hao Liew</strong></a><sup>2</sup>,
19
+ <strong>Xiaoyang Guo</strong><sup>2</sup>,
20
+ <a href="https://sites.google.com/site/fayaoliu"><strong>Fayao Liu</strong></a><sup>3</sup>,
21
+ <a href="https://scholar.google.com.sg/citations?user=Q8iay0gAAAAJ"><strong>Jiashi Feng</strong></a><sup>2</sup>,
22
+ <a href="https://guosheng.github.io/"><strong>Guosheng Lin</strong></a><sup>1*</sup>
23
+ <br>
24
+ *Corresponding authors
25
+ <br>
26
+ <sup>1 </sup>Nanyang Technological University
27
+ <sup>2 </sup>Bytedance Seed
28
+ <sup>3 </sup>A*STAR
29
+ </p>
30
+
31
+ <h3>CVPR 2025</h3>
32
+
33
+ <p>
34
+ <a href="https://chaoyuesong.github.io/MagicArticulate/"><strong>Project</strong></a> |
35
+ <a href="https://chaoyuesong.github.io/files/MagicArticulate_paper.pdf"><strong>Paper</strong></a> |
36
+ <a href="https://github.com/Seed3D/MagicArticulate"><strong>Code</strong></a> |
37
+ <a href="https://www.youtube.com/watch?v=eJP_VR4cVnk"><strong>Video</strong></a>
38
+ </p>
39
+
40
+
41
+ </div>
42
+
43
+ <br />
44
+
45
+ ### Update
46
+ - 2025.4.16: Release weights for skeleton generation trained on Articulation-XL2.0.
47
+
48
+ ### Overview
49
+ This repository includes weights of MagicArticulate trained on Articulation-XL2.0. These are the numbers that you should be able to reproduce using the released weights and the current version of the codebase:
50
+ <table>
51
+ <thead>
52
+ <tr>
53
+ <th rowspan="2">Test set</th>
54
+ <th colspan="3">Articulation-XL2.0-test</th>
55
+ <th colspan="3">ModelResource-test</th>
56
+ </tr>
57
+ <tr>
58
+ <th>CD-J2J</th>
59
+ <th>CD-J2B</th>
60
+ <th>CD-B2B</th>
61
+ <th>CD-J2J</th>
62
+ <th>CD-J2B</th>
63
+ <th>CD-B2B</th>
64
+ </tr>
65
+ </thead>
66
+ <tbody>
67
+ <tr>
68
+ <td>Paper (train on 1.0, spatial)</td>
69
+ <td>-</td>
70
+ <td>-</td>
71
+ <td>-</td>
72
+ <td>4.103</td>
73
+ <td>3.101</td>
74
+ <td>2.672</td>
75
+ </tr>
76
+ <tr>
77
+ <td>Paper (train on 1.0, hier)</td>
78
+ <td>-</td>
79
+ <td>-</td>
80
+ <td>-</td>
81
+ <td>4.451</td>
82
+ <td>3.454</td>
83
+ <td>2.998</td>
84
+ </tr>
85
+ <tr>
86
+ <td>train on Arti-XL2.0 (spatial)</td>
87
+ <td><b>3.043</b></td>
88
+ <td><b>2.293</b></td>
89
+ <td><b>1.953</b></td>
90
+ <td><b>3.936</b></td>
91
+ <td><b>2.979</b></td>
92
+ <td><b>2.588</b></td>
93
+ </tr>
94
+ <tr>
95
+ <td>train on Arti-XL2.0 (hier)</td>
96
+ <td>3.417</td>
97
+ <td>2.692</td>
98
+ <td>2.281</td>
99
+ <td>4.116</td>
100
+ <td>3.124</td>
101
+ <td>2.704</td>
102
+ </tr>
103
+ </tbody>
104
+ </table>
105
+ The performance comparison between models trained on Articulation-XL1.0 versus 2.0 demonstrates the importance of dataset scaling with high quality. If you wish to compare your methods with MagicArticulate trained on Articulation-XL2.0, you may reference these results as a baseline for comparison.
106
+
107
+
108
+ ### Citation
109
+
110
+ ```
111
+ @article{song2025magicarticulate,
112
+ title={MagicArticulate: Make Your 3D Models Articulation-Ready},
113
+ author={Chaoyue Song and Jianfeng Zhang and Xiu Li and Fan Yang and Yiwen Chen and Zhongcong Xu and Jun Hao Liew and Xiaoyang Guo and Fayao Liu and Jiashi Feng and Guosheng Lin},
114
+ journal={arXiv preprint arXiv:2502.12135},
115
+ year={2025},
116
+ }
117
+ ```