anhtld commited on
Commit
90a3a20
·
verified ·
1 Parent(s): 5685059

Auto-sync: 2026-06-27 11:17:45 (part 2)

Browse files
Files changed (1) hide show
  1. results/paper_core_results.md +13 -6
results/paper_core_results.md CHANGED
@@ -10,6 +10,11 @@ baseline is the h=16 rank-checkpoint online rollout (`29.74%`).
10
  | Gaussian field search | No | No | 29.10% | -0.64 pp | Field does not optimize off-manifold noise |
11
  | Retrieval lattice | No | Yes | 28.93% | -0.81 pp | Nearest train-state action library does not transfer |
12
  | Retrieval lattice, no expert | No | No | 27.13% | -2.61 pp | Conservative retrieval also fails |
 
 
 
 
 
13
  | Lattice, no expert/no near-miss | Yes | No | 25.57% | -4.17 pp | Non-local negatives do not help |
14
  | Lattice, near-miss only | Yes | No | 55.94% | +26.20 pp | Local counterfactual proposals carry the gain |
15
  | Lattice, no expert | Yes | No | 56.99% | +27.25 pp | Reviewer-safe main result |
@@ -21,13 +26,15 @@ Suggested main-table rows:
21
  1. Direct h=16 policy
22
  2. Gaussian field search
23
  3. Retrieval lattice, no expert
24
- 4. Lattice, near-miss only
25
- 5. Lattice, no expert
26
- 6. Lattice, full
27
- 7. Oracle ceiling
 
28
 
29
  Suggested claim:
30
 
31
  > DoVLA-CIL is not a better behavior-cloning policy; it is a local counterfactual action
32
- > selection rule. The learned field only improves rollout when queried on same-state
33
- > intervention proposals, and the effect is isolated to near-miss counterfactuals.
 
 
10
  | Gaussian field search | No | No | 29.10% | -0.64 pp | Field does not optimize off-manifold noise |
11
  | Retrieval lattice | No | Yes | 28.93% | -0.81 pp | Nearest train-state action library does not transfer |
12
  | Retrieval lattice, no expert | No | No | 27.13% | -2.61 pp | Conservative retrieval also fails |
13
+ | Near-miss distillation policy | No | No | 27.48% | -2.26 pp | Imitating near-miss actions does not transfer by itself |
14
+ | Near-miss distillation policy, BC x5 | No | No | 28.29% | -1.45 pp | Stronger BC still stays below policy baseline |
15
+ | Near-miss proposal + field, best-policy ckpt | No | No | 26.32% | -3.42 pp | Field scoring around the BC-selected checkpoint is unstable |
16
+ | Near-miss proposal + field, field ckpt | No | No | 30.14% | +0.41 pp | Clean proposal route begins to recover the mechanism |
17
+ | Near-miss proposal + field, BC x5 field ckpt | No | No | 32.64% | +2.90 pp | Best deployment-clean result so far; still far below same-state lattice |
18
  | Lattice, no expert/no near-miss | Yes | No | 25.57% | -4.17 pp | Non-local negatives do not help |
19
  | Lattice, near-miss only | Yes | No | 55.94% | +26.20 pp | Local counterfactual proposals carry the gain |
20
  | Lattice, no expert | Yes | No | 56.99% | +27.25 pp | Reviewer-safe main result |
 
26
  1. Direct h=16 policy
27
  2. Gaussian field search
28
  3. Retrieval lattice, no expert
29
+ 4. Near-miss proposal + field, BC x5 field checkpoint
30
+ 5. Lattice, near-miss only
31
+ 6. Lattice, no expert
32
+ 7. Lattice, full
33
+ 8. Oracle ceiling
34
 
35
  Suggested claim:
36
 
37
  > DoVLA-CIL is not a better behavior-cloning policy; it is a local counterfactual action
38
+ > selection rule. A deployment-clean near-miss proposal policy plus the field gives a small
39
+ > gain, but the large effect appears only when the field is queried on same-state
40
+ > intervention proposals, and the mechanism is isolated to near-miss counterfactuals.