guanfuchen / DeepNetModel

记录每一个常用的深度模型结构的特点(图和代码)
30 stars 9 forks source link

MobileNets: Efficient Convolutional Neural Networks for Mobile Vision Applications #6

Open guanfuchen opened 6 years ago

guanfuchen commented 6 years ago

related paper

摘要
We present a class of efficient models called MobileNets for mobile and embedded vision applications. MobileNets are based on a streamlined architecture that uses depthwise separable convolutions to build light weight deep neural networks. We introduce two simple global hyperparameters that efficiently trade off between latency and accuracy. These hyper-parameters allow the model builder to choose the right sized model for their application based on the constraints of the problem. We present extensive experiments on resource and accuracy tradeoffs and show strong performance compared to other popular models on ImageNet classification. We then demonstrate the effectiveness of MobileNets across a wide range of applications and use cases including object detection, finegrain classification, face attributes and large scale geo-localization.
guanfuchen commented 6 years ago

applications

image

solutions

image

image

image

image

guanfuchen commented 6 years ago

detail about architecture

image

image

image

image

guanfuchen commented 6 years ago

results

image

image

image

guanfuchen commented 6 years ago

conclusion

image