Folder | Purpose |
---|---|
/checkpoints |
saved checkpoints |
/dfme |
dfme code simplified |
/models |
standard architectures and dynamic networks |
/experiments |
scripts for the experiments conducted |
Key | Value |
---|---|
Number of queries | 10M (20M used in the DFME paper) |
Dataset | CIFAR10 |
Teacher | Static Student | Dynamic Student |
---|---|---|
ResNet 18 | 46.24 | 48.41 |
ResNet 34 | 41.09 | 47.24 |
ResNet 50 | 40.12 | 42.75 |
Teacher | Test Accuracy | Gate Activations |
---|---|---|
ResNet 18 | 48.41 | x-xxx-xx |
ResNet 34 | 47.24 | xxxx--x- |
ResNet 50 | 42.75 | ----xxx- |
MobileNet V2 | 51.24 | |
Inception V3 | 42.53 | --xx-x-- |
GoogleNet | 42.14 | --xxx--- |
Student Architecture | Test Accuracy |
---|---|
Baseline Resnet 18 8x | 41.09 |
Gated Resnet 18 8x | 47.24 |
Resnet 18 8x cascaded with Resnet 50 (based on logit threshold) | 41.14 |
Dynamic convolutions in Resnet 18 8x | 45.13 |
Skip Nets | Could not explore |