Datasets:

Size:
n<1K
ArXiv:
License:
File size: 2,770 Bytes
fe07747
 
 
 
 
 
 
6c4310f
 
e5ed402
 
 
 
 
 
 
2ef5046
e5ed402
 
 
 
6c4310f
 
 
 
 
 
 
 
 
 
 
 
2199b0a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e5ed402
6c4310f
e5ed402
d0d40df
 
 
 
 
 
 
6c4310f
 
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
---
license: cc-by-4.0
task_categories:
- robotics
pretty_name: PCHands
size_categories:
- n<1K
---

# PCHands: PCA-based Hand Pose Retargeting on Manipulators with <i>N</i>-DoF

**Paper**: [PCHands: PCA-based Hand Pose Retargeting on Manipulators with <i>N</i>-DoF (Humanoids 2025)](https://arxiv.org/abs/2508.07945)  
**Authors**: En Yen Puang, Federico Ceola, Giulia Pasquale, Lorenzo Natale  
**Affiliations**: Italian Institute of Technology (IIT), University of Genoa  
**Project Website**: [https://hsp-iit.github.io/PCHands/](https://hsp-iit.github.io/PCHands/)  
**Code**: [https://github.com/hsp-iit/PCHands/](https://github.com/hsp-iit/PCHands/)  
**Download**: Alternative download [IIT Dataverse](https://dataverse.iit.it/dataset.xhtml?persistentId=doi:10.48557/3GWSE7)


## 📦 Dataset Description

A collection of human demonstrations in multiple manipulation tasks, using 4 manipulators. This dataset also contains the model checkpoint and normalization for the RL environment:
<ul>
<li>Model checkpoint for the CVAE</li>
<li>Collected teleoperated demonstrations</li>
<li>Baked demonstrations for RL training</li>
<li>Normalization stat for RL training</li>
</ul>
For details usage, see <a href="https://github.com/hsp-iit/PCHands">source code</a>.
This dataset is publicly released with the referenced Humanoids 2025 publication.
Please cite the publication if you find this dataset useful.


## Folder Structure

This dataset contains:
 - **adf**: Model checkpoint for the Conditional Variational Auto-Encoder (CVAE)
 - **rl_scripts/teleop_collection**: Collected raw teleoperated demonstration episodes 
 - **rl_scripts/demo**: Packed and processed demonstrations
 - **rl_sim/env/norm**: Normalization statistic for RL training


## File Naming

Raw Episode:
> rl_scripts/teleop_collection/[src_manip_name]/[task_name]/[id].pkl

Processed Demonstration: 
> rl_scripts/demo/[src_manip_name]/[task_name]\_[tgt_manip_name]\_[npc].pkl

Normalizing Statistic:
> rl_sim/env/norm/[src_manip_name]/[task_name]\_[tgt_manip_name]\_[npc].npz

- [src_manip_name]: source manipulator name
- [tgt_manip_name]: target manipulator name
- [task_name]: manipulation task name
- [npc]: number of principal component

## Usage

Refer to the official GitHub repository [PCHands](https://github.com/hsp-iit/PCHands) for details usages and source code.



## 📈 Citation

```bibtex
@inproceedings{puang2025pchands,
  author={Puang, En Yen and Ceola, Federico and Pasquale, Giulia and Natale, Lorenzo},
  booktitle={2025 IEEE-RAS 24th International Conference on Humanoid Robots (Humanoids)}, 
  title={PCHands: PCA-Based Hand Pose Synergy Representation on Manipulators with $N$-DoF}, 
  year={2025},
  pages={475-482},
  doi={10.1109/Humanoids65713.2025.11203193}
}
```