HustleHard commited on
Commit
bdc81fb
·
verified ·
1 Parent(s): 73393da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +149 -29
README.md CHANGED
@@ -1,44 +1,164 @@
1
  ---
2
  license: cc-by-nc-4.0
3
- language:
4
- - en
5
- tags:
6
- - tactile
7
- - egocentric-vision
8
- - robotics
9
- size_categories:
10
- - 5G
11
  ---
12
 
13
- # Dataset for ICML 2026 Submission
14
 
15
- **⚠️ ANONYMITY WARNING:** This dataset is part of a double-blind submission to **ICML 2026**. The repository name and contents have been anonymized. Please do not attempt to identify the authors or institution.
 
 
 
 
 
 
16
 
17
  ## Dataset Summary
18
 
19
- This repository contains **EgoTactile**, a large-scale benchmark dataset pairing egocentric RGB video with synchronized full-hand pressure signals. The dataset is designed to address the challenges of estimating dynamic grasp pressure from vision under occlusion and physical ambiguity.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
 
21
- The dataset features:
22
- * **Scale:** 12 participants grasping 63 everyday objects across 7 categories.
23
- * **Modalities:** * Egocentric RGB Video (1280x720, 15fps).
24
- * Dense Tactile Pressure (162 sensors, 0-350N range).
25
- * Physical Metadata (Object weight, material, subject attributes).
26
- * **Synchronization:** All streams are temporally aligned at 15Hz.
27
 
28
- ## Dataset Structure
29
 
30
- The data is organized into two primary subsets corresponding to the acquisition modes described in the submission:
31
 
32
- ### 1. Gloved-Hand Set (Supervised Learning)
33
- Contains paired samples where the hand visible in the video is wearing the tactile glove.
34
- * **Purpose:** Direct supervised learning of pressure from video.
35
- * **Content:** Synchronized RGB frames and ground-truth pressure sequences.
36
 
37
- ### 2. Bare-Hand Set (Transfer Evaluation)
38
- Contains weakly paired samples to transfer to natural, bare hands.
39
- * **Setup:** The visible hand is bare, while a synchronized off-camera gloved hand provides the pressure label (via metronome guidance).
 
 
 
 
 
40
 
41
- ### Metadata
42
- * **Object Attributes:** Name, Category, Weight (g), Surface Material, Fill State.
43
- * **Subject Attributes:** Anonymized ID (p001-p012), Gender, Hand Length.
44
 
 
 
1
  ---
2
  license: cc-by-nc-4.0
3
+ language: [en]
4
+ pretty_name: EgoTactile
5
+ tags: [tactile, tactile-sensing, egocentric-vision, grasp-pressure, robotics, computer-vision, video, multimodal]
 
 
 
 
 
6
  ---
7
 
8
+ # EgoTactile: Learning Grasp Pressure for Everyday Objects from Egocentric Video
9
 
10
+ This repository contains the official dataset for:
11
+
12
+ > **EgoTactile: Learning Grasp Pressure for Everyday Objects from Egocentric Video**
13
+ > **ICML 2026 Spotlight**
14
+
15
+ - Paper: https://arxiv.org/abs/2606.09243
16
+ - Project Page: https://egotactile.github.io/
17
 
18
  ## Dataset Summary
19
 
