MobileNets

Paper : MobileNets: Efficient Convolutional Neural Networks for Mobile Vision
Applications

Code : unofficial

摘要

与Xception一样都是以depthwise separate convolution作为核心扩展开的网络结构,MobileNet更倾向于低算力,有关depthwise separate convolution和Xception的内容见blog

网络结构

MobileNet 网络结构,网络的第一层是一个普通的卷积层,其他是depthwise separate conv

image.png

该网络结构中,每一个Conv均表示Conv-BN-ReLU结构

普通卷积核和separate conv

在这里插入图片描述

宽度缩放因子 α \alpha α:使用 α \alpha α将网络宽度降低,即对于输入输出通道数分别为 c in , c out \text{c}_{\text{in}},\text{c}_{\text{out}} cin,cout的网络层,新的通道数为 α ⋅ c in , α c out \alpha \cdot \text{c}_{\text{in}},\alpha \text{c}_{\text{out}} αcin,αcout α = 1 \alpha = 1 α=1即为原始MobileNet

分辨率缩放因子 ρ \rho ρ:使用 ρ \rho ρ将网络分辨率降低,即对于输入输出为 w in × h in , w out × h out \text{w}_{\text{in}}\times\text{h}_{\text{in}},\text{w}_{\text{out}}\times \text{h}_{\text{out}} win×hin,wout×hout的网络层,新的输入输出宽度为 ρ w in × ρ h in , ρ w out × ρ h out \rho\text{w}_{\text{in}}\times\rho\text{h}_{\text{in}},\rho\text{w}_{\text{out}}\times\rho \text{h}_{\text{out}} ρwin×ρhin,ρwout×ρhout

核心观点

  1. 放弃池化层直接采用stride = 2的卷积,节约计算量
  2. depthwise separate conv的使用
  3. 引入宽度缩放因子和分辨率缩放因子用于减小参数量,降低计算量
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值