NACHOS: Neural Architecture Search for Hardware Constrained Early Exit Neural Networks
Matteo Gambella, Jary Pomponi, Simone Scardapane, and Manuel Roveri

TL;DR
This paper introduces NACHOS, a neural architecture search framework that automatically designs efficient early exit neural networks optimized for accuracy and computational constraints, outperforming existing methods.
Contribution
NACHOS is the first NAS framework to jointly optimize backbone and EECs for EENNs under hardware constraints, providing Pareto optimal solutions.
Findings
NACHOS-designed models are competitive with state-of-the-art EENNs.
The framework effectively balances accuracy and MACs.
Novel regularization terms improve auxiliary classifier optimization.
Abstract
Early Exit Neural Networks (EENNs) endow astandard Deep Neural Network (DNN) with Early Exit Classifiers (EECs), to provide predictions at intermediate points of the processing when enough confidence in classification is achieved. This leads to many benefits in terms of effectiveness and efficiency. Currently, the design of EENNs is carried out manually by experts, a complex and time-consuming task that requires accounting for many aspects, including the correct placement, the thresholding, and the computational overhead of the EECs. For this reason, the research is exploring the use of Neural Architecture Search (NAS) to automatize the design of EENNs. Currently, few comprehensive NAS solutions for EENNs have been proposed in the literature, and a fully automated, joint design strategy taking into consideration both the backbone and the EECs remains an open problem. To this end, this…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Industrial Vision Systems and Defect Detection · Adversarial Robustness in Machine Learning
MethodsSparse Evolutionary Training
