paper-with-me

홈 › Papers

EmProx: Neural Network Performance Estimation For Neural Architecture Search

2022-06-13 · G. G. H. Franken, P. Singh, J. Vanschoren

Common Neural Architecture Search methods generate large amounts of candidate architectures that need training in order to assess their performance and find an optimal architecture. To minimize the search time we use different performance estimation strategies. The effectiveness of such strategies varies in terms of accuracy and fit and query time. This study proposes a new method, EmProx Score (Embedding Proximity Score). Similar to Neural Architecture Optimization (NAO), this method maps candidate architectures to a continuous embedding space using an encoder-decoder framework. The performance of candidates is then estimated using weighted kNN based on the embedding vectors of architectures of which the performance is known. Performance estimations of this method are comparable to the MLP performance predictor used in NAO in terms of accuracy, while being nearly nine times faster to train compared to NAO. Benchmarking against other performance estimation strategies currently used shows similar to better accuracy, while being five up to eighty times faster.

📄 PDF Abstract BibTeX arXiv:2206.05972

Code (1)

gideonfr/emprox 공식 구현 pytorch

Tasks

BenchmarkingDecoderNeural Architecture Search

Similar Papers 제목 키워드 기반

Sequential Recommendation on Temporal Proximities with Contrastive Learning and Self-Attention

2024-02-15 · Hansol Jung, Hyunwoo Seo, Chiehyeon Lim

Sequential recommender systems identify user preferences from their past interactions to predict subsequent items optimally. Although traditional deep-learning-based models and modern transformer-based models in previous…

Contrastive LearningRecommendation SystemsSequential Recommendation

Lightweight Monocular Depth with a Novel Neural Architecture Search Method

2021-08-25 · Lam Huynh, Phong Nguyen, Jiri Matas, Esa Rahtu 외

This paper presents a novel neural architecture search method, called LiDNAS, for generating lightweight monocular depth estimation models. Unlike previous neural architecture search (NAS) approaches, where finding optim…

Depth EstimationDiversityMonocular Depth EstimationNeural Architecture Search

EPE-NAS: Efficient Performance Estimation Without Training for Neural Architecture Search

2021-02-16 · Vasco Lopes, Saeid Alirezazadeh, Luís A. Alexandre

Neural Architecture Search (NAS) has shown excellent results in designing architectures for computer vision problems. NAS alleviates the need for human-defined settings by automating architecture design and engineering. …

GPUNeural Architecture Search

Rethinking Performance Estimation in Neural Architecture Search

2020-05-20 · CVPR 2020 6 · Xiawu Zheng, Rongrong Ji, Qiang Wang, Qixiang Ye 외

Neural architecture search (NAS) remains a challenging problem, which is attributed to the indispensable and time-consuming component of performance estimation (PE). In this paper, we provide a novel yet systematic rethi…

Neural Architecture Search

Zero-Shot Neural Architecture Search with Weighted Response Correlation

2025-07-08 · Kun Jing, Luoyu Chen, Jungang Xu, Jianwei Tai 외 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 tr…

Neural Architecture Search