manual-sync 2026-07-02T20:50:21Z local-atlas-guided-flow docs
Browse files
workspace/docs/cil_format.md
CHANGED
|
@@ -86,6 +86,10 @@ Learned generator targets:
|
|
| 86 |
and heldout groups report PTR proxy, negative-near rate, and whether the
|
| 87 |
nearest proposal is closer to a hidden positive than to hidden negatives. It
|
| 88 |
should be reported as support evidence, not as the final learned generator.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 89 |
- `scripts/train_positive_tangent_cvae.py` trains a first raw-action CVAE over
|
| 90 |
train-only positive tangents. The companion
|
| 91 |
`scripts/summarize_positive_tangent_cvae_sweep.py` ranks temperature/beta
|
|
@@ -99,6 +103,11 @@ Learned generator targets:
|
|
| 99 |
matching in the same keyframe tangent space. Current results should be read
|
| 100 |
as a falsification of unguided density flow: useful as a stepping stone, but
|
| 101 |
not the final utility-guided atlas generator.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 102 |
|
| 103 |
JSONL shards should preserve complete groups. A group may exceed the target shard size, but it
|
| 104 |
should never be split across shards unless an explicit future streaming mode opts into that tradeoff.
|
|
|
|
| 86 |
and heldout groups report PTR proxy, negative-near rate, and whether the
|
| 87 |
nearest proposal is closer to a hidden positive than to hidden negatives. It
|
| 88 |
should be reported as support evidence, not as the final learned generator.
|
| 89 |
+
- `scripts/eval_positive_tangent_local_atlas.py` evaluates local chart-neighborhood
|
| 90 |
+
reuse: for each heldout chart it retrieves train-only positive tangents from
|
| 91 |
+
nearby observation-language-task charts. This is not the final generator, but
|
| 92 |
+
it tests whether positive support is locally organized in the atlas.
|
| 93 |
- `scripts/train_positive_tangent_cvae.py` trains a first raw-action CVAE over
|
| 94 |
train-only positive tangents. The companion
|
| 95 |
`scripts/summarize_positive_tangent_cvae_sweep.py` ranks temperature/beta
|
|
|
|
| 103 |
matching in the same keyframe tangent space. Current results should be read
|
| 104 |
as a falsification of unguided density flow: useful as a stepping stone, but
|
| 105 |
not the final utility-guided atlas generator.
|
| 106 |
+
- `scripts/train_positive_tangent_guided_spline_flow.py` adds the missing
|
| 107 |
+
contrastive part: a train-only positive-vs-negative utility head guides the
|
| 108 |
+
same spline flow during sampling. This tests whether the atlas should be a
|
| 109 |
+
learned local causal utility field over tangent geometry, not just a density
|
| 110 |
+
model over positive examples.
|
| 111 |
|
| 112 |
JSONL shards should preserve complete groups. A group may exceed the target shard size, but it
|
| 113 |
should never be split across shards unless an explicit future streaming mode opts into that tradeoff.
|