模型壓縮(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算法詳解

相關文章
相關標籤/搜索