paper-with-me

홈 › Papers

Robustifying and Boosting Training-Free Neural Architecture Search

2024-03-12 · Zhenfeng He, Yao Shu, Zhongxiang Dai, Bryan Kian Hsiang Low

Neural architecture search (NAS) has become a key component of AutoML and a standard tool to automate the design of deep neural networks. Recently, training-free NAS as an emerging paradigm has successfully reduced the search costs of standard training-based NAS by estimating the true architecture performance with only training-free metrics. Nevertheless, the estimation ability of these metrics typically varies across different tasks, making it challenging to achieve robust and consistently good search performance on diverse tasks with only a single training-free metric. Meanwhile, the estimation gap between training-free metrics and the true architecture performances limits training-free NAS to achieve superior performance. To address these challenges, we propose the robustifying and boosting training-free NAS (RoBoT) algorithm which (a) employs the optimized combination of existing training-free metrics explored from Bayesian optimization to develop a robust and consistently better-performing metric on diverse tasks, and (b) applies greedy search, i.e., the exploitation, on the newly developed metric to bridge the aforementioned gap and consequently to boost the search performance of standard training-free NAS further. Remarkably, the expected performance of our RoBoT can be theoretically guaranteed, which improves over the existing training-free NAS under mild conditions with additional interesting insights. Our extensive experiments on various NAS benchmark tasks yield substantial empirical evidence to support our theoretical results.

📄 PDF Abstract BibTeX arXiv:2403.07591

Code (1)

hzf1174/robot 공식 구현 pytorch

Tasks

AutoMLBayesian OptimizationNeural Architecture Search

Similar Papers 제목 키워드 기반

ROME: Robustifying Memory-Efficient NAS via Topology Disentanglement and Gradient Accumulation

2020-11-23 · ICCV 2023 1 · Xiaoxing Wang, Xiangxiang Chu, Yuda Fan, Zhexi Zhang 외

Albeit being a prevalent architecture searching approach, differentiable architecture search (DARTS) is largely hindered by its substantial memory cost since the entire supernet resides in the memory. This is where the s…

DisentanglementNeural Architecture Search

Improving the Robustness of Dense Retrievers Against Typos via Multi-Positive Contrastive Learning

2024-03-16 · Georgios Sidiropoulos, Evangelos Kanoulas

Dense retrieval has become the new paradigm in passage retrieval. Despite its effectiveness on typo-free queries, it is not robust when dealing with queries that contain typos. Current works on improving the typo-robustn…

Contrastive LearningData AugmentationPassage RetrievalRetrieval

Unifying and Boosting Gradient-Based Training-Free Neural Architecture Search

2022-01-24 · Yao Shu, Zhongxiang Dai, Zhaoxuan Wu, Bryan Kian Hsiang Low

Neural architecture search (NAS) has gained immense popularity owing to its ability to automate neural architecture design. A number of training-free metrics are recently proposed to realize NAS without training, hence m…

Neural Architecture Search

Operation-Level Early Stopping for Robustifying Differentiable NAS

2023-09-21 · NeurIPS 2023 11

Differentiable NAS (DARTS) is a simple and efficient neural architecture search method that has been extensively adopted in various machine learning tasks. % Nevertheless, DARTS still encounters several robustness issue…

NASA: Neural Architecture Search and Acceleration for Hardware Inspired Hybrid Networks

2022-10-24 · Huihong Shi, Haoran You, Yang Zhao, Zhongfeng Wang 외

Multiplication is arguably the most cost-dominant operation in modern deep neural networks (DNNs), limiting their achievable efficiency and thus more extensive deployment in resource-constrained applications. To tackle t…

Neural Architecture Search