Convolutional Neural Networks

Inception-v3

Introduced by Szegedy et al. in Rethinking the Inception Architecture for Computer Vision

Inception-v3 is a convolutional neural network architecture from the Inception family that makes several improvements including using Label Smoothing, Factorized 7 x 7 convolutions, and the use of an auxiliary classifer to propagate label information lower down the network (along with the use of batch normalization for layers in the sidehead).

Source: Rethinking the Inception Architecture for Computer Vision

Papers


Paper Code Results Date Stars

Tasks


Task Papers Share
Image Classification 17 11.97%
General Classification 15 10.56%
Classification 13 9.15%
Adversarial Attack 5 3.52%
Quantization 4 2.82%
Object Detection 3 2.11%
Image Captioning 3 2.11%
Diversity 3 2.11%
Semantic Segmentation 3 2.11%

Categories