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 +51 -6
- assets/balance_report.json +68 -0
- assets/composition.png +2 -2
- assets/resolution_distribution.png +2 -2
- assets/rtm_digit_distribution.png +2 -2
- assets/samples_40_real_tactile_mnist.png +2 -2
- assets/summary_pies.png +2 -2
- real_tactile_mnist/test-00000-of-00001.parquet +2 -2
- real_tactile_mnist/train-00000-of-00001.parquet +2 -2
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 |

|
| 84 |
|
| 85 |
-
A unified, parquet-native collection of **~
|
| 86 |
-
- **~
|
| 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 |

|
| 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 | **
|
| 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 | **
|
| 216 |
| `feelanyforce` | FeelAnyForce force-controlled indentations | **50,997** | markerless² | object name |
|
| 217 |
-
| `sim_tactile_mnist` | **SIM** · Taxim-rendered Mini imagery of digit touches | **
|
| 218 |
-
| `sim_starstruck` | **SIM** · Taxim-rendered Mini imagery of star objects | **
|
|
|
|
|
|
|
| 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 |

|
| 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 |

|
| 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
|
|
Git LFS Details
|
assets/resolution_distribution.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
assets/rtm_digit_distribution.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
assets/samples_40_real_tactile_mnist.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
assets/summary_pies.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:22521ce80df6a77273b654842312eb2b4e041a5f83ef9ec2453fc6c145df0399
|
| 3 |
+
size 134330587
|