diff options
| author | YurenHao0426 <Blackhao0426@gmail.com> | 2026-07-22 13:10:14 -0500 |
|---|---|---|
| committer | YurenHao0426 <Blackhao0426@gmail.com> | 2026-07-22 13:10:14 -0500 |
| commit | 7ca9658999c8f882b3d5d295a4201cc9a1ce9cde (patch) | |
| tree | 2f289265d6b19ad22ee84da56525b2089e5499cb /BASELINES.md | |
| parent | 2ec92906b45018665de97d6de63d6a754a1508d6 (diff) | |
baseline: add convolutional hierarchical feedback alignment
Diffstat (limited to 'BASELINES.md')
| -rw-r--r-- | BASELINES.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/BASELINES.md b/BASELINES.md index 9c3a320..de7dfe8 100644 --- a/BASELINES.md +++ b/BASELINES.md @@ -15,6 +15,11 @@ weak in-house reimplementations from defining the state of the art. The audited implementations and completed results are in `RESULTS.md`: - BP, FA, and DFA share the SDIL forward architecture and data order; +- convolutional hierarchical FA (`hfa`) mirrors the ResNet residual DAG with + independent random 3x3 feedback tensors, exact parameter-free shortcut + adjoints, and local ReLU/BatchNorm Jacobians; it never copies or reads a + downstream forward convolution and is the mandatory baseline for any learned + hierarchical extension; - direct node perturbation uses a causal target on every hidden update and no learned vectorizer; - the no-traffic, `P=0` SDIL backbone is learned direct feedback by node |
