junxnone / aiwiki

AI Wiki
https://junxnone.github.io/aiwiki
18 stars 2 forks source link

ML AutoML NAS NASNet #395

Open junxnone opened 5 years ago

junxnone commented 5 years ago

NASNet

Arch

Arch Blocks
image image
Cell = B Block / Each Block predict 5 Steps

image

Step 3/4 可选 Operations Step 5 可选 Operation / Combine two hidden states
identity element-wise addition
1x3 then 3x1 convolution concatenation

1x7 then 7x1 convolution 3x3 dilated convolution 3x3 average pooling 3x3 max pooling 5x5 max pooling 7x7 max pooling 1x1 convolution 3x3 convolution 3x3 depthwise-separable conv 5x5 depthwise-seperable conv 7x7 depthwise-separable conv

Search Result NASNet-A/B/C

Name Description
NASNet-A - B=5
NASNet-B - B=4
- 最后没有Concatenate
- Layer Normalization & Instance Normalization
NASNet-C - B=4
- Layer Normalization & Instance Normalization

搜素到的相对比较好的 Normal Cell & Reduction Cell - NASNet-A -- | image

NASNet-B NASNet-C
image image

Layer Normalization Instance Normalization

Reference

junxnone commented 5 years ago

junxnone/tech-io#107 junxnone/tech-io#805