TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Network In Network

Network In Network

Min Lin, Qiang Chen, Shuicheng Yan

2013-12-16Image ClassificationGeneral ClassificationFace Identification
PaperPDFCodeCodeCodeCodeCodeCodeCodeCodeCodeCodeCodeCodeCodeCodeCode(official)CodeCode

Abstract

We propose a novel deep network structure called "Network In Network" (NIN) to enhance model discriminability for local patches within the receptive field. The conventional convolutional layer uses linear filters followed by a nonlinear activation function to scan the input. Instead, we build micro neural networks with more complex structures to abstract the data within the receptive field. We instantiate the micro neural network with a multilayer perceptron, which is a potent function approximator. The feature maps are obtained by sliding the micro networks over the input in a similar manner as CNN; they are then fed into the next layer. Deep NIN can be implemented by stacking mutiple of the above described structure. With enhanced local modeling via the micro network, we are able to utilize global average pooling over feature maps in the classification layer, which is easier to interpret and less prone to overfitting than traditional fully connected layers. We demonstrated the state-of-the-art classification performances with NIN on CIFAR-10 and CIFAR-100, and reasonable performances on SVHN and MNIST datasets.

Results

TaskDatasetMetricValueModel
Facial Recognition and ModellingDroneSURFRank146.87Naive Averaging (Adaface)
Image ClassificationCIFAR-10Percentage correct91.2Network in Network
Image ClassificationCIFAR-100Percentage correct64.3NiN
Image ClassificationMNISTPercentage error0.5NiN
Image ClassificationSVHNPercentage error2.35Network in Network
Face ReconstructionDroneSURFRank146.87Naive Averaging (Adaface)
3DDroneSURFRank146.87Naive Averaging (Adaface)
3D Face ModellingDroneSURFRank146.87Naive Averaging (Adaface)
3D Face ReconstructionDroneSURFRank146.87Naive Averaging (Adaface)

Related Papers

ProxyFusion: Face Feature Aggregation Through Sparse Experts2025-09-24Automatic Classification and Segmentation of Tunnel Cracks Based on Deep Learning and Visual Explanations2025-07-18Adversarial attacks to image classification systems using evolutionary algorithms2025-07-17Efficient Adaptation of Pre-trained Vision Transformer underpinned by Approximately Orthogonal Fine-Tuning Strategy2025-07-17Federated Learning for Commercial Image Sources2025-07-17MUPAX: Multidimensional Problem Agnostic eXplainable AI2025-07-17Hashed Watermark as a Filter: Defeating Forging and Overwriting Attacks in Weight-based Neural Network Watermarking2025-07-15Transferring Styles for Reduced Texture Bias and Improved Robustness in Semantic Segmentation Networks2025-07-14