模型压缩(2) - Xception

Xception: Deep Learning with Depthwise Separable Convolutions 算法

   

论文地址: Arxiv Paper google

   

Xception 属于google Inception家族中的一员,演变过来的 spa

   

Google Net Inception V3 .net

输入input经过四个path,最后concat获得output blog

   

简化后的Inception module get

将1中结构简化,input经过3组conv1x1 + conv3x3的block,最后concat获得output input

   

变形 it

将2中的module继续简化 io

  • 将conv1x1提到外面
  • 将conv1x1 的output channel 划分为3部分分别进行conv3x3卷积

   

   

极端状况 module

对于conv1x1的output channel (oc),每个oc后面接一个conv3x3,

最后将conv3x3的输出concat获得最终的output

   

Reference

Xception算法详解

相关文章
相关标签/搜索