Robotics
Transformers
Human
Pretraining
Manipulation
chrisyrniu commited on
Commit
f091492
·
verified ·
1 Parent(s): 96c59f5

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +54 -0
README.md ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - chrisyrniu/human2locoman
5
+ pipeline_tag: robotics
6
+ tags:
7
+ - Human
8
+ - Pretraining
9
+ - Manipulation
10
+ ---
11
+
12
+ <h1 align="center">
13
+ Human2LocoMan: Learning Versatile Quadrupedal Manipulation with Human Pretraining
14
+ </h1>
15
+ <p align="center">
16
+ <img src="https://raw.githubusercontent.com/chrisyrniu/Human2LocoMan/main/doc/figures/logo.png" width="100" />
17
+ </p>
18
+ <p align="center">
19
+ <a href="https://chrisyrniu.github.io/" target="_blank">Yaru Niu</a><sup>1,*</sup>&nbsp;&nbsp;&nbsp;
20
+ <a href="https://human2bots.github.io/" target="_blank">Yunzhe Zhang</a><sup>1,*</sup>&nbsp;&nbsp;&nbsp;
21
+ <a href="https://human2bots.github.io/" target="_blank">Mingyang Yu</a><sup>1</sup>&nbsp;&nbsp;&nbsp;
22
+ <a href="https://linchangyi1.github.io/" target="_blank">Changyi Lin</a><sup>1</sup>&nbsp;&nbsp;&nbsp;
23
+ <a href="https://human2bots.github.io/" target="_blank">Chenhao Li</a><sup>1</sup>&nbsp;&nbsp;&nbsp;
24
+ <a href="https://scholar.google.com/citations?user=7ZZ9fOIAAAAJ&hl=zh-CN" target="_blank">Yikai Wang</a><sup>1</sup>
25
+ <br />
26
+ <a href="https://yxyang.github.io/" target="_blank">Yuxiang Yang</a><sup>2</sup>&nbsp;&nbsp;&nbsp;
27
+ <a href="https://wenhaoyu.weebly.com/" target="_blank">Wenhao Yu</a><sup>2</sup>&nbsp;&nbsp;&nbsp;
28
+ <a href="https://research.google/people/tingnanzhang/?&type=google" target="_blank">Tingnan Zhang</a><sup>2</sup>&nbsp;&nbsp;&nbsp;
29
+ <a href="https://scholar.google.com/citations?user=6LYI6uUAAAAJ&hl=en" target="_blank">Zhenzhen Li</a><sup>3</sup>&nbsp;&nbsp;&nbsp;
30
+ <a href="https://jonfranc.com/" target="_blank">Jonathan Francis</a><sup>1,3</sup>&nbsp;&nbsp;&nbsp;
31
+ <a href="https://scholar.google.com/citations?user=LYt_2MgAAAAJ&hl=en" target="_blank">Bingqing Chen</a><sup>3</sup>&nbsp;&nbsp;&nbsp;
32
+ <br />
33
+ <a href="https://www.jie-tan.net/" target="_blank">Jie Tan</a><sup>2</sup>&nbsp;&nbsp;&nbsp;
34
+ <a href="https://www.meche.engineering.cmu.edu/directory/bios/zhao-ding.html" target="_blank">Ding Zhao</a><sup>1</sup>&nbsp;&nbsp;&nbsp;
35
+ <br />
36
+ <sup>1</sup>Carnegie Mellon University&nbsp;&nbsp;&nbsp;
37
+ <sup>2</sup>Google DeepMind&nbsp;&nbsp;&nbsp;
38
+ <sup>3</sup>Bosch Center for AI&nbsp;&nbsp;&nbsp;
39
+ <br />
40
+ <sup>*</sup>Equal contributions
41
+ </p>
42
+
43
+ <p align="center">
44
+ Robotics: Science and Systems (RSS) 2025<br />
45
+ <a href="https://human2bots.github.io/">Website</a> |
46
+ <a href="https://www.arxiv.org/pdf/2506.16475">Paper</a> |
47
+ <a href="https://github.com/chrisyrniu/Human2LocoMan">Code</a>
48
+ </p>
49
+ <p align="center">
50
+ <img src="https://raw.githubusercontent.com/chrisyrniu/Human2LocoMan/main/doc/figures/system_overview.png" alt="Descriptive Alt Text" width="70%"/>
51
+ </p>
52
+
53
+
54
+ ---