residual-connections-enable-arbitrary-depth

IN derived (depth 1)

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

Residual connections (F(x) + x) are the key architectural innovation enabling arbitrarily deep networks — ResNet solved the degradation problem for CNNs, and the same mechanism was adopted by transformers to enable deep stacking without vanishing gradients.

Justifications

SL — Three independent solutions to vanishing gradients share the principle of identity-preserving shortcuts

Antecedents (all must be IN):

Dependents

These beliefs depend on this one: