• 感谢大家访问本站,希望本站的内容可以帮助到大家!

  • 本站由于前段时间遭受到大量临时和国外邮箱注册,所以对可注册的邮箱类型进行了限制!

  • 如果觉得本站的内容有帮助,可以考虑打赏博主哦!

  • 本站会放置Google广告用于维持域名以及网站服务器费用。

  • 欢迎大家交换友链,可在https://www.stubbornhuang.com/申请友情链接进行友链交换申请!

  • 工资「喂饱肚子」,副业「养活灵魂」!

  • 计算机图形学与计算几何经典必备书单整理,下载链接可参考:https://www.stubbornhuang.com/1256/

  • 问题反馈可发送邮件到stubbornhuang@qq.com

  • 在本站开通年度VIP,无限制下载本站资源和阅读本站文章

深度学习 – 归纳轻量级神经网络(长期更新)

深度学习 发布于2023-03-17 阅读 2,144次 0次评论 0次点赞 本文共4142个字,阅读需要11分钟。

SqueezeNet

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

论文:

Iandola F N, Han S, Moskewicz M W, et al. SqueezeNet: AlexNet-level accuracy with 50x fewer parameters and< 0.5 MB model size[J]. arXiv preprint arXiv:1602.07360, 2016.

论文链接:https://arxiv.org/pdf/1602.07360.pdf

ShuffleNet

ShuffleNet V1

论文标题:Shufflenet: An extremely efficient convolutional neural network for mobile devices

论文:

Zhang X, Zhou X, Lin M, et al. Shufflenet: An extremely efficient convolutional neural network for mobile devices[C]//Proceedings of the IEEE conference on computer vision and pattern recognition. 2018: 6848-6856.

论文链接:http://openaccess.thecvf.com/content_cvpr_2018/papers/Zhang_ShuffleNet_An_Extremely_CVPR_2018_paper.pdf

ShuffleNet V2

论文标题:Shufflenet v2: Practical guidelines for efficient cnn architecture design

论文:

Ma N, Zhang X, Zheng H T, et al. Shufflenet v2: Practical guidelines for efficient cnn architecture design[C]//Proceedings of the European conference on computer vision (ECCV). 2018: 116-131.

论文链接:https://openaccess.thecvf.com/content_ECCV_2018/papers/Ningning_Light-weight_CNN_Architecture_ECCV_2018_paper.pdf

MobileNet

MobileNet系列详解可参考:https://blog.51cto.com/u_15671528/5528810

MobileNet V1

论文标题:Efficient convolutional neural networks for mobile vision applications

论文:

Howard A G, Zhu M, Chen B, et al. Mobilenets: Efficient convolutional neural networks for mobile vision applications[J]. arXiv preprint arXiv:1704.04861, 2017.

论文链接:https://arxiv.org/pdf/1704.04861.pdf

MobileNet V2

论文标题:Mobilenetv2: Inverted residuals and linear bottlenecks

论文:

Sandler M, Howard A, Zhu M, et al. Mobilenetv2: Inverted residuals and linear bottlenecks[C]//Proceedings of the IEEE conference on computer vision and pattern recognition. 2018: 4510-4520.

论文链接:https://openaccess.thecvf.com/content_cvpr_2018/papers/Sandler_MobileNetV2_Inverted_Residuals_CVPR_2018_paper.pdf

MobileNet V3

论文标题:Searching for mobilenetv3

论文:

Howard A, Sandler M, Chu G, et al. Searching for mobilenetv3[C]//Proceedings of the IEEE/CVF international conference on computer vision. 2019: 1314-1324.

论文链接:http://openaccess.thecvf.com/content_ICCV_2019/papers/Howard_Searching_for_MobileNetV3_ICCV_2019_paper.pdf

Xception

论文标题:Xception: Deep learning with depthwise separable convolutions

论文:

Chollet F. Xception: Deep learning with depthwise separable convolutions[C]//Proceedings of the IEEE conference on computer vision and pattern recognition. 2017: 1251-1258.

论文链接:https://openaccess.thecvf.com/content_cvpr_2017/papers/Chollet_Xception_Deep_Learning_CVPR_2017_paper.pdf

EfficientNet

论文标题:Efficientnet: Rethinking model scaling for convolutional neural networks

论文:

Tan M, Le Q. Efficientnet: Rethinking model scaling for convolutional neural networks[C]//International conference on machine learning. PMLR, 2019: 6105-6114.

论文链接:http://proceedings.mlr.press/v97/tan19a/tan19a.pdf

GhostNet

论文标题:Ghostnet: More features from cheap operations

论文:

Han K, Wang Y, Tian Q, et al. Ghostnet: More features from cheap operations[C]//Proceedings of the IEEE/CVF conference on computer vision and pattern recognition. 2020: 1580-1589.

论文链接:https://openaccess.thecvf.com/content_CVPR_2020/papers/Han_GhostNet_More_Features_From_Cheap_Operations_CVPR_2020_paper.pdf

RegNet

论文标题:Designing network design spaces

论文:

Radosavovic I, Kosaraju R P, Girshick R, et al. Designing network design spaces[C]//Proceedings of the IEEE/CVF conference on computer vision and pattern recognition. 2020: 10428-10436.

论文链接:https://openaccess.thecvf.com/content_CVPR_2020/papers/Radosavovic_Designing_Network_Design_Spaces_CVPR_2020_paper.pdf

MobileViT

MobileViT V1

论文标题:Mobilevit: light-weight, general-purpose, and mobile-friendly vision transformer

论文:

Mehta S, Rastegari M. Mobilevit: light-weight, general-purpose, and mobile-friendly vision transformer[J]. arXiv preprint arXiv:2110.02178, 2021.

论文链接:https://arxiv.org/pdf/2110.02178.pdf

MobileViT V2

论文标题:Separable self-attention for mobile vision transformers

论文:

Mehta S, Rastegari M. Separable self-attention for mobile vision transformers[J]. arXiv preprint arXiv:2206.02680, 2022.

论文链接:https://arxiv.org/pdf/2206.02680.pdf

MobileViT V3

论文标题:Mobilevitv3: Mobile-friendly vision transformer with simple and effective fusion of local, global and input features

论文:

Wadekar S N, Chaurasia A. Mobilevitv3: Mobile-friendly vision transformer with simple and effective fusion of local, global and input features[J]. arXiv preprint arXiv:2209.15159, 2022.

论文链接:https://arxiv.org/pdf/2209.15159.pdf

参考链接

欢迎扫码关注我的微信公众号,及时获取文章更新

微信公众号二维码

本文作者:StubbornHuang

版权声明:本文为站长原创文章,如果转载请注明原文链接!

原文标题:深度学习 – 归纳轻量级神经网络(长期更新)

原文链接:https://www.stubbornhuang.com/2544/

发布于:2023年03月17日 10:58:29

修改于:2023年06月21日 17:04:08

声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。

文章末尾
上一篇
深度学习 - 在大数据集下,内存容量与磁盘IO速度影响模型训练速度的问题
深度学习
下一篇
OnnxRuntime - 模型部署笔记1,OnnxRuntime简介
OnnxRuntime
当前分类随机文章推荐

发表评论

您必须 [ 登录 ] 才能发表留言!

关注我们的公众号

微信公众号