SqueezeNet

E431007

SqueezeNet is a compact deep convolutional neural network architecture designed to achieve AlexNet-level image classification accuracy with dramatically fewer parameters, making it efficient for deployment on resource-constrained devices.

All labels observed (4)

How this entity was disambiguated

Statements (51)

Predicate Object
instanceOf convolutional neural network architecture
deep learning model
image classification model
accuracyComparableTo AlexNet
benchmarkedOn ImageNet
designedBy Forrest N. Iandola
Khalid Ashraf
Kurt Keutzer
Matthew W. Moskewicz
Song Han
William J. Dally
developedAt DeepScale
Stanford University
University of California, Berkeley
hasComponent Fire module
expand layer with 1x1 and 3x3 filters
squeeze layer with 1x1 filters
hasGoal achieve AlexNet-level accuracy with dramatically fewer parameters
enable deployment on resource-constrained devices
hasVersion SqueezeNet v1.0
linked to: SqueezeNet

SqueezeNet v1.1
linked to: SqueezeNet
implementedIn Caffe
PyTorch
TensorFlow
influencedBy AlexNet
keyIdea decrease number of input channels to 3x3 filters
downsample late in the network to maintain large activation maps
replace many 3x3 filters with 1x1 filters
license permissive open-source license (via reference implementations)
modelSize less than 0.5 MB (for some configurations)
notableProperty amenable to further compression techniques such as pruning and quantization
suitable for deployment over low-bandwidth networks
very small model size compared to AlexNet
openSource true
optimizedFor embedded devices
mobile devices
resource-constrained hardware
parameterCountRelativeTo 50x fewer parameters than AlexNet
publicationTitle SqueezeNet: AlexNet-level accuracy with 50x fewer parameters and <0.5MB model size
linked to: SqueezeNet
publicationYear 2016
supportsOperation distributed training
model compression
targetTask image classification
usesLayerType 1x1 convolution
3x3 convolution
Fire module
convolutional layer
expand layer
max pooling layer
squeeze layer
v1.1Characteristics faster with similar accuracy compared to SqueezeNet v1.0

How these facts were elicited

Referenced by (4)

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

torchvision modelFamily SqueezeNet
subject linked to: torchvision (ecosystem)
SqueezeNet publicationTitle SqueezeNet: AlexNet-level accuracy with 50x fewer parameters and <0.5MB model size
linked to: SqueezeNet
SqueezeNet hasVersion SqueezeNet v1.0
linked to: SqueezeNet
SqueezeNet hasVersion SqueezeNet v1.1
linked to: SqueezeNet