Geometry-Aware Gradient Algorithms for Neural Architecture Search
Liam Li, Mikhail Khodak, Maria-Florina Balcan, Ameet Talwalkar

TL;DR
This paper introduces a geometry-aware optimization framework for neural architecture search that leverages mirror descent to efficiently find high-quality architectures, achieving state-of-the-art results on major benchmarks.
Contribution
It proposes a novel geometry-aware optimization method based on mirror descent for NAS, improving convergence and accuracy over existing approaches.
Findings
Achieves state-of-the-art accuracy on CIFAR and ImageNet.
Exceeds previous best results on NAS-Bench201.
Attains near-oracle performance on CIFAR-10 and CIFAR-100.
Abstract
Recent state-of-the-art methods for neural architecture search (NAS) exploit gradient-based optimization by relaxing the problem into continuous optimization over architectures and shared-weights, a noisy process that remains poorly understood. We argue for the study of single-level empirical risk minimization to understand NAS with weight-sharing, reducing the design of NAS methods to devising optimizers and regularizers that can quickly obtain high-quality solutions to this problem. Invoking the theory of mirror descent, we present a geometry-aware framework that exploits the underlying structure of this optimization to return sparse architectural parameters, leading to simple yet novel algorithms that enjoy fast convergence guarantees and achieve state-of-the-art accuracy on the latest NAS benchmarks in computer vision. Notably, we exceed the best published results for both CIFAR and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Advanced Image and Video Retrieval Techniques
MethodsDifferentiable Architecture Search · Sigmoid Activation · Tanh Activation · Softmax · Long Short-Term Memory
