diff options
| author | YurenHao0426 <Blackhao0426@gmail.com> | 2026-04-08 18:25:49 -0500 |
|---|---|---|
| committer | YurenHao0426 <Blackhao0426@gmail.com> | 2026-04-08 18:25:49 -0500 |
| commit | 2b4581723d0c5ed562528fac6b0a789adf95e3c5 (patch) | |
| tree | 1a632390bcb385fd93c06b182b4cfb2fe31caa73 /paper | |
| parent | daa0cb53cad483903f1f89a3d7d692bdc00d9827 (diff) | |
paper v2.31.8: Appendix I EP random-target ‖h_L‖ values from saved JSON
Appendix I claimed EP random-target ‖h_L‖ "≈586 at 5 ep" and "≈2,085
at 100 ep" without a saved-JSON source. Re-measured on the saved
checkpoints with consistent methodology (model.eval(), n=2048 test
median), giving 557 (5 ep) and 2151 (100 ep). The ~5% discrepancy
is likely model.train() vs model.eval() LN-batch-stats; the new
values are reproducible.
Saved results/ep_random_h_L_summary.json as the source of truth.
The "26× smaller than DFA's 14,510 at 3 ep" comparison still holds
(was "25×"; updated to "26×" with the new EP values).
The fixed-feedback vs energy-based separation conclusion is unchanged.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'paper')
| -rw-r--r-- | paper/main.pdf | bin | 500998 -> 501174 bytes | |||
| -rw-r--r-- | paper/main.tex | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/paper/main.pdf b/paper/main.pdf Binary files differindex e744481..422ff34 100644 --- a/paper/main.pdf +++ b/paper/main.pdf diff --git a/paper/main.tex b/paper/main.tex index 0ff0e13..f40cab8 100644 --- a/paper/main.tex +++ b/paper/main.tex @@ -484,7 +484,7 @@ Credit Bridge & $19{,}974$ & $3.2\times 10^{-6}$ & $0.092$ \\ The cross-method version of the test rules out the explanation that the random-target growth is specific to DFA's particular feedback projection. State Bridge and Credit Bridge use bridge constructions with target normalization and stop-gradients, so any residual-stream growth they exhibit cannot be attributed to a simple absence of normalization. Their $\|g_L\|$ values at three epochs are still well above the $10^{-7}$ floor used by diagnostic~(b), so the gradient collapse part of Mode~1 does not yet appear at this horizon for SB/CB; the activation-growth part of Mode~1 is already present. At the full $100$-epoch trajectory of the same random-target protocol, both SB and CB also reach the (b) floor: SB converges to $\|h_L\|\approx 3.6\times 10^5$ and $\|g_L\|\approx 4\times 10^{-8}$, and CB converges to $\|h_L\|\approx 1.38\times 10^8$ and $\|g_L\|\approx 0$ (below the numerical clamp), with test accuracies $0.100$ and $0.085$ respectively, consistent with DFA's $1.67\times 10^8$ and $8.0\times 10^{-12}$ at the same horizon. We treat this as evidence that the local-credit growth incentive is not unique to DFA but is shared by the audited family of fixed-feedback methods. -The cleanest negative control for the random-target assay is Equilibrium Propagation, which trains the same backbone with a contrastive nudged-vs-free local energy objective rather than a fixed feedback projection. We re-ran EP on the same ResMLP-d256 with i.i.d.\ random class targets, seed 42, identical hyperparameters: EP's $\|h_L\|$ stays at about $586$ at five epochs of training and converges to about $2{,}085$ over the full $100$-epoch trajectory, which is roughly $25\times$ smaller than DFA's $14{,}510$ at three epochs and is in the same range as vanilla EP's bounded trajectory on real labels ($\sim\!5\times 10^3$). At convergence, the random-target EP run reaches headline accuracy $0.081$, headline $\Gamma{=}{-}0.0003$, and headline $\rho{=}{-}0.006$, all consistent with chance-level performance and a non-degenerate measurement regime. The random-target assay therefore separates the audited fixed-feedback methods (DFA/SB/CB) from EP cleanly: fixed-feedback objectives without an explicit scale-control term exhibit data-agnostic activation growth on this architecture, while EP's energy-based local objective does not. +The cleanest negative control for the random-target assay is Equilibrium Propagation, which trains the same backbone with a contrastive nudged-vs-free local energy objective rather than a fixed feedback projection. We re-ran EP on the same ResMLP-d256 with i.i.d.\ random class targets, seed 42, identical hyperparameters: EP's $\|h_L\|$ stays at about $557$ at five epochs of training and converges to about $2{,}151$ over the full $100$-epoch trajectory (median over $n{=}2048$ test inputs, model in eval mode; see \texttt{results/ep\_random\_h\_L\_summary.json}), which is roughly $26\times$ smaller than DFA's $14{,}510$ at three epochs and is in the same range as vanilla EP's bounded trajectory on real labels ($\sim\!5\times 10^3$). At convergence, the random-target EP run reaches headline accuracy $0.081$, headline $\Gamma{=}{-}0.0003$, and headline $\rho{=}{-}0.006$, all consistent with chance-level performance and a non-degenerate measurement regime. The random-target assay therefore separates the audited fixed-feedback methods (DFA/SB/CB) from EP cleanly: fixed-feedback objectives without an explicit scale-control term exhibit data-agnostic activation growth on this architecture, while EP's energy-based local objective does not. \section{State Bridge and Credit Bridge Penalty Rescue: 3-Seed Cross-Method Test} \label{app:sb_penalty} |
