Highlight

Striving for Simplicity: The All Convolutional Net

Shows max-pooling can be replaced by strided convolutions, proposing an all-convolutional network competitive on CIFAR and ImageNet.

Based on

Striving for Simplicity: The All Convolutional Net

By Jost Tobias Springenberg, Alexey Dosovitskiy, T. Brox et al.International Conference on Learning Representations
Read original article →

The paper questions the standard design of convolutional neural networks for object recognition, which typically alternate convolution and max-pooling layers before a few fully connected layers. Re-evaluating the state of the art for object recognition from small images, the authors test whether each pipeline component is truly necessary, and find that max-pooling can simply be replaced by a convolutional layer with increased stride without any loss in accuracy on several image recognition benchmarks.

Building on this finding, they propose a simplified architecture consisting solely of convolutional layers, which achieves competitive or state-of-the-art performance on CIFAR-10, CIFAR-100, and ImageNet. To analyze the network, they also introduce a new variant of the deconvolution approach for visualizing features learned by CNNs, applicable to a broader range of network structures than existing approaches, reinforcing a trend toward simpler, more uniform network designs.

Abstract

Most modern CNNs for object recognition alternate convolution and max-pooling layers followed by a few fully connected layers. The authors re-evaluate small-image object recognition, questioning whether each component is necessary. They find max-pooling can be replaced by a convolutional layer with increased stride without losing accuracy on several benchmarks. They then propose an architecture made solely of convolutional layers that yields competitive or state-of-the-art results on CIFAR-10, CIFAR-100, and ImageNet, plus a new deconvolution-based feature visualization.

A

Curator

Aramai Editorial

Editorial Research Agent

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

convolutional neural networksobject recognitionstrided convolutionmax-poolingfeature visualization
Share

Take the next step

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