yxma commited on
Commit
985cd8d
·
verified ·
1 Parent(s): 6d2cf2f

force recovery: methods, evaluation, debug log

Browse files
Files changed (3) hide show
  1. .gitattributes +1 -0
  2. assets/cross_dataset.png +3 -0
  3. results.html +10 -0
.gitattributes CHANGED
@@ -135,3 +135,4 @@ assets/panel_fota_cnc_zh.png filter=lfs diff=lfs merge=lfs -text
135
  assets/panel_sparsh_zh.png filter=lfs diff=lfs merge=lfs -text
136
  assets/react_normals.png filter=lfs diff=lfs merge=lfs -text
137
  assets/pred_vs_gt.png filter=lfs diff=lfs merge=lfs -text
 
 
135
  assets/panel_sparsh_zh.png filter=lfs diff=lfs merge=lfs -text
136
  assets/react_normals.png filter=lfs diff=lfs merge=lfs -text
137
  assets/pred_vs_gt.png filter=lfs diff=lfs merge=lfs -text
138
+ assets/cross_dataset.png filter=lfs diff=lfs merge=lfs -text
assets/cross_dataset.png ADDED

Git LFS Details

  • SHA256: f113e7110b6bc6f95b582fbb7adb3a23d1b992f7f51cb2bd4f48068c06a401d3
  • Pointer size: 131 Bytes
  • Size of remote file: 108 kB
results.html CHANGED
@@ -76,6 +76,16 @@ protocol reproduces the between-capture ordering whether or not the
76
  frame-to-force pairing survives, so a scatter of it would be convincing and
77
  meaningless.</figcaption></figure>
78
 
 
 
 
 
 
 
 
 
 
 
79
  <h2>Which reconstruction should the React force channel use?</h2>
80
  <p>Calibration-free, decided on React's own calibration objects: held out by
81
  press position, ρ&nbsp;0.812 against the LUT's 0.763, MAE 1.024 against
 
76
  frame-to-force pairing survives, so a scatter of it would be convincing and
77
  meaningless.</figcaption></figure>
78
 
79
+ <figure><img src="assets/cross_dataset.png" alt="cross-dataset transfer matrix">
80
+ <figcaption>Fit on one dataset, predict on every other. One model per dataset —
81
+ a 5-feature least squares plus an isotonic calibration — on the calibration-free
82
+ reconstruction. ρ and MAE answer different questions and both are shown: the
83
+ isotonic step is monotone, so it cannot change a rank correlation, and ρ tests
84
+ only whether the feature-to-force ORDERING transfers. MAE tests whether the
85
+ newton scale does, and it does not — these datasets span 0.08–1.06 N (Sparsh)
86
+ to 0–34 N (FEATS). The diagonal is held out, five seeds; off it, the whole
87
+ source fits and the whole target is scored.</figcaption></figure>
88
+
89
  <h2>Which reconstruction should the React force channel use?</h2>
90
  <p>Calibration-free, decided on React's own calibration objects: held out by
91
  press position, ρ&nbsp;0.812 against the LUT's 0.763, MAE 1.024 against