cnn-pragmatic-not-faithful-biological-inspiration

IN derived (depth 2)

Created 2026-06-21T10:01:28+00:00 · Reviewed 2026-06-21T15:37:01+00:00

CNNs demonstrate that effective ML architectures don't require biological fidelity — their inductive biases (local connectivity, weight sharing) capture the right structural constraints for dramatic parameter efficiency, even though the "convolution" is technically cross-correlation and the equivariance doesn't produce true invariance.

Justifications

SL — Combining efficiency-from-biases with biological-imprecision reveals that pragmatic approximation of neuroscience, not faithful reproduction, is what drives CNN success

Antecedents (all must be IN):

  • IN cnn-efficiency-from-inductive-biases — CNNs achieve dramatic parameter efficiency through two complementary inductive biases — local connectivity restricts each neuron's receptive field, and weight sharing forces all spatial positions to use identical filters — reducing parameters by orders of magnitude.
  • IN cnn-biologically-inspired-but-technically-imprecise — CNNs are biologically inspired (receptive fields from Hubel-Wiesel 1959) but technically imprecise in two ways: the "convolution" operation is actually cross-correlation, and the features are translation-equivariant rather than translation-invariant as commonly claimed.

Dependents

These beliefs depend on this one: