Isaacwang commited on
Commit
01e5456
Β·
verified Β·
1 Parent(s): 724aacd

Upload zimg-fdloss/RECIPE.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. zimg-fdloss/RECIPE.md +15 -3
zimg-fdloss/RECIPE.md CHANGED
@@ -51,13 +51,24 @@ holdout = sorted-enumeration idx % 12 == 0.
51
  | b16 recipe (old champion) | 4 | 0.899 | 0.842 | 1.612 | 1.519 |
52
  | + batch 64 | 4 | 0.910 | 0.853 | 1.621 | 1.447 |
53
  | **+ 250-step finishing (CHAMPION)** | **4** | **0.910** | **0.858** | β€” | β€” |
54
- | 1-NFE specialist (TFC full-run, b16) | 2 | 0.843 | 0.879 | 1.909 | 1.596 |
 
55
 
56
  McNemar: champion vs b16 recipe +2.91 @8 / +2.42 @1 (4 seeds, pre-registered
57
- promotion rule); b16 recipe vs turbo z=+7.0/+8.2 (Holm-robust). No teacher,
58
- no discriminator, no fake-score network, no CFG at train or inference;
59
  ~4.5 h on one 8Γ—H200 node (b16) / ~1.5 h wall on 4 nodes (b64 + finishing).
60
 
 
 
 
 
 
 
 
 
 
 
61
  ## The three laws (measured)
62
 
63
  1. **Division of labor**: mid-training must not spend mode coverage
@@ -79,6 +90,7 @@ no discriminator, no fake-score network, no CFG at train or inference;
79
  ## Checkpoints in this folder
80
 
81
  - `champion-I1combo/` β€” **the promoted champion** (b64 FD + 250s finishing)
 
82
  - `champion-D1c-clean/` β€” the b16 recipe (FD ckpt + iMF init)
83
  - `champion-D1c-b64/` β€” batch-64 stage (the promoted champion's base)
84
  - `T1-1nfe-record/` β€” best pure-1-NFE model (0.879@1)
 
51
  | b16 recipe (old champion) | 4 | 0.899 | 0.842 | 1.612 | 1.519 |
52
  | + batch 64 | 4 | 0.910 | 0.853 | 1.621 | 1.447 |
53
  | **+ 250-step finishing (CHAMPION)** | **4** | **0.910** | **0.858** | β€” | β€” |
54
+ | **1-NFE frontier: b16 + dose-controlled TFDH-adv** | **4** | **0.908** | **0.892** | β€” | β€” |
55
+ | (superseded) 1-NFE specialist, TFC full-run b16 | 2 | 0.843 | 0.879 | 1.909 | 1.596 |
56
 
57
  McNemar: champion vs b16 recipe +2.91 @8 / +2.42 @1 (4 seeds, pre-registered
58
+ promotion rule); b16 recipe vs turbo z=+7.0/+8.2 (Holm-robust). The champion
59
+ path uses no teacher, no discriminator, no fake-score network, no CFG;
60
  ~4.5 h on one 8Γ—H200 node (b16) / ~1.5 h wall on 4 nodes (b64 + finishing).
61
 
62
+ **1-NFE frontier variant (2026-08-05)**: champion-protocol FD + a hinge
63
+ discriminator on frozen iMF-teacher SigLIP2 tokens, dose-held at
64
+ gnorm-ratio 0.2 by a median-of-3 closed-loop controller (+ approximated-R1
65
+ and head-EMA stabilizers; equilibrium weight drifts 25Γ— over 2000 steps β€”
66
+ no static weight works). 4-seed: @1 z=+6.42 over b16 / +3.99 over the
67
+ champion at @8 parity (z=βˆ’0.08); strictly dominates the old TFC 1-NFE
68
+ specialist (z=+6.00 @8 / +1.51 @1). Did not displace the champion under
69
+ the pre-registered both-endpoint rule (@8 tie β‰  gain). Pick it when
70
+ 1-step latency is the deployment target.
71
+
72
  ## The three laws (measured)
73
 
74
  1. **Division of labor**: mid-training must not spend mode coverage
 
90
  ## Checkpoints in this folder
91
 
92
  - `champion-I1combo/` β€” **the promoted champion** (b64 FD + 250s finishing)
93
+ - `frontier-TFDHA2-1nfe/` β€” **1-NFE frontier** (b16 + dose-controlled TFDH-adv)
94
  - `champion-D1c-clean/` β€” the b16 recipe (FD ckpt + iMF init)
95
  - `champion-D1c-b64/` β€” batch-64 stage (the promoted champion's base)
96
  - `T1-1nfe-record/` β€” best pure-1-NFE model (0.879@1)