yxma commited on
Commit
3aa8a6f
·
verified ·
1 Parent(s): 30ac644

v8 final: RTM video re-extract (30,956 peak-contact frames); add Balance metrics section (H̃=0.95 domain, 8,459 unique objects); refresh composition/pies charts + RTM sample grid; publish balance_report.json

Browse files
README.md CHANGED
@@ -76,14 +76,26 @@ configs:
76
  path: sim_starstruck/train-*.parquet
77
  - split: test
78
  path: sim_starstruck/test-*.parquet
 
 
 
 
 
 
 
 
 
 
 
 
79
  ---
80
 
81
  # GelSight Mini Pretrain
82
 
83
  ![overview](assets/combined_overview.png)
84
 
85
- A unified, parquet-native collection of **~717 K [GelSight Mini](https://www.gelsight.com/gelsightmini/) tactile RGB frames** for self-supervised representation learning. **Ten** public datasets are aggregated under one schema, each filtered through a unified area+intensity contact rule with **per-domain thresholds** (I_min = 12 for real subsets, I_min = 10 for sim subsets, 1.5 % background-diversity keep rate) + per-capture phash dedupe:
86
- - **~338 K real-world frames** from 8 sources (FoTA labeled+unlabeled, 3DCal, FEATS, GelSLAM, TactileTracking, Real Tactile MNIST, FeelAnyForce)
87
  - **400 K simulated frames** from 2 Mini-calibrated Taxim renders (Sim Tactile MNIST, Sim Starstruck)
88
  - Plus a companion **CC-BY-NC extension** with another **~15 K** real frames from Meta Sparsh / FAF force-estimation
89
 
@@ -202,20 +214,53 @@ Per-channel pixel-value distribution comparing **kept** vs **rejected** frames f
202
 
203
  ![pixel value distribution](assets/pixel_value_distribution.png)
204
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
205
  ## Composition
206
 
207
  | Subset | Source dataset | Frames | Gel | Has labels |
208
  |-------------------|------------------------------------------|----------:|------------|------------------------------------------|
209
  | `fota_labeled` | FoTA — *panda_warped* still captures | **29,494** (66% markerless, 34% markered) | mixed¹ | end-effector x,y,z + quaternion |
210
- | `fota_unlabeled` | FoTA — same captures, video frames | **66,761** train-only (stride-subsampled from 516K see ³ below) | mixed¹ | object name only |
211
  | `threedcal` | py3DCal sphere indentation grid | **36,270**| markerless | probe x, y, penetration depth (mm) |
212
  | `feats` | FEATS indentation with force grids | **16,711**| **markered** (two gel variants — see below) | indenter shape/size + contact forces |
213
  | `gelslam` | GelSLAM tactile SLAM tracking + reconstruction | **89,612** (28K tracking + 61K reconstruction) | markerless | episode + object name |
214
  | `tactile_tracking`| TactileTracking (NormalFlow) 6DoF pose tracking | **1,605** | markerless | object + trial id |
215
- | `real_tactile_mnist` | Real Tactile MNIST 3D-printed digit touches | **56,723** (46K train + 11K test, I_min=12) | markerless | digit class (0–9) + round id |
216
  | `feelanyforce` | FeelAnyForce force-controlled indentations | **50,997** | markerless² | object name |
217
- | `sim_tactile_mnist` | **SIM** · Taxim-rendered Mini imagery of digit touches | **185,745** (95K train + 91K test, I_min=10) | markerless | digit class + episode |
218
- | `sim_starstruck` | **SIM** · Taxim-rendered Mini imagery of star objects | **192,936** (146K train + 47K test, I_min=10) | markerless | episode |
 
 
219
 
220
  ¹ FoTA used **different gels on the two gripper fingers** for many of its captures. Approximately 36 of 124 captures use a markered gel on the right finger and a markerless gel on the left; the remaining 88 captures use markerless gels on both. The per-row `markered` column was set by averaging ~50 frames per capture and counting visible dark dots in the mean image (threshold ≥10 dots). Use it to filter:
221
 
 
76
  path: sim_starstruck/train-*.parquet
77
  - split: test
78
  path: sim_starstruck/test-*.parquet
79
+ - config_name: unit
80
+ data_files:
81
+ - split: train
82
+ path: unit/train-*.parquet
83
+ - config_name: tacquad
84
+ data_files:
85
+ - split: data_indoor
86
+ path: tacquad/data_indoor-*.parquet
87
+ - split: data_outdoor
88
+ path: tacquad/data_outdoor-*.parquet
89
+ - split: data_fine
90
+ path: tacquad/data_fine-*.parquet
91
  ---
92
 
93
  # GelSight Mini Pretrain
94
 
95
  ![overview](assets/combined_overview.png)
96
 
97
+ A unified, parquet-native collection of **~830K [GelSight Mini](https://www.gelsight.com/gelsightmini/) tactile RGB frames** for self-supervised representation learning. **Ten** public datasets are aggregated under one schema, each filtered through a unified area+intensity contact rule with **per-domain thresholds** (I_min = 12 for real subsets, I_min = 10 for sim subsets, 1.5 % background-diversity keep rate) + per-capture phash dedupe:
98
+ - **~536K real-world frames** from 10 sources (FoTA labeled+unlabeled, 3DCal, FEATS, GelSLAM, TactileTracking, Real Tactile MNIST, FeelAnyForce, UniT, TacQuad)
99
  - **400 K simulated frames** from 2 Mini-calibrated Taxim renders (Sim Tactile MNIST, Sim Starstruck)
100
  - Plus a companion **CC-BY-NC extension** with another **~15 K** real frames from Meta Sparsh / FAF force-estimation
101
 
 
214
 
215
  ![pixel value distribution](assets/pixel_value_distribution.png)
216
 
217
+
218
+ <!-- BALANCE_SECTION -->
219
+ ## Balance metrics
220
+
221
+ We report two complementary scores along four bucket axes — **domain**
222
+ (real/sim), **sensor_id** (13 distinct physical sensor configurations),
223
+ **object_id** (every unique object instance), and **gel_variant**
224
+ (markered/markerless):
225
+
226
+ - **Normalized Shannon entropy** `H̃ = H/log(B) ∈ [0,1]`. Higher = more
227
+ uniform across buckets.
228
+ - **Effective Sample Size** `ESS = (Σn)²/Σn²`. Effective number of
229
+ equally-weighted buckets — `100%` of B means perfectly uniform.
230
+
231
+ | Axis | B (buckets) | H̃ | ESS | ESS / B |
232
+ |---|---:|---:|---:|---:|
233
+ | domain | 2 | **0.95** | 2 | 94% |
234
+ | sensor | 13 | 0.69 | 5 | 35% |
235
+ | gel variant | 2 | 0.38 | 1 | 58% |
236
+ | object | **8,459** | **0.78** | 239 | 2.8% |
237
+ | 4-tuple bucket | 8,478 | 0.79 | 271 | 3.2% |
238
+
239
+ The dataset has **~63/37 real/sim** balance (H̃ = 0.95 along the domain
240
+ axis) and covers **8,459 unique object instances** across 13 physical
241
+ sensor configurations. The gel-variant axis is skewed toward markerless
242
+ (92.5% vs 7.5% markered) because most upstream sources only release
243
+ markerless captures.
244
+
245
+ See `assets/balance_report.json` for the full bucket histograms and
246
+ per-axis distributions.
247
+
248
  ## Composition
249
 
250
  | Subset | Source dataset | Frames | Gel | Has labels |
251
  |-------------------|------------------------------------------|----------:|------------|------------------------------------------|
252
  | `fota_labeled` | FoTA — *panda_warped* still captures | **29,494** (66% markerless, 34% markered) | mixed¹ | end-effector x,y,z + quaternion |
253
+ | `fota_unlabeled` | FoTA — same captures, video frames | **266,761** train-only (re-sampled with looser dedupe; see ³) | mixed¹ | object name only |
254
  | `threedcal` | py3DCal sphere indentation grid | **36,270**| markerless | probe x, y, penetration depth (mm) |
255
  | `feats` | FEATS indentation with force grids | **16,711**| **markered** (two gel variants — see below) | indenter shape/size + contact forces |
256
  | `gelslam` | GelSLAM tactile SLAM tracking + reconstruction | **89,612** (28K tracking + 61K reconstruction) | markerless | episode + object name |
257
  | `tactile_tracking`| TactileTracking (NormalFlow) 6DoF pose tracking | **1,605** | markerless | object + trial id |
258
+ | `real_tactile_mnist` | Real Tactile MNIST 3D-printed digit touches | **30,956** (26K train + 5K test; re-extracted from **video upstream** with peak-contact-per-touch picker, I_min=12) | markerless | digit class (0–9) + print id |
259
  | `feelanyforce` | FeelAnyForce force-controlled indentations | **50,997** | markerless² | object name |
260
+ | `sim_tactile_mnist` | **SIM** · Taxim-rendered Mini imagery of digit touches | **150,601** (102K train + 49K test; raw upstream + stride=2 + I_min=10) | markerless | digit class + episode |
261
+ | `sim_starstruck` | **SIM** · Taxim-rendered Mini imagery of star objects | **166,104** (150K train + 16K test; raw upstream + stride=3 + I_min=10) | markerless | episode |
262
+ | `unit` | UniT continuous 3D-pose tracking | **11,340** | markerless | 3D-pose target (x,y,z,yaw) |
263
+ | `tacquad` | TacQuad quad-sensor benchmark (Mini stream) | **12,195** (5K indoor + 4K outdoor + 3K fine, 181 objects) | markerless | object name + environment |
264
 
265
  ¹ FoTA used **different gels on the two gripper fingers** for many of its captures. Approximately 36 of 124 captures use a markered gel on the right finger and a markerless gel on the left; the remaining 88 captures use markerless gels on both. The per-row `markered` column was set by averaging ~50 frames per capture and counting visible dark dots in the mean image (threshold ≥10 dots). Use it to filter:
266
 
assets/balance_report.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "total_rows": 852868,
3
+ "by_source": {
4
+ "feats": 16969,
5
+ "feelanyforce": 48197,
6
+ "fota_labeled": 26394,
7
+ "fota_unlabeled": 266761,
8
+ "gelslam": 114019,
9
+ "real_tactile_mnist": 30956,
10
+ "sim_starstruck": 166104,
11
+ "sim_tactile_mnist": 150601,
12
+ "tacquad": 12195,
13
+ "tactile_tracking": 2408,
14
+ "3dcal": 6924,
15
+ "unit": 11340
16
+ },
17
+ "by_domain": {
18
+ "real": 536163,
19
+ "sim": 316705
20
+ },
21
+ "by_sensor": {
22
+ "mini_feats_main": 16276,
23
+ "mini_feats_new_gel": 348,
24
+ "mini_feats_old_sensor": 345,
25
+ "mini_feelanyforce": 48197,
26
+ "mini_fota_left": 134082,
27
+ "mini_fota_right": 159073,
28
+ "mini_gelslam": 114019,
29
+ "mini_rtm": 30956,
30
+ "sim_taxim_mini": 316705,
31
+ "mini_tacquad": 12195,
32
+ "mini_tracking": 2408,
33
+ "mini_3dcal": 6924,
34
+ "mini_unit": 11340
35
+ },
36
+ "by_gel": {
37
+ "markered": 63586,
38
+ "markerless": 789282
39
+ },
40
+ "n_unique_objects": 8459,
41
+ "n_buckets": 8478,
42
+ "metrics": {
43
+ "source": [
44
+ 0.7643821946760945,
45
+ 5.2318542960121865
46
+ ],
47
+ "domain": [
48
+ 0.9516963141867442,
49
+ 1.8757988922111002
50
+ ],
51
+ "sensor": [
52
+ 0.6937418667986375,
53
+ 4.533059180517704
54
+ ],
55
+ "gel": [
56
+ 0.38269839905467906,
57
+ 1.1600846713447743
58
+ ],
59
+ "object": [
60
+ 0.7795374766316283,
61
+ 239.25451718000954
62
+ ],
63
+ "bucket": [
64
+ 0.7889215949718474,
65
+ 270.8001303884341
66
+ ]
67
+ }
68
+ }
assets/composition.png CHANGED

Git LFS Details

  • SHA256: 48148aa7ddc93ccd1761f91255f6f208f2651e85465f11d512b780054018d478
  • Pointer size: 130 Bytes
  • Size of remote file: 95.1 kB

Git LFS Details

  • SHA256: 314f20b5ba48d03252753be3abc68cb2484884c7dfbc3038cbcfe110994a2579
  • Pointer size: 130 Bytes
  • Size of remote file: 91.6 kB
assets/resolution_distribution.png CHANGED

Git LFS Details

  • SHA256: c308c1a6d0fe9d55b7e27bd75e64419c0c799dfdf7934e55e6cbc9f070d5ca42
  • Pointer size: 131 Bytes
  • Size of remote file: 100 kB

Git LFS Details

  • SHA256: 6d515b485c05798dcaa3410526424ad045f54632cf3a1b79774c7845e7f099b9
  • Pointer size: 130 Bytes
  • Size of remote file: 99.1 kB
assets/rtm_digit_distribution.png CHANGED

Git LFS Details

  • SHA256: 2aefd04cb8c9182908e0f100ffd2b1326d410dd18da151585ac6a97f4ed28bcb
  • Pointer size: 130 Bytes
  • Size of remote file: 43 kB

Git LFS Details

  • SHA256: 314be223add5449a1434a877ff712f898d97dd708c9ecbc38e90bf6861fe281c
  • Pointer size: 130 Bytes
  • Size of remote file: 43.3 kB
assets/samples_40_real_tactile_mnist.png CHANGED

Git LFS Details

  • SHA256: 4d4b9d5cb55ddb316fb2a98c0056eb7844b5958d98d58143927be7996dac1dd7
  • Pointer size: 131 Bytes
  • Size of remote file: 570 kB

Git LFS Details

  • SHA256: 1f1b83e182104744bafc96c1b536cb790713f792a858a42d41f738e93a169ff6
  • Pointer size: 131 Bytes
  • Size of remote file: 590 kB
assets/summary_pies.png CHANGED

Git LFS Details

  • SHA256: dca2e582eb3d954fb1657d66a705bcb61372e6b83bd723c30e2453bde53c46e8
  • Pointer size: 131 Bytes
  • Size of remote file: 292 kB

Git LFS Details

  • SHA256: b649fe670932a7d735c816081321f8709ae64b1e849d5405718a27ded5002605
  • Pointer size: 131 Bytes
  • Size of remote file: 281 kB
real_tactile_mnist/test-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7563e8258c4b9ed3ab00fc53abf30027acff5e2e3d8c0e092f179bd5d9b824c9
3
- size 46156540
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d3d8948da1a6c3d025dcad8bfc957ff6197b695e306b3690a2888400cbd042b
3
+ size 26984605
real_tactile_mnist/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e0535af8080e5a77ca9ed1c824b239f196d519d5d6658a82146843de177e379a
3
- size 197277168
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22521ce80df6a77273b654842312eb2b4e041a5f83ef9ec2453fc6c145df0399
3
+ size 134330587