[2603.00099] SEval-NAS: A Search-Agnostic Evaluation for Neural Architecture Search
About this article
Abstract page for arXiv paper 2603.00099: SEval-NAS: A Search-Agnostic Evaluation for Neural Architecture Search
Computer Science > Machine Learning arXiv:2603.00099 (cs) [Submitted on 17 Feb 2026] Title:SEval-NAS: A Search-Agnostic Evaluation for Neural Architecture Search Authors:Atah Nuh Mih, Jianzhou Wang, Truong Thanh Hung Nguyen, Hung Cao View a PDF of the paper titled SEval-NAS: A Search-Agnostic Evaluation for Neural Architecture Search, by Atah Nuh Mih and 3 other authors View PDF HTML (experimental) Abstract:Neural architecture search (NAS) automates the discovery of neural networks that meet specified criteria, yet its evaluation procedures are often hardcoded, limiting the ability to introduce new metrics. This issue is especially pronounced in hardware-aware NAS, where objectives depend on target devices such as edge hardware. To address this limitation, we propose SEval-NAS, a metric-evaluation mechanism that converts architectures to strings, embeds them as vectors, and predicts performance metrics. Using NATS-Bench and HW-NAS-Bench, we evaluated accuracy, latency, and memory. Kendall's $\tau$ correlations showed stronger latency and memory predictions than accuracy, indicating the suitability of SEval-NAS as a hardware cost predictor. We further integrated SEval-NAS into FreeREA to evaluate metrics not originally included. The method successfully ranked FreeREA-generated architectures, maintained search time, and required minimal algorithmic changes. Our implementation is available at: this https URL Comments: Subjects: Machine Learning (cs.LG); Artificial Intelligenc...