【轻量化网络】MobileNet系列

MobileNets: Efficient Convolutional Neural Networks for Mobile Vision Applications, CVPR2017

论文:https://arxiv.org/abs/1704.04861

代码:

解读:【图像分类】2017-MobileNetV1 CVPR_說詤榢的博客-CSDN博客

【轻量化网络】MobileNet系列_第1张图片

【轻量化网络】MobileNet系列_第2张图片

 

MobileNetV2: Inverted Residuals and Linear Bottlenecks, CVPR2018

论文:https://arxiv.org/abs/1801.04381

代码:https://github.com/d-li14/mobilenetv2.pytorch

解读:【图像分类】2018-MobileNetV2_[18]sandler m,howard a,zhu m,et al. mobilenetv2: i_說詤榢的博客-CSDN博客

【轻量化网络】MobileNet系列_第3张图片

Searching for MobileNetV3, ICCV2019

论文:https://arxiv.org/abs/1905.02244

代码:https://gitcode.net/mirrors/xiaolai-sqlai/mobilenetv3

解读:【图像分类】2019-MoblieNetV3 ICCV_說詤榢的博客-CSDN博客 

【轻量化网络】MobileNet系列_第4张图片

【轻量化网络】MobileNet系列_第5张图片

你可能感兴趣的:(论文笔记,人工智能,深度学习,python,cnn,计算机视觉)