machine-learning

Definition

Residual Block

Residual blocks are skip-connection blocks that learn residual functions with reference to the layer input, instead of learning unreferenced functions.

Formally, denoting the desired underlying mapping as , we let the stacked nonlinear layers fit another mapping of . The original mapping is recast into . The acts like a residual, hence the name ‘residual block’.

1

Footnotes

  1. https://paperswithcode.com/method/residual-block