Concept

NiN Block

The NiN block is the core structural component of the Network in Network architecture. It presents a key structural difference from standard convolutional blocks, such as those found in the VGG network. While a VGG block retains standard spatial convolutions (e.g., 3imes33 imes 3), a NiN block follows an initial spatial convolution immediately with a sequence of 1imes11 imes 1 convolutions. By relying on these 1imes11 imes 1 convolutions to act as per-pixel fully connected layers within the blocks, the NiN architecture eliminates the need for a giant, parameter-heavy fully connected layer at the end of the network.

Image 0

0

1

Updated 2026-05-13

Contributors are:

Who are from:

Tags

D2L

Dive into Deep Learning @ D2L

Related