humanlong commited on
Commit
2c8a0f8
·
verified ·
1 Parent(s): 2fcc7aa

Add KV dynamic-state causal result note

Browse files
Files changed (1) hide show
  1. kv_dynamic_state_causal_results.md +81 -0
kv_dynamic_state_causal_results.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # 3B K/V Dynamic-State Causal Revision Results
2
+
3
+ ## Run
4
+
5
+ - Date: 2026-08-15 UTC.
6
+ - Model: `Qwen/Qwen2.5-VL-3B-Instruct`.
7
+ - Dataset: TAP-Vid-DAVIS local artifact.
8
+ - Diagnostic tensors: `artifacts/dynamic_diag_3b_train_v2.pt` and
9
+ `artifacts/dynamic_diag_3b_test_v2.pt`.
10
+ - Output: `outputs/kv_dynamic_state_causal.json`.
11
+ - Rows: 2,592 condition rows from 108 held-out causal episodes.
12
+ - Substrates: value primary, key replication.
13
+ - Evidence conditions: correct, wrong, shuffled.
14
+ - Methods: append-only, full structured edit, random rank-4, task-aligned rank-4.
15
+ - Norm cap: 2.0.
16
+ - Optimization steps: 40.
17
+
18
+ ## Structural validation
19
+
20
+ The result file is complete over:
21
+
22
+ ```text
23
+ 108 episodes x 2 substrates x 3 evidence conditions x 4 methods = 2592 rows
24
+ ```
25
+
26
+ Additional validation:
27
+
28
+ - unique condition rows: 2,592;
29
+ - duplicate condition rows: 0;
30
+ - append-only bad rows: 0;
31
+ - rows over norm cap: 0.
32
+
33
+ The file SHA-256 after writing the embedded result hash is:
34
+
35
+ ```text
36
+ 8b46b24aa7fda3da33d3eae20082f8d4e8829205fd7395cb528cd0c1b0a61723
37
+ ```
38
+
39
+ The runner-recorded pre-finalization SHA-256 is:
40
+
41
+ ```text
42
+ 90c3f468464078042036c5fab5cda2a565e2ccb39a75a231c5c6fad3e458417a
43
+ ```
44
+
45
+ These differ because the final JSON stores the recorded hash inside the file.
46
+
47
+ ## Aggregate directional effects
48
+
49
+ Mean directional log-probability gain for correct evidence:
50
+
51
+ | Substrate | Method | Visibility delta | Moving delta | Mean edit norm |
52
+ |---|---:|---:|---:|---:|
53
+ | value | full structured | -0.0345 | -0.1161 | 0.1751 |
54
+ | value | random rank-4 | 0.4715 | -0.9399 | 1.7819 |
55
+ | value | task rank-4 | -0.0227 | -0.0779 | 0.1970 |
56
+ | key | full structured | -0.2263 | -0.1712 | 0.1673 |
57
+ | key | random rank-4 | 0.1100 | -0.3565 | 1.6944 |
58
+ | key | task rank-4 | -0.2960 | -0.1625 | 0.2387 |
59
+
60
+ Append-only is the zero-edit baseline and has zero directional delta by
61
+ construction.
62
+
63
+ ## Interpretation
64
+
65
+ Under the preregistered decision table, the current aggregate means do not
66
+ support a shared revisable dynamic-state substrate. The value-cache task-aligned
67
+ rank-4 edit, which is the primary method, has negative mean directional gains
68
+ for both visibility and moving/static under correct evidence.
69
+
70
+ The random rank-4 value edit improves visibility on average but strongly harms
71
+ moving/static. That pattern does not satisfy the shared-state criterion because
72
+ one finalized edit is expected to help both frozen probes.
73
+
74
+ The current result is therefore best reported as:
75
+
76
+ > The pooled diagnostic K/V state is editable under the fixed interface, but
77
+ > this run does not show semantically directional revision from future RGB
78
+ > evidence.
79
+
80
+ No claim should be made about identity, trajectory belief, motion axis, general
81
+ world belief, or arbitrary VLM memory.