paper-with-me

홈 › Papers

AZ-NAS: Assembling Zero-Cost Proxies for Network Architecture Search

2024-03-28 · CVPR 2024 1 · Junghyup Lee, Bumsub Ham

Training-free network architecture search (NAS) aims to discover high-performing networks with zero-cost proxies, capturing network characteristics related to the final performance. However, network rankings estimated by previous training-free NAS methods have shown weak correlations with the performance. To address this issue, we propose AZ-NAS, a novel approach that leverages the ensemble of various zero-cost proxies to enhance the correlation between a predicted ranking of networks and the ground truth substantially in terms of the performance. To achieve this, we introduce four novel zero-cost proxies that are complementary to each other, analyzing distinct traits of architectures in the views of expressivity, progressivity, trainability, and complexity. The proxy scores can be obtained simultaneously within a single forward and backward pass, making an overall NAS process highly efficient. In order to integrate the rankings predicted by our proxies effectively, we introduce a non-linear ranking aggregation method that highlights the networks highly-ranked consistently across all the proxies. Experimental results conclusively demonstrate the efficacy and efficiency of AZ-NAS, outperforming state-of-the-art methods on standard benchmarks, all while maintaining a reasonable runtime cost.

📄 PDF Abstract BibTeX arXiv:2403.19232

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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

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

Auto-Prox: Training-Free Vision Transformer Architecture Search via Automatic Proxy Discovery

2023-12-14 · Zimian Wei, Lujun Li, Peijie Dong, Zheng Hui 외

The substantial success of Vision Transformer (ViT) in computer vision tasks is largely attributed to the architecture design. This underscores the necessity of efficient architecture search for designing better ViTs aut…

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

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