Reading Note「6」Densely Connected

2019-07-27  本文已影响0人  是许嘉晨

单位卷积核最早是在Network In Network[1]中被提出来的,然后在GoogLeNet[2]中的一个重要模块Inception Module中被使用。

Effectiveness of unit convolution

ResNet中,单位卷积核就已经被使用了,它是作为一个「Bottleneck」被引入地,通过这个「Bottleneck」,输入数据地维数先被减少,然后使得一个比较大的卷积核能够在比较小的维度上进行操作,然后再利用「Bottleneck」单位卷积核将减小的维度重新放大到原来的样子。从而能够在处理更加大的维度的特征的同时,保持一个比较小的计算时间。

Reference
[1]. Lin, Min, Qiang Chen, and Shuicheng Yan. "Network in network." arXiv preprint arXiv:1312.4400 (2013).
[2]. Szegedy, Christian, et al. "Going deeper with convolutions." Proceedings of the IEEE conference on computer vision and pattern recognition. 2015.

上一篇 下一篇

猜你喜欢

热点阅读