anhtld commited on
Commit
751fa1a
·
verified ·
1 Parent(s): a2e45bc

manual-sync 2026-07-02T20:50:21Z local-atlas-guided-flow latex

Browse files
workspace/latex/main.pdf CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1ebbdde77ca6b02ef025b3b754f737a96a9eb5a73331321f829aa5ac3dfe6d78
3
- size 212144
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd8cddd43dc27a057991e83846576623d0ab261cbe1be7f00e9e39f3e9ddf068
3
+ size 213219
workspace/latex/main.tex CHANGED
@@ -203,6 +203,15 @@ with $F_{\theta}$, and executes a candidate only when a calibrated dominance
203
  margin over the base action is confident; otherwise it falls back to the base
204
  or a safe action.
205
 
 
 
 
 
 
 
 
 
 
206
  \section{Current Six-Task Diagnostic}
207
 
208
  We evaluate six ManiSkill manipulation tasks with three seeds and 575
@@ -240,20 +249,27 @@ We now also export 43,095 measured tangent targets from 2,873 charts. A
240
  train-only positive-tangent memory diagnostic reaches 11.83\% PTR proxy at
241
  K=16 under a strict 0.20 RMS-L2 threshold and 41.94\% under a looser 0.40
242
  threshold, with positives closer than negatives in 61.33\% of covered heldout
243
- charts. A first raw-action CVAE improves the safety side of the proxy---0.00\%
 
 
 
 
 
 
244
  negative-near at the 0.20 threshold and 65.33\% positives-closer-than-negatives
245
  at K=16---but covers less positive support (7.53\% PTR at 0.20, 34.41\% at
246
  0.40). A 21D keyframe spline-CVAE decoded back to full $16\times 7$ chunks
247
  recovers more strict support than the raw CVAE (9.68\% PTR at 0.20) while
248
  keeping negative-near low (1.33\%). A vanilla spline flow-matching baseline is
249
- even safer (0.00\% negative-near) but collapses support (1.08\% PTR at 0.20),
250
- showing that flow matching must be utility- and geometry-guided rather than
251
- merely density matching positive keyframes. This is not yet the method result.
252
- It is a useful failure mode: positive support is structured, but prototypes,
253
- raw chunk likelihood, simple keyframe splines, and unguided flows still miss
254
- much of the chart. The full generator should therefore model object-centric
255
- positive tangent flows with utility contrast, not just replay or compress action
256
- chunks.
 
257
 
258
  \section{Roadmap to the Full Paper}
259
 
 
203
  margin over the base action is confident; otherwise it falls back to the base
204
  or a safe action.
205
 
206
+ The current V3 diagnostic instantiates the same idea in a deliberately compact
207
+ form. We train a conditional flow in keyframe spline tangent space on positive
208
+ chart interventions, then train a contrastive utility head on train-only
209
+ positive versus negative tangents. During sampling, the flow follows the
210
+ positive tangent density while ascending the learned utility gradient in the
211
+ same normalized spline chart. This tests the central atlas hypothesis directly:
212
+ positive support should come from local causal geometry and its negative
213
+ boundary, not from replaying prototypes or increasing candidate count.
214
+
215
  \section{Current Six-Task Diagnostic}
216
 
217
  We evaluate six ManiSkill manipulation tasks with three seeds and 575
 
249
  train-only positive-tangent memory diagnostic reaches 11.83\% PTR proxy at
250
  K=16 under a strict 0.20 RMS-L2 threshold and 41.94\% under a looser 0.40
251
  threshold, with positives closer than negatives in 61.33\% of covered heldout
252
+ charts. A local-atlas retrieval diagnostic, which retrieves train-only positive
253
+ tangents from nearby observation-language-task charts, reaches 23.66\% PTR at
254
+ 0.20 and 52.69\% at 0.40, while reducing negative-near to 5.33\%. This is the
255
+ strongest support-proxy evidence so far: positive tangents are locally organized
256
+ in the atlas, not merely task-level prototypes.
257
+
258
+ A first raw-action CVAE improves the safety side of the proxy---0.00\%
259
  negative-near at the 0.20 threshold and 65.33\% positives-closer-than-negatives
260
  at K=16---but covers less positive support (7.53\% PTR at 0.20, 34.41\% at
261
  0.40). A 21D keyframe spline-CVAE decoded back to full $16\times 7$ chunks
262
  recovers more strict support than the raw CVAE (9.68\% PTR at 0.20) while
263
  keeping negative-near low (1.33\%). A vanilla spline flow-matching baseline is
264
+ even safer (0.00\% negative-near) but collapses support (1.08\% PTR at 0.20).
265
+ Adding a contrastive utility head and gradient guidance keeps negative-near at
266
+ 0.00\% and improves positives-closer-than-negatives to 69.33\%, but does not
267
+ recover support (1.08\% PTR at 0.20, 25.81\% at 0.40). This is not yet the
268
+ method result. It is a useful failure mode: the local atlas contains positive
269
+ support modes, but raw likelihood, spline compression, and noise-initialized
270
+ flows miss them. The full generator should therefore learn object-centric local
271
+ chart transport or flow initialization from atlas neighborhoods, with utility
272
+ contrast as the boundary rather than as an afterthought.
273
 
274
  \section{Roadmap to the Full Paper}
275