diff options
| author | YurenHao0426 <Blackhao0426@gmail.com> | 2026-07-22 13:05:04 -0500 |
|---|---|---|
| committer | YurenHao0426 <Blackhao0426@gmail.com> | 2026-07-22 13:05:04 -0500 |
| commit | 2ec92906b45018665de97d6de63d6a754a1508d6 (patch) | |
| tree | d12b43b5ca1b4ee0ea94df55652be55ee86b483d /ROADMAP.md | |
| parent | 45d2b57310d556c4d1e78ee185279eda14189585 (diff) | |
analysis: identify hierarchical spatial credit bottleneck
Diffstat (limited to 'ROADMAP.md')
| -rw-r--r-- | ROADMAP.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -383,6 +383,15 @@ remains sealed. This closes learning-rate tuning of the same output-error-only channel-gated family; a further branch must make a substantive feedback-context or cross-layer-noise change. +The fixed post-failure hierarchical oracle identifies the substantive next +change. Ordinary downstream activation context moves early alignment only from +`0.031123` to `0.032069`, while held-out local maps from the actual residual-DAG +child error fields reach `0.440525` (1x1), `0.819917` (3x3), and `0.999767` +(3x3 plus the locally available child ReLU gate). This is not task evidence +and uses exact child gradients as oracle inputs. It establishes that future +development should learn spatial hierarchical feedback without weight copying, +with random/fixed hierarchical FA and BurstCCN as mandatory baselines. + Prepare convolutional local-update primitives and ResNet-20/32/56 protocols early. Queue frozen runs opportunistically on authorized idle GPUs. Because BurstCCN already reports CIFAR-10 and ImageNet scaling, dataset scale alone is not novel. The oral-level target is a memorable joint |
