paper-with-me

Papers

GreenMachine: Automatic Design of Zero-Cost Proxies for Energy-Efficient NAS

2024-11-22 · Gabriel Cortês, Nuno Lourenço, Penousal Machado

Artificial Intelligence (AI) has driven innovations and created new opportunities across various sectors. However, leveraging domain-specific knowledge often requires automated tools to design and configure models effectively. In the case of Deep Neural Networks (DNNs), researchers and practitioners usually resort to Neural Architecture Search (NAS) approaches, which are resource- and time-intensive, requiring the training and evaluation of numerous candidate architectures. This raises sustainability concerns, particularly due to the high energy demands involved, creating a paradox: the pursuit of the most effective model can undermine sustainability goals. To mitigate this issue, zero-cost proxies have emerged as a promising alternative. These proxies estimate a model's performance without the need for full training, offering a more efficient approach. This paper addresses the challenges of model evaluation by automatically designing zero-cost proxies to assess DNNs efficiently. Our method begins with a randomly generated set of zero-cost proxies, which are evolved and tested using the NATS-Bench benchmark. We assess the proxies' effectiveness using both randomly sampled and stratified subsets of the search space, ensuring they can differentiate between low- and high-performing networks and enhance generalizability. Results show our method outperforms existing approaches on the stratified sampling strategy, achieving strong correlations with ground truth performance, including a Kendall correlation of 0.89 on CIFAR-10 and 0.77 on CIFAR-100 with NATS-Bench-SSS and a Kendall correlation of 0.78 on CIFAR-10 and 0.71 on CIFAR-100 with NATS-Bench-TSS.

📄 PDF Abstract BibTeX arXiv:2411.15290

Code (1)

RodriguesGabriel/greenmachine 공식 구현

Tasks

Neural Architecture Search

Similar Papers 제목 키워드 기반

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…

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

LPZero: Language Model Zero-cost Proxy Search from Zero

2024-10-07 · Peijie Dong, Lujun Li, Xiang Liu, Zhenheng Tang 외

In spite of the outstanding performance, Neural Architecture Search (NAS) is criticized for massive computation. Recently, Zero-shot NAS has emerged as a promising approach by exploiting Zero-cost (ZC) proxies, which mar…

Language ModelingLanguage ModellingNeural Architecture Search

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