junxnone / aiwiki

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

ML AutoML NAS ProxylessNAS #387

Open junxnone opened 4 years ago

junxnone commented 4 years ago

ProxylessNAS

Proxy-Based vs Proxy-Less -- | image

Arch

Binarized Architecture parameters -- | image

Cifar-10 Op Set ImageNet Op Set (various kernel sizes/expansion ratios)
3 × 3 dilated depthwise-separable convolution MBConv layers 3x3/3
Identity MBConv layers 3x3/6
3 × 3 depthwise-separable convolution MBConv layers 5x5/3
5 × 5 depthwise-separable convolution MBConv layers 5x5/6
7 × 7 depthwise-separable convolution MBConv layers 7x7/3
3 × 3 average pooling MBConv layers 7x7/6

3 × 3 max pooling

Name DARTS ProxyLess
Output Operation Output 求和 Binary Gate 取一个路径 Output
计算 每次计算 N Path 每次计算 1 Path
Memory M M x N
Update Weights standard gradient descent BinaryConnect

Latency Differentiable

Search Result - GPU/CPU/Mobile

image

Reference

junxnone commented 4 years ago

junxnone/tech-io#805 junxnone/aiwiki#393