Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

NAS-LID: Efficient Neural Architecture Search with Local Intrinsic Dimension

About

One-shot neural architecture search (NAS) substantially improves the search efficiency by training one supernet to estimate the performance of every possible child architecture (i.e., subnet). However, the inconsistency of characteristics among subnets incurs serious interference in the optimization, resulting in poor performance ranking correlation of subnets. Subsequent explorations decompose supernet weights via a particular criterion, e.g., gradient matching, to reduce the interference; yet they suffer from huge computational cost and low space separability. In this work, we propose a lightweight and effective local intrinsic dimension (LID)-based method NAS-LID. NAS-LID evaluates the geometrical properties of architectures by calculating the low-cost LID features layer-by-layer, and the similarity characterized by LID enjoys better separability compared with gradients, which thus effectively reduces the interference among subnets. Extensive experiments on NASBench-201 indicate that NAS-LID achieves superior performance with better efficiency. Specifically, compared to the gradient-driven method, NAS-LID can save up to 86% of GPU memory overhead when searching on NASBench-201. We also demonstrate the effectiveness of NAS-LID on ProxylessNAS and OFA spaces. Source code: https://github.com/marsggbo/NAS-LID.

Xin He, Jiangchao Yao, Yuxin Wang, Zhenheng Tang, Ka Chu Cheung, Simon See, Bo Han, Xiaowen Chu• 2022

Related benchmarks

TaskDatasetResultRank
Image ClassificationImageNet (test)
Top-1 Accuracy77.1
291
Image ClassificationCIFAR-10 NAS-Bench-201 (test)
Accuracy92.9
173
Image ClassificationCIFAR-100 NAS-Bench-201 (test)
Accuracy69.39
169
Image ClassificationCIFAR-10 NAS-Bench-201 (val)
Accuracy89.74
119
Image ClassificationCIFAR-100 NAS-Bench-201 (val)
Accuracy69.38
109
Image ClassificationImageNet
Top-1 Test Error19.5
27
Ranking CorrelationNAS-Bench Top 50 architectures 201
Kendall's Tau0.47
3
Ranking CorrelationNAS-Bench Top 100 architectures 201
Kendall's Tau0.35
3
Ranking CorrelationNAS-Bench Top 150 architectures 201
Kendall's Tau0.34
3
Showing 9 of 9 rows

Other info

Code

Follow for update