AbstractPhil commited on
Commit
f8dff9a
·
verified ·
1 Parent(s): 5386334

exp011 s1: fused-data multiband 2-seed (payoff, monolith edge, surgical lesions all replicate)

Browse files
exp011_fused_multiband/README.md CHANGED
@@ -41,3 +41,10 @@ replication of this bed lands ~07:30Z.
41
 
42
  **Caveats.** s0; 4352 rows single dataset; blob maps unused in this
43
  training (uniform objective by design). Cost ≈ 2.9 GPU-h incl. cache.
 
 
 
 
 
 
 
 
41
 
42
  **Caveats.** s0; 4352 rows single dataset; blob maps unused in this
43
  training (uniform objective by design). Cost ≈ 2.9 GPU-h incl. cache.
44
+
45
+ ---
46
+ ## SEED-1 REPLICATION (2026-07-18, `results_s1.json`) — 2-SEED ON REAL DATA
47
+ mb3 0.135245/0.135215, mono 0.134221/0.134184 — the 2-3x real-data payoff,
48
+ the monolith edge, and 3/3 surgical lesions (band0 own 0.01292/0.01296 vs
49
+ cross 0.00007) all replicate near-exactly. The fused-data multiband story
50
+ is seed-robust.
exp011_fused_multiband/results_s1.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "dataset": "AbstractPhil/qwen-deepfashion-fused",
4
+ "steps": 3000,
5
+ "batch": 16,
6
+ "seed": 1,
7
+ "cond": "caption_joycaption nl77",
8
+ "blob_empty": 4352
9
+ },
10
+ "frozen": {
11
+ "val": 0.14243539798007987,
12
+ "per_band": {
13
+ "band0": 0.293931,
14
+ "band1": 0.071764,
15
+ "band2": 0.010422
16
+ }
17
+ },
18
+ "multiband3": {
19
+ "n_params": 1235568,
20
+ "val": 0.13524470623087836,
21
+ "per_band": {
22
+ "band0": 0.28068,
23
+ "band1": 0.066735,
24
+ "band2": 0.009599
25
+ },
26
+ "s_per_step": 1.687,
27
+ "lesions": {
28
+ "lesion_band0": {
29
+ "band0": 0.293597,
30
+ "band1": 0.066867,
31
+ "band2": 0.009599
32
+ },
33
+ "lesion_band1": {
34
+ "band0": 0.280823,
35
+ "band1": 0.071359,
36
+ "band2": 0.009672
37
+ },
38
+ "lesion_band2": {
39
+ "band0": 0.28068,
40
+ "band1": 0.066764,
41
+ "band2": 0.010293
42
+ }
43
+ }
44
+ },
45
+ "monolith": {
46
+ "n_params": 1210576,
47
+ "val": 0.13422079664678677,
48
+ "per_band": {
49
+ "band0": 0.278953,
50
+ "band1": 0.065785,
51
+ "band2": 0.009603
52
+ },
53
+ "s_per_step": 1.651
54
+ },
55
+ "verdict": {
56
+ "mb_vs_mono": "monolith",
57
+ "per_band_wins": {
58
+ "band0": false,
59
+ "band1": false,
60
+ "band2": true
61
+ },
62
+ "lesions": {
63
+ "band0": {
64
+ "own": 0.012917,
65
+ "other": 6.6e-05,
66
+ "surgical": true
67
+ },
68
+ "band1": {
69
+ "own": 0.004624,
70
+ "other": 0.000108,
71
+ "surgical": true
72
+ },
73
+ "band2": {
74
+ "own": 0.000694,
75
+ "other": 1.5e-05,
76
+ "surgical": true
77
+ }
78
+ },
79
+ "note": "REAL fused data (D2); blob targets cached for the 8am blob-loss design review; 1-seed CANDIDATE"
80
+ }
81
+ }