diff options
| author | YurenHao0426 <Blackhao0426@gmail.com> | 2026-07-22 13:21:20 -0500 |
|---|---|---|
| committer | YurenHao0426 <Blackhao0426@gmail.com> | 2026-07-22 13:21:20 -0500 |
| commit | 225459f7ddfcd3c8d89f0515a0d766bf2a15c848 (patch) | |
| tree | 329ec70d95000f00b358db70f8d6273cb6d9d8a9 /README.md | |
| parent | f37644eb452f0eb3d7f368740f8b39493f11b2aa (diff) | |
algorithm: calibrate hierarchical feedback parameter subspaces
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -123,6 +123,13 @@ parameter update to `2.98e-8`; actual HFA never performs that copy. `HFA_BASELINE.md` freezes its matched ResNet-20 validation screen before any HFA accuracy endpoint is observed. +The learned-hierarchy development path perturbs the feedback convolution +parameter spaces themselves. One antithetic pair estimates every edge's causal +target moment simultaneously, while the current prediction moment is a local +child/parent correlation. Its BatchNorm-coupled JVP and symmetric-limit delta +rule are executable smoke tests; no accuracy claim is attached until its own +causal-capture protocol is frozen and passed. + The subsequent V3 mechanism estimates the required A/G matrix statistics directly by perturbing the vectorizer parameter subspace. It remains forward-only and uses two causal loss queries per direction. Its exact and |
