EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks
Paper • 1905.11946 • Published • 4
EfficientNet-Lite is a family of mobile and IoT-friendly image classification models derived from EfficientNet and optimized for efficient inference on mobile CPUs, GPUs, and Edge TPUs, with modifications that improve quantization and hardware compatibility.
Original paper: EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks
This model uses the EfficientNet-Lite0 architecture, which removes squeeze-and-excitation modules, replaces Swish with ReLU6, and keeps the stem and head fixed across scaled variants to reduce latency and improve post-training quantization.
Model Configuration:
| Model | Device | compression | Model Link |
|---|---|---|---|
| EfficientNet-Lite0 | N1-655 | Activation_fp16 | Model_Link |
| EfficientNet-Lite0 | N1-655 | Amba_optimized | Model_Link |
| EfficientNet-Lite0 | X7 | Activation_fp16 | Model_Link |
| EfficientNet-Lite0 | X7 | Amba_optimized | Model_Link |
| EfficientNet-Lite0 | CV7 | Activation_fp16 | Model_Link |
| EfficientNet-Lite0 | CV7 | Amba_optimized | Model_Link |
| EfficientNet-Lite0 | CV72 | Activation_fp16 | Model_Link |
| EfficientNet-Lite0 | CV72 | Amba_optimized | Model_Link |
| EfficientNet-Lite0 | CV75 | Activation_fp16 | Model_Link |
| EfficientNet-Lite0 | CV75 | Amba_optimized | Model_Link |