Convolutions

Grouped Convolution

Introduced by Krizhevsky et al. in ImageNet Classification with Deep Convolutional Neural Networks

A Grouped Convolution uses a group of convolutions - multiple kernels per layer - resulting in multiple channel outputs per layer. This leads to wider networks helping a network learn a varied set of low level and high level features. The original motivation of using Grouped Convolutions in AlexNet was to distribute the model over multiple GPUs as an engineering compromise. But later, with models such as ResNeXt, it was shown this module could be used to improve classification accuracy. Specifically by exposing a new dimension through grouped convolutions, cardinality (the size of set of transformations), we can increase accuracy by increasing it.

Source: ImageNet Classification with Deep Convolutional Neural Networks

Papers


Paper Code Results Date Stars

Tasks


Task Papers Share
Image Classification 79 9.65%
General Classification 71 8.67%
Object Detection 66 8.06%
Semantic Segmentation 41 5.01%
Quantization 40 4.88%
Classification 35 4.27%
Model Compression 17 2.08%
Instance Segmentation 17 2.08%
Object Recognition 15 1.83%

Categories