Adaptive Deep Neural Network Inference Optimization with EENet
Fatih Ilhan, Ka-Ho Chow, Sihao Hu, Tiansheng Huang, Selim Tekin, Wenqi, Wei, Yanzhao Wu, Myungjin Lee, Ramana Kompella, Hugo Latapie, Gaowen Liu,, Ling Liu

TL;DR
EENet is a novel framework that optimizes early-exiting in multi-exit DNNs, improving inference efficiency and accuracy by learning an adaptive scheduling policy based on confidence levels.
Contribution
The paper introduces EENet, a learned early-exiting scheduler that outperforms heuristic methods in adaptive DNN inference across multiple datasets.
Findings
EENet achieves higher accuracy with reduced inference time.
It outperforms existing early exit techniques on various datasets.
The framework provides interpretable visualizations of its decision process.
Abstract
Well-trained deep neural networks (DNNs) treat all test samples equally during prediction. Adaptive DNN inference with early exiting leverages the observation that some test examples can be easier to predict than others. This paper presents EENet, a novel early-exiting scheduling framework for multi-exit DNN models. Instead of having every sample go through all DNN layers during prediction, EENet learns an early exit scheduler, which can intelligently terminate the inference earlier for certain predictions, which the model has high confidence of early exit. As opposed to previous early-exiting solutions with heuristics-based methods, our EENet framework optimizes an early-exiting policy to maximize model accuracy while satisfying the given per-sample average inference budget. Extensive experiments are conducted on four computer vision datasets (CIFAR-10, CIFAR-100, ImageNet, Cityscapes)…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Adaptive Deep Neural Network Inference Optimization With EENet· youtube
Taxonomy
TopicsAdvanced Neural Network Applications · Medical Image Segmentation Techniques · Age of Information Optimization
MethodsTest · Early exiting using confidence measures
