paper-with-me

홈 › Papers

Zero-Shot Neural Architecture Search with Weighted Response Correlation

2025-07-08 · Kun Jing, Luoyu Chen, Jungang Xu, Jianwei Tai, Yiyu Wang, Shuaimin Li arxiv

Neural architecture search (NAS) is a promising approach for automatically designing neural network architectures. However, the architecture estimation of NAS is computationally expensive and time-consuming because of training multiple architectures from scratch. Although existing zero-shot NAS methods use training-free proxies to accelerate the architecture estimation, their effectiveness, stability, and generality are still lacking. We present a novel training-free estimation proxy called weighted response correlation (WRCor). WRCor utilizes correlation coefficient matrices of responses across different input samples to calculate the proxy scores of estimated architectures, which can measure their expressivity and generalizability. Experimental results on proxy evaluation demonstrate that WRCor and its voting proxies are more efficient estimation strategies than existing proxies. We also apply them with different search strategies in architecture search. Experimental results on architecture search show that our zero-shot NAS algorithm outperforms most existing NAS algorithms in different search spaces. Our NAS algorithm can discover an architecture with a 22.1% test error on the ImageNet-1k dataset within 4 GPU hours. All codes are publicly available at https://github.com/kunjing96/ZSNAS-WRCor.git.

📄 PDF Abstract BibTeX arXiv:2507.08841

Code (0)

등록된 구현이 없습니다.

Tasks

Neural Architecture Search

Results from the Paper

RankTaskDatasetModelMetrics
#54 Neural Architecture Search ImageNet Zero-Shot Neural Architecture Search wit Top-1 Error Rate: 22.1

Similar Papers 제목 키워드 기반

MedAI Dialog Corpus (MEDIC): Zero-Shot Classification of Doctor and AI Responses in Health Consultations

2023-10-19 · Olumide E. Ojo, Olaronke O. Adebanji, Alexander Gelbukh, Hiram Calvo 외

Zero-shot classification enables text to be classified into classes not seen during training. In this study, we examine the efficacy of zero-shot learning models in classifying healthcare consultation responses from Doct…

Classificationtext-classificationText ClassificationXLM-R+2

W-PCA Based Gradient-Free Proxy for Efficient Search of Lightweight Language Models

2025-04-22 · Shang Wang

The demand for efficient natural language processing (NLP) systems has led to the development of lightweight language models. Previous work in this area has primarily focused on manual design or training-based neural arc…

Neural Architecture Search

COSTA: Co-Occurrence Statistics for Zero-Shot Classification

2014-06-01 · CVPR 2014 6 · Thomas Mensink, Efstratios Gavves, Cees G. M. Snoek

In this paper we aim for zero-shot classification, that is visual recognition of an unseen class by using knowledge transfer from known classes. Our main contribution is COSTA, which exploits co-occurrences of visual con…

ClassificationFew-Shot LearningGeneral ClassificationTransfer Learning+2

ZiCo-BC: A Bias Corrected Zero-Shot NAS for Vision Tasks

2023-09-26 · Kartikeya Bhardwaj, Hsin-Pai Cheng, Sweta Priyadarshi, Zhuojin Li

Zero-Shot Neural Architecture Search (NAS) approaches propose novel training-free metrics called zero-shot proxies to substantially reduce the search time compared to the traditional training-based NAS. Despite the succe…

image-classificationImage ClassificationNeural Architecture Searchobject-detection+3

Zero-Shot Neural Architecture Search: Challenges, Solutions, and Opportunities

2023-07-05 · Guihong Li, Duc Hoang, Kartikeya Bhardwaj, Ming Lin 외

Recently, zero-shot (or training-free) Neural Architecture Search (NAS) approaches have been proposed to liberate NAS from the expensive training process. The key idea behind zero-shot NAS approaches is to design proxies…

Neural Architecture Search