其他分享
首页 > 其他分享> > 1 AI论文笔记--Going deeper with convolutions

1 AI论文笔记--Going deeper with convolutions

作者:互联网

1 AI论文笔记–Going deeper with convolutions(2014年论文)

原文链接:https://arxiv.org/abs/1409.4842

还不错的CSDN全文翻译:https://huangfei.blog.csdn.net/article/details/70336079

还不错的InceptionV1-V4论文小结: https://blog.csdn.net/qq_30815237/article/details/89046890
论文课程学习来自—知识星球—同济子豪兄


文章主要说明了如何改变网络结构本身(并不是一昧地加深),来优化模型的性能。
如本文提出了一种可以嵌入到CNN模型中的Inception模块,该模块大大减少了网络中的参数量。
Inception模块如下图
在这里插入图片描述


论文结构

Abstract

1 Introduction

2 Related Work

3 Motivation and High Level Considerations

4 Architectural Details

5 GoogLeNet

6 Training Methodology

7 ILSVRC 2014 Classification Challenge Setup and Results

8 ILSVRC 2014 Detection Challenge Setup and Results

9 Conclusions

10 Acknowledgements

References


摘要

前言

相关工作

Inception模块思想来源

提高模型性能的传统方法:1、增加网络深度(层数) 2、增加宽度(卷积核的个数)

结构细节

Inception主要思想:利用密集模块去近似出局部最优稀疏结构。
Inception模块结构如下:

GoogLeNet结构

在这里插入图片描述

TIPS:

附上本文GoogLeNet结构(有点长):

GoogLeNet结构

标签:deeper,Inception,AI,模型,GoogLeNet,--,CNN,模块,卷积
来源: https://blog.csdn.net/weixin_44994302/article/details/117434523