Research Article

Comparative Analysis of Recent Architecture of Convolutional Neural Network

Table 2

Comparison of CNN architecture.

S.NOArchitectureYearMajor contributionParametersDepthReference

1LeNet1998Initial CNN architecture0.060 M5[15]
2AlexNet2012Deeper than LeNet and uses relu and overlapping pooling60M8[20]
3ZfNet2014Visualizing intermediate layer60 M18[21]
4VGG2014Uses small kernel size4M19[22]
5Google Net2015Introduced block concept, split transform, and merge idea23.6 M22[23]
6Inception V32015Bottleneck issue is sorted and small filter size is added23.6 M159[24]
7Highway networks2015Introduced multipath concept2.3 M19[25]
8Inception V42016Split transform and merge idea35M70[26]
9ResNet2016Residual learning25.6152[27]
10Deluge Net2016Allows cross layer information20.2 M146[28]
11Xception2017Depth-wise convolution followed by a point-wise convolution8.6 M452[29]
12ResNeXt2017Cardinally homogenous topology grouped convolution27.5 M152[30]
13Dense Net2017Cross-layered information flow25.6 M190[31]
14Channel boosted CNN2018Boosting of the original channel with additional artificial channels[32]
15Convolution block attention module2018Feature-map attention[33]