Inception architecture

E107999

The Inception architecture is a deep convolutional neural network design that introduced parallel multi-scale processing modules to achieve state-of-the-art image recognition performance with improved computational efficiency.

All labels observed (11)

How this entity was disambiguated

Statements (48)

Predicate Object
instanceOf convolutional neural network architecture
deep learning model architecture
achievedResult won ILSVRC 2014 image classification challenge via GoogLeNet
commonlyUsedWith ReLU activation functions
batch normalization
softmax output layer
designPrinciple balancing depth and width of networks
computational cost optimization under fixed resource budget
multi-branch convolutional paths with different receptive field sizes
developedAt Google
field computer vision
deep learning
machine learning
goal achieve state-of-the-art image recognition performance
improve computational efficiency of deep CNNs
hasKeyFeature 1x1 convolutions for dimensionality reduction
Inception modules
factorized convolutions
parallel multi-scale processing
sparse connections approximated by dense operations
hasVariant Inception v1
Inception v2
Inception v3
Inception v4
Inception-ResNet
influenced later efficient CNN architectures
multi-branch network designs
inspiredBy Network-in-Network architecture
introducedBy Andrew Rabinovich
Christian Szegedy
Dragomir Anguelov
Dumitru Erhan
Pierre Sermanet
Scott Reed
Vincent Vanhoucke
Wei Liu
Yangqing Jia
introducedIn GoogLeNet
introducedInPaper Going Deeper with Convolutions
notableProperty good accuracy–computation trade-off
scales well to large datasets like ImageNet
optimizationMethod stochastic gradient descent
paperPublishedAt CVPR 2015
typicalInputDomain natural images
usedFor feature extraction
image classification
image recognition
object detection

How these facts were elicited

Referenced by (16)

Full triples — surface form annotated when it differs from this entity's canonical label.

Christian Szegedy notableWork Inception architecture
Christian Szegedy notableWork Going Deeper with Convolutions
linked to: Inception architecture
Christian Szegedy notableWork Rethinking the Inception Architecture for Computer Vision
linked to: Inception architecture
Christian Szegedy notableWork Inception-v4, Inception-ResNet and the Impact of Residual Connections on Learning
linked to: Inception architecture
AlexNet influenced GoogLeNet
linked to: Inception architecture
VGG influenced Inception-based architectures
linked to: Inception architecture
torchvision modelFamily GoogLeNet
subject linked to: torchvision (ecosystem)
linked to: Inception architecture
torchvision modelFamily InceptionV3
subject linked to: torchvision (ecosystem)
linked to: Inception architecture
Inception architecture hasKeyFeature Inception modules
linked to: Inception architecture
Inception architecture introducedInPaper Going Deeper with Convolutions
linked to: Inception architecture
Inception architecture hasVariant Inception v3
linked to: Inception architecture
Inception architecture hasVariant Inception-ResNet
linked to: Inception architecture
Zbigniew Wojna notableWork Rethinking the Inception Architecture for Computer Vision
linked to: Inception architecture
Inception Score basedOn Inception network
linked to: Inception architecture
Fréchet Inception Distance uses Inception network
linked to: Inception architecture
ResNeXt relatedTo Inception architecture