junxnone / aiwiki

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

ML AutoML NAS PNAS #388

Open junxnone opened 3 years ago

junxnone commented 3 years ago

PNAS

Arch

Operator

3x3 depthwise-separable convolution 5x5 depthwise-separable convolution 7x7 depthwise-separable convolution 1x7 followed by 7x1 convolution identity 3x3 average pooling 3x3 max pooling 3x3 dilated convolution

Search Space

Name Formula
Possible Block image
Block b Input image
Operation image
Combination image
For b = 1 image
B1 = 2x2x8x8x1 = 256
B = 5
Cell = Block x 5
B1:5 = 4x64 x 9x64 x 16x64 x 25x64 x 36x64 = 5.6 x10e14
去掉对称 Cells ~10e12

Algos

image

image

Surrogate Model

LSTM & MLP -- | image

Search Result

image

Reference

junxnone commented 3 years ago

junxnone/tech-io#805