Multi-Objective Hardware Aware Neural Architecture Search using Hardware Cost Diversity
Nilotpal Sinha, Peyman Rostami, Abd El Rahman Shabayek, Anis Kacem, Djamila Aouada
TL;DR
This work tackles the high computational cost of hardware-aware NAS by proposing MO-HDNAS, a three-objective evolutionary method that optimizes a representation-similarity score to a reference model $\phi(\alpha^*, \alpha)$, a hardware cost $\Psi(\alpha)$, and a hardware-cost-diversity term $\chi(\alpha, \mathcal{P})$ to promote exploration. By leveraging NSGA-II, MO-HDNAS discovers a Pareto front of architectures in a single run across six edge devices, reducing search time versus prior single-objective approaches. The framework is evaluated on NAS-Bench-201 with HW-NAS-Bench data across CIFAR-10/100 and ImageNet-16-120, demonstrating diverse, high-performing architectures with substantially lower GPU-hours (e.g., $\approx$32x faster) and improved exploration due to the diversity objective. Ablation studies show that hardware-cost diversity sustains population diversity across generations, enabling the discovery of architectures with a broader range of latency-accuracy trade-offs. The proposed method offers a practical, efficient pathway for hardware-aware NAS on resource-constrained platforms.
Abstract
Hardware-aware Neural Architecture Search approaches (HW-NAS) automate the design of deep learning architectures, tailored specifically to a given target hardware platform. Yet, these techniques demand substantial computational resources, primarily due to the expensive process of assessing the performance of identified architectures. To alleviate this problem, a recent direction in the literature has employed representation similarity metric for efficiently evaluating architecture performance. Nonetheless, since it is inherently a single objective method, it requires multiple runs to identify the optimal architecture set satisfying the diverse hardware cost constraints, thereby increasing the search cost. Furthermore, simply converting the single objective into a multi-objective approach results in an under-explored architectural search space. In this study, we propose a Multi-Objective method to address the HW-NAS problem, called MO-HDNAS, to identify the trade-off set of architectures in a single run with low computational cost. This is achieved by optimizing three objectives: maximizing the representation similarity metric, minimizing hardware cost, and maximizing the hardware cost diversity. The third objective, i.e. hardware cost diversity, is used to facilitate a better exploration of the architecture search space. Experimental results demonstrate the effectiveness of our proposed method in efficiently addressing the HW-NAS problem across six edge devices for the image classification task.
