NEAR: A Training-Free Pre-Estimator of Machine Learning Model Performance

arXiv:2408.08776v23 citationsh-index: 9
AI Analysis

This work addresses the challenge of efficient neural architecture search for researchers and practitioners by providing a training-free method to predict model performance, though it is incremental as it builds on existing zero-cost proxy approaches.

The paper tackles the problem of laborious and computationally expensive neural network design by proposing NEAR, a zero-cost proxy that estimates model performance without training, achieving cutting-edge correlation with accuracy on NAS-Bench-101 and NATS-Bench-SSS/TSS benchmarks.

Artificial neural networks have been shown to be state-of-the-art machine learning models in a wide variety of applications, including natural language processing and image recognition. However, building a performant neural network is a laborious task and requires substantial computing power. Neural Architecture Search (NAS) addresses this issue by an automatic selection of the optimal network from a set of potential candidates. While many NAS methods still require training of (some) neural networks, zero-cost proxies promise to identify the optimal network without training. In this work, we propose the zero-cost proxy \textit{Network Expressivity by Activation Rank} (NEAR). It is based on the effective rank of the pre- and post-activation matrix, i.e., the values of a neural network layer before and after applying its activation function. We demonstrate the cutting-edge correlation between this network score and the model accuracy on NAS-Bench-101 and NATS-Bench-SSS/TSS. In addition, we present a simple approach to estimate the optimal layer sizes in multi-layer perceptrons. Furthermore, we show that this score can be utilized to select hyperparameters such as the activation function and the neural network weight initialization scheme.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes