LGMLJun 19

What Accuracy and Gradient Cosine Miss: Evaluating Feedback Alignment via Scale Stability, Reference Validity, and Depth Utility

arXiv:2606.211266.6
Predicted impact top 78% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For researchers developing biologically plausible or hardware-efficient training algorithms, this work reveals that current evaluation practices can hide non-functional credit assignment, providing actionable diagnostics to avoid building on flawed methods.

The paper identifies two silent failure modes in evaluating feedback alignment (FA) methods using standard metrics (task accuracy and cosine similarity to backpropagation gradient): measurement degeneracy in terminal-LayerNorm residual architectures and aggregation collapse masking layerwise heterogeneity. It proposes a diagnostic protocol with three checks (scale stability, reference validity, depth utility) and per-layer cosine reporting, which detects all failures with wide calibration margins, whereas the standard pair gives no signal.

Despite the success of deep learning, training deep networks in biologically plausible and hardware-efficient ways remains an open challenge. Feedback alignment (FA) methods address this by replacing backpropagation's symmetric backward weights with fixed random matrices, but their effectiveness depends critically on whether they can be accurately evaluated. The standard evaluation relies on two quantities: task accuracy and cosine similarity between the method's credit signal and the backpropagation gradient. We show that this reporting pair is insufficient by identifying two independent failure modes, both silent under current reporting: (1) measurement degeneracy, where the BP reference gradient collapses to the numerical floor in terminal-LayerNorm residual architectures, rendering cosine uninterpretable; and (2) aggregation collapse, where the aggregate cosine masks layerwise heterogeneity that concentrates credit at one end of the network. To address these limitations, we propose a diagnostic evaluation protocol based on three checks -- scale stability, reference validity, and depth utility -- together with per-layer rather than aggregate cosine reporting. Across multiple architectures and methods, the standard reporting pair gives no signal of failure in any audited case, while our protocol identifies all failures with wide calibration margins. The two failure modes are causally independent: a per-block scale penalty alleviates Mode 1 (residual scale explosion driving reference collapse) without affecting Mode 2 (cosine ranking that contradicts every functional metric we measured). Identifying these silent failures prevents researchers from building on non-functional credit assignment and provides actionable guidance for developing FA methods that genuinely train deep layers.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes