guanfuchen / DeepNetModel

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

Very Deep Convolutional Networks for Large-Scale Image Recognition #1

Open guanfuchen opened 5 years ago

guanfuchen commented 5 years ago

related paper

摘要
In this work we investigate the effect of the convolutional network depth on its accuracy in the large-scale image recognition setting. Our main contribution is a thorough evaluation of networks of increasing depth using an architecture with very small (3 × 3) convolution filters, which shows that a significant improvement on the prior-art configurations can be achieved by pushing the depth to 16–19 weight layers. These findings were the basis of our ImageNet Challenge 2014 submission, where our team secured the first and the second places in the localisation and classification tracks respectively. We also show that our representations generalise well to other datasets, where they achieve state-of-the-art results. We have made our two best-performing ConvNet models publicly available to facilitate further research on the use of deep visual representations in computer vision.
guanfuchen commented 5 years ago

细节,包括VGG16和VGG19网络。

image

guanfuchen commented 5 years ago

ImageNet分类数据集上的性能比较。

image

guanfuchen commented 5 years ago

VGG16模型可视化结构

image