Learn Before
Concept
Benefit and Drawback of Early Exit
The benefits of early exit model include better performance, higher computational speed, and adversarial robustness. In addition, the speed-accuracy trade-off can be adjusted by tuning the exit threshold during inference without retraining the model. The drawback comes along is that the batch size is usually 1 since early exist is applied per-instance.
0
1
Updated 2022-06-25
Tags
Data Science