vix.ing · top · new · best · stats · spec

Combining Neural Architecture Search and Automatic Code Optimization: A Survey

2024/08/07 by Inas Bachiri, Bachiri, Inas, Hadjer Benmeziane +9
Computer Science · #FOS: Computer and information sciences #Fuzzy Logic and Control Systems #Machine Learning (cs.LG) #Programming Languages (cs.PL)

paper · pdf · doi:10.48550/arxiv.2408.04116

openalex publication_date 2024/08/07 · openalex created_date 2024/10/16 · openalex updated_date 2026/07/28

Abstract

Deep Learning models have experienced exponential growth in complexity and resource demands in recent years. Accelerating these models for efficient execution on resource-constrained devices has become more crucial than ever. Two notable techniques employed to achieve this goal are Hardware-aware Neural Architecture Search (HW-NAS) and Automatic Code Optimization (ACO). HW-NAS automatically designs accurate yet hardware-friendly neural networks, while ACO involves searching for the best compiler optimizations to apply on neural networks for efficient mapping and inference on the target hardware. This survey explores recent works that combine these two techniques within a single framework. We present the fundamental principles of both domains and demonstrate their sub-optimality when performed independently. We then investigate their integration into a joint optimization process that we call Hardware Aware-Neural Architecture and Compiler Optimizations co-Search (NACOS).

Related