20
+ **EgoTactile** is a large-scale benchmark that pairs egocentric RGB video with synchronized full-hand pressure measurements during everyday object grasping.
21
+
22
+ The dataset is designed to support research on estimating dynamic grasp pressure from visual observations. This task is challenging because hand-object contact regions are frequently occluded, while visually similar grasping observations may correspond to different pressure distributions.
23
+
24
+ EgoTactile includes:
25
+
26
+ - 12 participants
27
+ - 63 everyday objects
28
+ - 7 object categories
29
+ - Egocentric RGB video recorded at 1280 × 720 resolution and 15 FPS
30
+ - Full-hand tactile pressure measurements from 162 sensing locations
31
+ - Pressure measurements within a 0–350 N range
32
+ - Object and participant metadata
33
+ - Temporally synchronized visual and tactile streams at 15 Hz
34
+ - A bare-hand subset for evaluating transfer to natural hand appearances
35
+
36
+ ## Associated Methods
37
+
38
+ The accompanying paper introduces two methods evaluated on EgoTactile:
39
+
40
+ - **EgoPressureFormer**, a discriminative baseline for full-hand grasp-pressure estimation from egocentric video.
41
+ - **EgoPressureDiff**, a conditional diffusion framework that adapts a pretrained video diffusion backbone for pressure estimation under partial visual observations and physical ambiguity.
42
+
43
+ Please refer to the paper for complete methodological and experimental details.
44
+
45
+ ## Dataset Organization
46
+
47
+ The dataset consists of two primary subsets corresponding to different acquisition protocols.
48
+
49
+ ### 1. Gloved-Hand Set
50
+
51
+ The Gloved-Hand Set contains synchronized egocentric RGB videos and tactile pressure measurements collected while participants wear the tactile sensing glove.
52
+
53
+ #### Purpose
54
+
55
+ This subset provides direct supervision for learning mappings from egocentric video observations to full-hand pressure distributions.
56
+
57
+ #### Contents
58
+
59
+ - Egocentric RGB video frames
60
+ - Synchronized 162-dimensional pressure measurements
61
+ - Object metadata
62
+ - Anonymized participant metadata
63
+ - Temporal and sequence identifiers
64
+
65
+ ### 2. Bare-Hand Set
66
+
67
+ The Bare-Hand Set is designed to evaluate transfer to natural hand appearances without a visible tactile glove.
68
+
69
+ During data acquisition, the hand visible to the egocentric camera is bare, while a synchronized off-camera gloved hand performs the corresponding grasping action and provides the tactile pressure reference. The two actions are coordinated using metronome guidance.
70
+
71
+ #### Purpose
72
+
73
+ This subset supports evaluation of transfer from instrumented gloved-hand observations to natural bare-hand scenarios.
74
+
75
+ #### Contents
76
+
77
+ - Egocentric RGB videos of bare-hand grasping
78
+ - Synchronized tactile pressure references
79
+ - Object metadata
80
+ - Anonymized participant metadata
81
+ - Temporal and sequence identifiers
82
+
83
+ ## Modalities
84
+
85
+ ### Egocentric RGB Video
86
+
87
+ - Resolution: 1280 × 720
88
+ - Frame rate: 15 FPS
89
+ - Viewpoint: head-mounted egocentric camera
90
+ - Content: hand-object grasping interactions
91
+
92
+ ### Tactile Pressure
93
+
94
+ - Number of sensing locations: 162
95
+ - Sampling rate: 15 Hz after synchronization
96
+ - Pressure range: 0–350 N
97
+ - Coverage: full-hand tactile sensing
98
+ - Alignment: temporally synchronized with the RGB video stream
99
+
100
+ ### Object Metadata
101
+
102
+ Object metadata includes:
103
+
104
+ - Object name
105
+ - Object category
106
+ - Weight
107
+ - Surface material
108
+ - Fill state
109
+
110
+ ### Participant Metadata
111
+
112
+ Participant metadata includes:
113
+
114
+ - Anonymized participant ID (`p001`–`p012`)
115
+ - Gender
116
+ - Hand length
117
+
118
+ Participant identities are not included in the released dataset.
119
+
120
+ ## Intended Uses
121
+
122
+ EgoTactile is intended for research in areas including:
123
+
124
+ - Grasp-pressure estimation
125
+ - Vision-based tactile inference
126
+ - Egocentric hand-object interaction understanding
127
+ - Multimodal representation learning
128
+ - Tactile sensing
129
+ - Robotic manipulation
130
+ - Human-robot interaction
131
+ - Transfer from instrumented hands to natural bare hands
132
+
133
+ ## Limitations
134
+
135
+ Users should consider the following limitations:
136
+
137
+ - The dataset contains a finite set of participants, objects, and grasping behaviors.
138
+ - Data were collected under controlled acquisition conditions.
139
+ - Pressure references in the Bare-Hand Set are obtained through synchronized paired actions rather than direct sensing on the visible bare hand.
140
+ - Performance on unseen environments, camera configurations, object types, and manipulation behaviors may differ from the reported benchmark results.
141
+ - Participant-level attributes should not be used for identity inference or unintended profiling.
142
+
143
+ ## License
144
 
145
+ EgoTactile is released under the **Creative Commons Attribution-NonCommercial 4.0 International License**, abbreviated as **CC BY-NC 4.0**.
 
 
 
 
 
146
 
147
+ The dataset may be used for non-commercial research purposes with appropriate attribution. Users are responsible for complying with the license terms.
148
 
149
+ ## Citation
150
 
151
+ Please cite the following paper when using EgoTactile:
 
 
 
152
 
153
+ ```bibtex
154
+ @article{zeng2026egotactile,
155
+ title = {EgoTactile: Learning Grasp Pressure for Everyday Objects from Egocentric Video},
156
+ author = {Zeng, Yuan and Shi, Yujia and Tan, Tiao and Li, Xingting and Qin, Yaqi and Lu, Zongqing and Yang, Wenming and Xue, Jing-Hao and Liao, Qingmin},
157
+ journal = {arXiv preprint arXiv:2606.09243},
158
+ year = {2026}
159
+ }
160
+ ```
161
 
162
+ ## Contact
 
 
163
 
164
+ For questions about the dataset, benchmark, or accompanying paper, please refer to the contact information provided on the project page or open an issue in the corresponding public repository.