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:
- IN inductive-bias-not-biological-fidelity-drives-ml — CNNs illustrate that effective ML architectures can succeed through well-chosen inductive biases rather than biological fidelity — their local connectivity and weight sharing capture useful structural constraints despite not faithfully replicating neuroscience. The manifold hypothesis offers one explanation for why such biases work, since if data lies along low-dimensional manifolds, architectures that exploit local structure can generalize effectively regardless of their biological motivation.