paper-with-me

홈 › Papers

A Deeper Look at Zero-Cost Proxies for Lightweight NAS

2022-01-17 · ICLR Track Blog 2022 5 · Anonymous

While early algorithms for neural architecture search (NAS) used extreme computational budgets, recent techniques have aimed to lower the computation time. Very recently, a new family of techniques were introduced to approximate the performance of neural architectures in just five seconds: so-called "zero-cost proxies" (Mellor et al. 2020; Abdelfattah et al. 2021). However, two recent papers have showed that simple baselines such as "number of parameters" are competitive, casting doubt on the efficacy of zero-cost proxies (Ning et al. 2021, Chen et al. 2021). In this blog post, we take a deeper look at zero-cost proxies for NAS. We survey prior work and then run new experiments using the recent NAS-Bench-360 and TransNAS-Bench-101 benchmarks, which give a much more diverse set of datasets and tasks than all prior work. We find that there are no clear "best" zero-cost proxies across all tasks, and we confirm that simple baselines are consistently competitive with proposed zero-cost proxies. However, we also conclude that zero-cost proxies have great potential in NAS, especially when used in combination with other methods or to improve the performance of existing methods at very little additional cost. Overall, we provide a landscape overview of this promising area, highlight strengths and weaknesses, and shed light on future research in this direction.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Neural Architecture Search

Similar Papers 제목 키워드 기반

Zero-Cost Proxies for Lightweight NAS

2021-01-20 · ICLR 2021 1 · Mohamed S. Abdelfattah, Abhinav Mehrotra, Łukasz Dudziak, Nicholas D. Lane

Neural Architecture Search (NAS) is quickly becoming the standard methodology to design neural network models. However, NAS is typically compute-intensive because multiple models need to be evaluated before choosing the …

Neural Architecture Search

ParZC: Parametric Zero-Cost Proxies for Efficient NAS

2024-02-03 · Peijie Dong, Lujun Li, Xinglin Pan, Zimian Wei 외

Recent advancements in Zero-shot Neural Architecture Search (NAS) highlight the efficacy of zero-cost proxies in various NAS benchmarks. Several studies propose the automated design of zero-cost proxies to achieve SOTA p…

Neural Architecture Search

EZNAS: Evolving Zero Cost Proxies For Neural Architecture Scoring

2022-09-15 · Yash Akhauri, J. Pablo Munoz, Nilesh Jain, Ravi Iyer

Neural Architecture Search (NAS) has significantly improved productivity in the design and deployment of neural networks (NN). As NAS typically evaluates multiple models by training them partially or completely, the impr…

Neural Architecture Search

An Evaluation of Zero-Cost Proxies -- from Neural Architecture Performance to Model Robustness

2023-07-18 · Jovita Lukasik, Michael Moeller, Margret Keuper

Zero-cost proxies are nowadays frequently studied and used to search for neural architectures. They show an impressive ability to predict the performance of architectures by making use of their untrained weights. These t…

Feature Importance

ProxyBO: Accelerating Neural Architecture Search via Bayesian Optimization with Zero-cost Proxies

2021-10-20 · Yu Shen, Yang Li, Jian Zheng, Wentao Zhang 외

Designing neural architectures requires immense manual efforts. This has promoted the development of neural architecture search (NAS) to automate the design. While previous NAS methods achieve promising results but run s…

Bayesian OptimizationNeural Architecture Search