HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

SqueezeNet: AlexNet-level accuracy with 50x fewer parameters and <0.5MB model size

Forrest N. Iandola; Song Han; Matthew W. Moskewicz; Khalid Ashraf; William J. Dally; Kurt Keutzer

SqueezeNet: AlexNet-level accuracy with 50x fewer parameters and <0.5MB model size

Abstract

Recent research on deep neural networks has focused primarily on improving accuracy. For a given accuracy level, it is typically possible to identify multiple DNN architectures that achieve that accuracy level. With equivalent accuracy, smaller DNN architectures offer at least three advantages: (1) Smaller DNNs require less communication across servers during distributed training. (2) Smaller DNNs require less bandwidth to export a new model from the cloud to an autonomous car. (3) Smaller DNNs are more feasible to deploy on FPGAs and other hardware with limited memory. To provide all of these advantages, we propose a small DNN architecture called SqueezeNet. SqueezeNet achieves AlexNet-level accuracy on ImageNet with 50x fewer parameters. Additionally, with model compression techniques we are able to compress SqueezeNet to less than 0.5MB (510x smaller than AlexNet). The SqueezeNet architecture is available for download here: https://github.com/DeepScale/SqueezeNet

Code Repositories

jiweibo/imagenet
pytorch
Mentioned in GitHub
avoroshilov/tf-squeezenet
tf
Mentioned in GitHub
songhan/SqueezeNet-Deep-Compression
caffe2
Mentioned in GitHub
Mind23-2/MindCode-80
mindspore
Mentioned in GitHub
zjZSTU/LightWeightCNN
pytorch
Mentioned in GitHub
rcmalli/keras-squeezenet
tf
Mentioned in GitHub
xin-w8023/SqueezeNet-PyTorch
pytorch
Mentioned in GitHub
mtmd/Mobile_ConvNet
Mentioned in GitHub
Goandwanderfaraway/squeezenet-mindspore
mindspore
Mentioned in GitHub
vibhu444/alexnet-squeeze-mnist
tf
Mentioned in GitHub
deep-learning-algorithm/LightWeightCNN
pytorch
Mentioned in GitHub
mdsarfarazulh/fire-module
Mentioned in GitHub
maxemerling/COVID_CT
tf
Mentioned in GitHub
ejlb/squeezenet-chainer
Official
Mentioned in GitHub
Element-Research/dpnn
Official
pytorch
Mentioned in GitHub
adeely9/experiment_2_python3
pytorch
Mentioned in GitHub
johngear/eecs504
tf
Mentioned in GitHub
DeepScale/SqueezeNet
Official
pytorch
Mentioned in GitHub
marload/ConvNets-TensorFlow2
tf
Mentioned in GitHub
Jastot/Rodinka_Neural_Network
tf
Mentioned in GitHub
cmasch/squeezenet
tf
Mentioned in GitHub
m1lhaus/SimpleSqueezeNet
Mentioned in GitHub
taltole/CIFAR10_SqueezeNet
Mentioned in GitHub
osmr/imgclsmob
mxnet
Mentioned in GitHub
modelhub-ai/squeezenet
mxnet
Mentioned in GitHub
matteo-rizzo/fc4-pytorch
pytorch
Mentioned in GitHub
haria/SqueezeNet
Official
mxnet
Mentioned in GitHub
Qengineering/SqueezeNet-ncnn
Mentioned in GitHub
Mayurji/Image-Classification-PyTorch
pytorch
Mentioned in GitHub
brianjychan/landuse
Mentioned in GitHub
gsp-27/pytorch_Squeezenet
pytorch
Mentioned in GitHub
vonclites/squeezenet
tf
Mentioned in GitHub
Dawars/SqueezeNet-tf
tf
Mentioned in GitHub
dividiti/ck-caffe
tf
Mentioned in GitHub
milliemince/eBay-shipping-predictions
pytorch
Mentioned in GitHub
Banus/caffe-demo
caffe2
Mentioned in GitHub
DT42/squeezenet_demo
Official
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
image-classification-on-imagenet-9SqueezeNet + Simple Bypass
Top 1 Accuracy: 60.4%
image-classification-on-imagenet-pSqueezeNet + Simple Bypass
Top 5 Accuracy: 82.5%
network-pruning-on-imagenetSqueezeNet (6-bit Deep Compression)
Accuracy: 57.5%
MParams: 1.24

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
SqueezeNet: AlexNet-level accuracy with 50x fewer parameters and <0.5MB model size | Papers | HyperAI