junxnone / aiwiki

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

ML AutoML NAS OneShot #393

Open junxnone opened 4 years ago

junxnone commented 4 years ago

One-Shot

Optimization Description Examples
Coupled 网络结构和权重 & 子网络结构之间 DARTS
ENAS
Decoupled 网络结构和权重 Understanding and Simplifying One-Shot Architecture Search
Single Path One-Shot Neural Architecture Search with Uniform Sampling

Arch

Building Block Evaluation
image image

image

Steps

Search Space

Choice Block

Choice Block Operations Example
identity Input -> Output
a pair of depthwise separable 3x3 convolutions Input -> 3x3 Conv -> 3x3 Conv -> Output
a pair of depthwise separable 5x5 convolutions Input -> 5x5 Conv -> 5x5 Conv -> Output
a pair of depthwise separable 7x7 convolutions Input -> 7x7 Conv -> 7x7 Conv -> Output
a 1x7 convolution followed by a 7x1 convolution Input -> 1x7 Conv -> 7x1 Conv -> Output
a max pooling layer Input -> Max Pool -> Output
an average pooling layer Input -> Avg Pool -> Output

Reference

junxnone commented 4 years ago

junxnone/tech-io#805