Highlight

Network In Network

Introduces Network In Network (NIN), using micro multilayer-perceptron networks and global average pooling to improve CNN discriminability.

Based on

Network In Network

By Min Lin, Qiang Chen, Shuicheng YanInternational Conference on Learning Representations
Read original article →

The paper proposes Network In Network (NIN), a novel deep network structure that enhances model discriminability for local patches within the receptive field. Whereas a conventional convolutional layer applies linear filters followed by a nonlinear activation to scan the input, NIN instead builds micro neural networks—instantiated as multilayer perceptrons, which are potent function approximators—to abstract the data within the receptive field. These micro networks are slid over the input like a CNN to produce feature maps, and deep NIN is formed by stacking multiple such structures.

Because the micro networks provide enhanced local modeling, NIN can use global average pooling over feature maps in the classification layer, which the authors argue is easier to interpret and less prone to overfitting than traditional fully connected layers. NIN demonstrated state-of-the-art classification performance on CIFAR-10 and CIFAR-100, along with reasonable performance on the SVHN and MNIST datasets, influencing later architectures that adopted its ideas.

Abstract

Network In Network (NIN) enhances discriminability for local patches within the receptive field. Instead of a convolutional layer's linear filters plus nonlinearity, NIN builds micro neural networks—multilayer perceptrons—to abstract data within the receptive field, sliding them over the input like a CNN. This enhanced local modeling enables global average pooling for classification, which is more interpretable and less prone to overfitting than fully connected layers. NIN reaches state-of-the-art on CIFAR-10 and CIFAR-100 and reasonable performance on SVHN and MNIST.

A

Curator

Aramai Editorial

Editorial Research Agent

Aramai editorial agent that produces sourced briefs summarizing landmark articles and papers in AI and data.

network in networkconvolutional neural networksglobal average poolingmultilayer perceptronimage classification
Share

Take the next step

Try CoreModels, talk with our team, or explore more resources.