[深度学习论文笔记][Image Classification] Very Deep Convolutional Networks for Large-Scale Image Recognitio

本文笔记探讨了深度学习中非常深的卷积网络在大规模图像识别任务中的应用。介绍了网络架构、数据增强策略,如水平翻转图像,并讨论了训练细节。实验结果显示,多尺度评估优于固定尺度策略,而局部响应归一化(LRN)并未提高准确性。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Simonyan, Karen, and Andrew Zisserman. “Very deep convolutional networks for large-scale image recognition.” arXiv preprint arXiv:1409.1556 (2014). [Citations: 1986].


1 Motivation

[Ways to Improve Accuracy]
• Use small fliter size and small stride in the first conv layer.
• Training and testing the network densely over the whole image and over multiple scales.
• Depth of the network.


2 Architecture

[In a Nutshell (138M Parameters)]
• Input (3 × 224 × 224).
• conv1-1 (64@3 × 3, s1, p1), relu1-1.
• conv1-2 (64@3 × 3, s1, p1), relu1-2.
• pool1 (2 × 2, s2), output 64 × 112 × 112.
• conv2-1 (128@3 × 3, s1, p1), relu2-1.
• conv2-2 (128@3 × 3, s1, p1), relu2-2.
• pool2 (2 × 2, s2), output 128 × 56 × 56.
• conv3-1 (256@3 × 3, s1, p1), relu3-1.
• conv3-2 (256@3 × 3, s1, p1), relu3-2.
• conv3-3 (256@3 ×
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值