Spaces:
Running
Running
File size: 15,708 Bytes
bd41073 1b50943 bd41073 8cf49a9 bd41073 8cf49a9 bd41073 8cf49a9 bd41073 8cf49a9 bd41073 | 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 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 | <!DOCTYPE html>
<html lang="en"><head><meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Force-Informed Actions — React Dataset</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,300;9..144,600;9..144,700&family=IBM+Plex+Mono:wght@400;500&family=IBM+Plex+Sans:wght@400;600&display=swap" rel="stylesheet">
<style>
:root{
--paper:#0d1526; --ink:#dce7f5; --dim:#7c8db0; --grid:#1a2540;
--pose:#4fd8e0; --force:#ffb347; --target:#ff7847; --ok:#7be0a0;
--card:#111b31; --line:#24345;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);
font-family:'IBM Plex Sans',sans-serif;line-height:1.6;font-size:16px;
background-image:
linear-gradient(var(--grid) 1px,transparent 1px),
linear-gradient(90deg,var(--grid) 1px,transparent 1px);
background-size:44px 44px;}
.wrap{max-width:1000px;margin:0 auto;padding:0 24px 90px}
h1,h2{font-family:'Fraunces',serif}
h1{font-size:2.6rem;font-weight:700;line-height:1.15;margin:0 0 14px}
h2{font-size:1.5rem;font-weight:600;margin:64px 0 10px;color:var(--force)}
h2::before{content:"§ ";color:var(--dim)}
mono,.mono{font-family:'IBM Plex Mono',monospace}
header{padding:72px 0 30px;border-bottom:1px dashed var(--line)}
.kicker{font-family:'IBM Plex Mono',monospace;font-size:.78rem;letter-spacing:.18em;
text-transform:uppercase;color:var(--force);margin-bottom:16px}
.sub{color:var(--dim);max-width:760px;font-size:1.04rem}
.card{background:var(--card);border:1px solid var(--line);border-radius:10px;
padding:22px 24px;margin:18px 0;position:relative}
.card::after{content:"";position:absolute;inset:0;border-radius:10px;pointer-events:none;
box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
.formula{font-family:'IBM Plex Mono',monospace;text-align:center;font-size:1.15rem;
padding:20px;background:#0a1120;border:1px solid var(--line);border-radius:8px;
color:var(--ink);overflow-x:auto}
.formula b{color:var(--target)}
.flow{display:flex;flex-wrap:wrap;gap:10px;align-items:stretch;justify-content:center;margin:22px 0}
.fstep{background:#0a1120;border:1px solid var(--line);border-radius:8px;padding:12px 16px;
font-size:.83rem;text-align:center;min-width:120px;font-family:'IBM Plex Mono',monospace}
.fstep small{display:block;color:var(--dim);margin-top:4px;font-size:.72rem}
.farr{align-self:center;color:var(--force);font-size:1.2rem}
table{border-collapse:collapse;width:100%;font-size:.88rem;margin:12px 0;
font-variant-numeric:tabular-nums}
th,td{padding:8px 10px;border-bottom:1px solid var(--line);text-align:right}
th{color:var(--dim);font-family:'IBM Plex Mono',monospace;font-size:.74rem;
text-transform:uppercase;letter-spacing:.08em}
td:first-child,th:first-child{text-align:left}
.big{font-family:'Fraunces',serif;font-size:2rem;color:var(--ok)}
.stat-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px;margin:20px 0}
.stat{background:var(--card);border:1px solid var(--line);border-radius:10px;padding:16px 18px}
.stat .lbl{font-family:'IBM Plex Mono',monospace;font-size:.72rem;color:var(--dim);
text-transform:uppercase;letter-spacing:.1em}
.stat .val{font-family:'Fraunces',serif;font-size:1.7rem;margin-top:4px;color:var(--ink)}
.stat .val.ok{color:var(--ok)}
img,video{max-width:100%;border-radius:8px;border:1px solid var(--line);display:block;margin:12px auto}
a{color:var(--pose)} a:hover{color:var(--force)}
code{font-family:'IBM Plex Mono',monospace;background:#0a1120;padding:2px 6px;border-radius:4px;font-size:.85em}
pre{background:#0a1120;border:1px solid var(--line);border-radius:8px;padding:16px;
overflow-x:auto;font-size:.82rem;line-height:1.5}
pre code{background:none;padding:0}
.legend{display:flex;gap:20px;font-family:'IBM Plex Mono',monospace;font-size:.76rem;
color:var(--dim);flex-wrap:wrap;margin:8px 2px}
.legend span::before{content:"—— ";font-weight:700}
.legend .l-pose::before{color:var(--pose)} .legend .l-force::before{color:var(--force)}
.legend .l-tgt::before{color:var(--target)}
#readout{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;
margin-top:12px;font-family:'IBM Plex Mono',monospace}
#readout .r{background:#0a1120;border:1px solid var(--line);border-radius:6px;padding:10px 12px}
#readout .r .k{font-size:.68rem;color:var(--dim);text-transform:uppercase;letter-spacing:.08em}
#readout .r .v{font-size:1.25rem;margin-top:2px}
#chartbox{cursor:crosshair;touch-action:none}
.hint{font-family:'IBM Plex Mono',monospace;font-size:.74rem;color:var(--dim);text-align:center;margin-top:6px}
.pill{display:inline-block;border:1px solid var(--line);border-radius:999px;
padding:3px 12px;font-size:.75rem;font-family:'IBM Plex Mono',monospace;
color:var(--dim);margin-right:8px;margin-top:14px}
footer{margin-top:70px;padding-top:20px;border-top:1px dashed var(--line);
color:var(--dim);font-size:.82rem}
@media (max-width:700px){h1{font-size:1.9rem}}
</style></head><body><div class="wrap">
<header>
<div class="kicker">React dataset · action processing</div>
<h1>The missing half of the action:<br>putting force back into pose-only demonstrations</h1>
<p class="sub">React's actions are computed from OptiTrack sensor poses — like all
UMI-style data, the demonstrated pose <i>is</i> the achieved pose. A stiffness
controller exerts <span class="mono">F = k·(target − actual)</span>,
so replaying these actions reproduces the motion but presses with <b>zero
intended force</b>. This page shows how each action is transformed, on real
episode data, and what the transformation is worth.</p>
<span class="pill">36 episodes · 72 sensor-sides</span>
<span class="pill">no F/T sensor involved</span>
<span class="pill"><a href="index.html" style="color:inherit;text-decoration:none">↖ full methods & validation</a></span>
<span class="pill"><a href="actions_zh.html" style="color:inherit;text-decoration:none">中文版</a></span>
</header>
<h2>How an action is processed</h2>
<div class="card">
<div class="flow">
<div class="fstep">pose p<sub>t</sub><small>OptiTrack, 30 Hz</small></div>
<div class="farr">+</div>
<div class="fstep">GelSight frame<small>640×480 RGB</small></div>
<div class="farr">→</div>
<div class="fstep">F̂<sub>n</sub><small>LUT depth → force,<br>GlowTact-calibrated</small></div>
<div class="farr">→</div>
<div class="fstep">n̂ = R<sub>t</sub>·a<sub>gel</sub><small>dual-ball calibrated axis</small></div>
<div class="farr">→</div>
<div class="fstep" style="border-color:var(--target)">action target<small>virtual, past the surface</small></div>
</div>
<div class="formula">p<sub><b>target</b></sub> = p<sub>observed</sub> + ( F̂<sub>n</sub> / k ) · n̂
k = 1500 N/m</div>
<p>The action stays a pose. In free space F̂<sub>n</sub> = 0 and the target
<i>is</i> the observed pose — nothing changes. In contact, the target moves past
the surface along the gel normal by exactly the displacement an impedance
controller at stiffness k needs to exert the demonstrated force. No new action
dimension, no force interface at deployment — a DexForce-style transform
(arXiv:2501.10356) driven by tactile-estimated rather than measured force.</p>
</div>
<h2>Live on real data — drag across the trace</h2>
<div class="card">
<p style="margin-top:0">90 s of <span class="mono">motherboard/2026-05-10/episode_000</span>
(left sensor), centred on the strongest press. Top: estimated normal force.
Bottom: the transform's entire effect on the action — the target's offset from
the observed pose along the gel normal. The cyan zero-line <i>is</i> the
original action; the sensor itself sweeps ±170 mm through this window, which
is why the offset is drawn on its own millimetre scale.</p>
<div id="chartbox"></div>
<div class="legend"><span class="l-force">F̂ normal [N]</span>
<span class="l-pose">observed pose = zero offset (action before)</span>
<span class="l-tgt">target offset F̂/k along n̂ (action after)</span></div>
<div id="readout">
<div class="r"><div class="k">t</div><div class="v" id="ro-t">–</div></div>
<div class="r"><div class="k">F̂ normal</div><div class="v" id="ro-f" style="color:var(--force)">–</div></div>
<div class="r"><div class="k">target offset F̂/k</div><div class="v" id="ro-p" style="color:var(--target)">–</div></div>
<div class="r"><div class="k">state</div><div class="v" id="ro-s">–</div></div>
</div>
<p class="hint">drag / hover to scrub · data is the actual per-row output, not a mock-up</p>
</div>
<h2>The effect, measured</h2>
<div class="stat-row">
<div class="stat"><div class="lbl">free-space invariance</div>
<div class="val ok">0.0e+00 m</div>
<div class="lbl" style="margin-top:6px">max |target − pose| when F̂=0, all 72 sides</div></div>
<div class="stat"><div class="lbl">round-trip error</div>
<div class="val ok">9e-14 N</div>
<div class="lbl" style="margin-top:6px">k·‖target−pose‖ vs F̂ — machine precision</div></div>
<div class="stat"><div class="lbl">penetration in contact</div>
<div class="val">0.9 mm <span style="font-size:.9rem;color:var(--dim)">median</span></div>
<div class="lbl" style="margin-top:6px">max 15.2 mm at the hardest ~23 N press</div></div>
</div>
<div class="card">
<p style="margin-top:0"><b>Why this matters for training.</b> Policies trained on
raw poses learn "touch the surface and stop": the label says the fingertip halts
at the contact plane, so at deployment the controller exerts whatever residual
force tracking error happens to produce. With force-informed targets the label
itself encodes <i>how hard</i> — DexForce measured near-zero task success without
this correction and 76% with it, on kinesthetic demonstrations with measured
forces; here the same transform runs from tactile-estimated force, with the
estimator validated against FEA ground truth (ρ=0.70 pooled, 0.85 on unseen
indenter shapes — see the <a href="index.html">main page</a>).</p>
<img src="assets/dexforce_motherboard_episode_000_left.png" alt="virtual target offsets">
<video controls muted loop playsinline preload="metadata" src="assets/clip_motherboard_episode_000_left.mp4"></video>
<p class="hint">the force signal driving the action transform, live under the tactile stream</p>
</div>
<h2>Using it</h2>
<div class="card">
<pre><code># per-episode force estimates ship as npz next to the release
import numpy as np
from force_recovery.dexforce import force_informed_targets, gel_axis
from force_recovery.evaluate import median3_fresh
z = np.load("force_recovery/motherboard/2026-05-10/episode_000_left.npz")
force = median3_fresh(z["force_normal_n"], is_new) # de-spike on fresh frames
act = force_informed_targets(pose, force, gel_axis("motherboard", "left"))
train_targets = act.target_pos # (T,3) — drop-in pose labels</code></pre>
<p>Caveats, stated plainly: absolute newtons carry the GlowTact-calibration
uncertainty (cross-sensor scale drifts 2–4×; within-episode relative force is
the reliable part), shear-dominant contact is a blind spot of the normal-force
estimator, and legacy recordings update tactile at ~8.5 fps — the
<code>tactile_*_is_new</code> flags mark which rows carry fresh force evidence.</p>
</div>
<footer>React force recovery · data <a href="https://huggingface.co/datasets/yxma/React">yxma/React</a>
· methods & external validation on the <a href="index.html">main page</a>
· transform: DexForce (2501.10356) · force: per-sensor RGB-LUT photometric calibration + Poisson (LUT-v2), GlowTact-calibrated</footer>
</div>
<script>
fetch('assets/action_trace.json').then(r=>r.json()).then(D=>{
const W=940,H1=170,H2=250,GAP=34,PAD_L=56,PAD_R=16,H=H1+H2+GAP+40;
const N=D.force_n.length,fps=D.meta.fps;
const box=document.getElementById('chartbox');
const svgNS='http://www.w3.org/2000/svg';
const svg=document.createElementNS(svgNS,'svg');
svg.setAttribute('viewBox',`0 0 ${W} ${H}`);svg.style.width='100%';
box.appendChild(svg);
const X=i=>PAD_L+(W-PAD_L-PAD_R)*i/(N-1);
const fmax=Math.max(...D.force_n)*1.08;
const Yf=v=>H1-(H1-8)*v/fmax;
// bottom panel: the OFFSET itself. The trajectory sweeps +-170mm here while
// the offset stays <=5mm — plotting raw positions hides the transform.
const smin=0,smax=Math.max(...D.pen_mm)*1.12;
const Y2=v=>H1+GAP+H2-(H2-8)*(v-smin)/(smax-smin);
function poly(ys,color,w,dash){const p=document.createElementNS(svgNS,'path');
let d='M';for(let i=0;i<N;i++){d+=X(i).toFixed(1)+' '+ys(i).toFixed(1)+(i<N-1?' L':'');}
p.setAttribute('d',d);p.setAttribute('fill','none');p.setAttribute('stroke',color);
p.setAttribute('stroke-width',w);if(dash)p.setAttribute('stroke-dasharray',dash);
svg.appendChild(p);return p;}
// axes
[[0,'0'],[fmax/1.08,fmax.toFixed(0)]].forEach(([v,t])=>{
const l=document.createElementNS(svgNS,'text');l.textContent=t+' N';
l.setAttribute('x',PAD_L-8);l.setAttribute('y',Yf(v)+4);l.setAttribute('text-anchor','end');
l.setAttribute('fill','#7c8db0');l.setAttribute('font-size','11');
l.setAttribute('font-family','IBM Plex Mono');svg.appendChild(l);});
[[0,'0 mm'],[smax/1.12,(smax/1.12).toFixed(1)+' mm']].forEach(([v,t])=>{
const l=document.createElementNS(svgNS,'text');l.textContent=t;
l.setAttribute('x',PAD_L-8);l.setAttribute('y',Y2(v)+4);l.setAttribute('text-anchor','end');
l.setAttribute('fill','#7c8db0');l.setAttribute('font-size','11');
l.setAttribute('font-family','IBM Plex Mono');svg.appendChild(l);});
// commanded-penetration band between the zero-line (observed) and the target
const band=document.createElementNS(svgNS,'path');
let d='M';for(let i=0;i<N;i++)d+=X(i).toFixed(1)+' '+Y2(D.pen_mm[i]).toFixed(1)+(i<N-1?' L':'');
d+=' L'+X(N-1).toFixed(1)+' '+Y2(0)+' L'+X(0).toFixed(1)+' '+Y2(0);
band.setAttribute('d',d+' Z');band.setAttribute('fill','rgba(255,120,71,.28)');svg.appendChild(band);
poly(i=>Yf(D.force_n[i]),'#ffb347',1.4);
poly(i=>Y2(0),'#4fd8e0',1.3);
poly(i=>Y2(D.pen_mm[i]),'#ff7847',1.3);
// cursor
const cur=document.createElementNS(svgNS,'line');
cur.setAttribute('y1',0);cur.setAttribute('y2',H1+GAP+H2);
cur.setAttribute('stroke','#dce7f5');cur.setAttribute('stroke-width','1');
cur.setAttribute('stroke-dasharray','3 3');svg.appendChild(cur);
const dotF=document.createElementNS(svgNS,'circle');dotF.setAttribute('r',4);
dotF.setAttribute('fill','#ffb347');svg.appendChild(dotF);
const dotT=document.createElementNS(svgNS,'circle');dotT.setAttribute('r',4);
dotT.setAttribute('fill','#ff7847');svg.appendChild(dotT);
function setI(i){i=Math.max(0,Math.min(N-1,i));
const x=X(i);cur.setAttribute('x1',x);cur.setAttribute('x2',x);
dotF.setAttribute('cx',x);dotF.setAttribute('cy',Yf(D.force_n[i]));
dotT.setAttribute('cx',x);dotT.setAttribute('cy',Y2(D.pen_mm[i]));
document.getElementById('ro-t').textContent=(i/fps).toFixed(2)+' s';
document.getElementById('ro-f').textContent=D.force_n[i].toFixed(2)+' N';
document.getElementById('ro-p').textContent=(D.pen_mm[i]).toFixed(2)+' mm';
const s=document.getElementById('ro-s');
if(D.force_n[i]>0.1){s.textContent='CONTACT';s.style.color='var(--target)';}
else{s.textContent='free — target ≡ pose';s.style.color='var(--ok)';}}
function fromEvent(e){const r=svg.getBoundingClientRect();
const px=((e.touches?e.touches[0].clientX:e.clientX)-r.left)/r.width*W;
setI(Math.round((px-PAD_L)/(W-PAD_L-PAD_R)*(N-1)));}
['mousemove','mousedown','touchmove','touchstart'].forEach(ev=>
box.addEventListener(ev,e=>{fromEvent(e);if(ev!=='mousemove')e.preventDefault();},{passive:false}));
setI(Math.round(N*0.5));
});
</script>
</body></html> |