diff options
| author | YurenHao0426 <Blackhao0426@gmail.com> | 2026-07-22 14:51:02 -0500 |
|---|---|---|
| committer | YurenHao0426 <Blackhao0426@gmail.com> | 2026-07-22 14:51:02 -0500 |
| commit | 455987e095d9954bbec9725657764bf54cbb62fb (patch) | |
| tree | 72a36ab648b7529df5e6165a502992eb740dcd42 | |
| parent | 4ff8adb623481bbf1b8b61c600a98b0de6127396 (diff) | |
docs: register mixed-traffic accept path
| -rw-r--r-- | README.md | 8 | ||||
| -rw-r--r-- | REVIEW_SCORECARD.md | 3 | ||||
| -rw-r--r-- | ROADMAP.md | 18 |
3 files changed, 29 insertions, 0 deletions
@@ -74,6 +74,7 @@ somatic statistic rather than arbitrary top-down context. `ROADMAP.md` and timescales, and hardware-independent cost; - `BASELINES.md`: matched and native-author baseline ledger; - `ROADMAP.md`: accept/oral evidence gates and their state; +- `MIXED_TRAFFIC.md`: frozen standard-ResNet raw/matched/innovation accept gate; - `ORAL_A.md`: frozen standard CIFAR ResNet funnel; - `ORAL_A_V2.md`: frozen post-failure representable-subspace funnel; - `ORAL_A_V3.md`: frozen vectorizer-space causal-calibration funnel; @@ -149,6 +150,13 @@ feedback prediction convolution is charged explicitly, and this rule receives no SDIL novelty credit. `RESIDUAL_MIRROR.md` freezes its capture and conditional task gates. +The stronger reciprocal Kolen--Pollack substrate is audited separately in +`KP_BASELINE.md`. Its short gate passed, while its full frozen baseline is in +progress. Before that full endpoint, `MIXED_TRAFFIC.md` froze the actual +Harnett-specific test: raw, norm-matched raw, and innovation under identical +four-times-RMS soma-predictable apical traffic and predictor cost. Mechanics +are green; task access remains conditional on the KP full gate. + 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 diff --git a/REVIEW_SCORECARD.md b/REVIEW_SCORECARD.md index e6e57d7..fe77632 100644 --- a/REVIEW_SCORECARD.md +++ b/REVIEW_SCORECARD.md @@ -67,6 +67,9 @@ Every formal result report records: | Residual response mirror capture passes | 5 | RRM reaches 0.665 early and 0.730 all-layer alignment with 0.954 feedback/forward cosine after 20 zero-query local observations | Opens the frozen short accuracy gate, but remains inherited predictive weight estimation rather than SDIL evidence | | Residual response mirror short gate passes | 5 | RRM reaches 65.08%, within 9.86 points of matched BP, at 0.9969x BP MACs and nearly exact alignment | Opens one full validation run; the inherited baseline still supplies no Harnett-specific evidence | | Modified KP short gate passes | 5 | KP reaches 82.66% versus BP's epoch-20 81.02%, with 0.886 early alignment and 1.326x BP MACs | Strongly solves the substrate at useful scale, but all credit belongs to inherited reciprocal plasticity until innovation is load-bearing | +| Mixed-traffic MT-1 | 5 if passed | A frozen short raw/matched/innovation screen must preserve clean-KP utility and show accuracy plus same-state directional gains | One seed and 20 epochs can only open full validation | +| Mixed-traffic MT-2 | 5 if passed | A full seed-0 panel must reach 88%, stay within 3 points of clean KP, and beat both controls under audited cost | A single development seed still cannot establish acceptance | +| Mixed-traffic MT-3 | 6 if passed | Five untouched network/traffic draws must retain 88% mean test accuracy and positive confidence-bounded paired gains | Establishes the controlled ResNet innovation claim; natural traffic and broad depth/architecture scaling remain open | | Oral-A A4 | not opened | The prerequisite A3 gate failed | No oral-A confirmation claim is available | These are conditional reviewer forecasts, not promised scores. A failed stage leaves its negative @@ -465,6 +465,24 @@ the frozen settings. This strongly repairs the feedback-substrate engineering problem but remains inherited Akrout et al. evidence, so the paper score stays 5/10. +**KP mixed-traffic MT-0 status: mechanics passed; MT-1--MT-3 frozen before +endpoints.** `MIXED_TRAFFIC.md` fixes a four-to-one, initialization-calibrated +soma-predictable traffic intervention and crosses raw apical activity, +per-example norm-matched raw activity, and neutral-period innovation on the +same reciprocal KP substrate. The zero-traffic limit, exact-predictor limit, +gain calibration, norm/direction control, reciprocal local correlations, and +parameter independence pass at zero or float64 machine error. A realistic +20-step neutral warmup leaves `0.1360` of traffic RMS versus the frozen `0.25` +ceiling. Elementwise traffic/predictor work is reported separately from affine +MACs, and every control pays the predictor schedule. + +MT-1 remains sealed until KP-2 passes. A 20-epoch pass opens one full seed-0 +validation panel but cannot raise the reviewer score; a full pass opens the +already frozen five-seed, all-50k, one-test-evaluation confirmation. Only the +complete MT-3 confirmation can move the score from 5/10 to 6/10. This is the +current accept-bar path. It is a controlled predictable-traffic experiment, +not a retroactive rescue of the failed natural/top-down C1 or Oral-B gates. + 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 |
