Training-free Neural Architecture Search through Variance of Knowledge of Deep Network Weights
Ondřej Týbl, Lukáš Neumann
TL;DR
This paper tackles the high computational cost of Neural Architecture Search by proposing a training-free proxy, VKDNW, grounded in Fisher Information theory to estimate a deep network’s trainability without training. VKDNW quantifies weight-estimation difficulty via the spectrum of the empirical Fisher Information Matrix and uses entropy over the spectrum’s deciles, with a simple additive or aggregated ranking variant to compare architectures. The authors introduce a new evaluation metric, nDCG, to better assess a proxy’s ability to identify top-performing networks, and they demonstrate state-of-the-art results on NAS-Bench-201 and MobileNetV2 search spaces, including robustness to random inputs. The approach yields a zero-cost, scalable NAS method that complements existing proxies and provides strong theoretical grounding, with public code enabling reproducibility.
Abstract
Deep learning has revolutionized computer vision, but it achieved its tremendous success using deep network architectures which are mostly hand-crafted and therefore likely suboptimal. Neural Architecture Search (NAS) aims to bridge this gap by following a well-defined optimization paradigm which systematically looks for the best architecture, given objective criterion such as maximal classification accuracy. The main limitation of NAS is however its astronomical computational cost, as it typically requires training each candidate network architecture from scratch. In this paper, we aim to alleviate this limitation by proposing a novel training-free proxy for image classification accuracy based on Fisher Information. The proposed proxy has a strong theoretical background in statistics and it allows estimating expected image classification accuracy of a given deep network without training the network, thus significantly reducing computational cost of standard NAS algorithms. Our training-free proxy achieves state-of-the-art results on three public datasets and in two search spaces, both when evaluated using previously proposed metrics, as well as using a new metric that we propose which we demonstrate is more informative for practical NAS applications. The source code is publicly available at http://www.github.com/ondratybl/VKDNW
