paper-with-me

홈 › Papers

From Regression to Inference: Meta-Learning Predictors for Neural Architecture Search

2026-05-10 · Liping Deng, MingQing Xiao arxiv

Prediction-based approaches are widely used in neural architecture search (NAS), where a predictor estimates the performance of candidate architectures to guide selection. However, existing predictors are typically trained via supervised regression on limited samples, leading to overfitting and poor generalization to unseen architectures. In this work, we propose a fundamentally different formulation that models performance prediction as a conditional function inference problem using a Convolutional Neural Process (ConvNP) with meta-learning capabilities. Instead of fitting a fixed mapping to limited samples, our approach meta-learns to infer performance from partial observations by training with context-target splits across a group of synthesized tasks, explicitly optimizing for generalization under data scarcity and aligning the training procedure with the deployment setting in NAS. We further design simple yet effective meta-features for cell-based architectures and evaluate our method on NAS-Bench-101 and NAS-Bench-201. Extensive experiments show that our approach consistently improves top-K ranking quality and achieves the state-of-the-art architecture selection using limited samples.

📄 PDF Abstract BibTeX arXiv:2605.09290

Code (0)

등록된 구현이 없습니다.

Tasks

Neural Architecture Search

Similar Papers 제목 키워드 기반

Two-step penalised logistic regression for multi-omic data with an application to cardiometabolic syndrome

2020-08-01 · Alessandra Cabassi, Denis Seyres, Mattia Frontini, Paul D. W. Kirk

Building classification models that predict a binary class label on the basis of high dimensional multi-omics datasets poses several challenges, due to the typically widely differing characteristics of the data layers in…

regressionVariable Selection

Meta-learning of Sequential Strategies

2019-05-08 · Pedro A. Ortega, Jane. X. Wang, Mark Rowland, Tim Genewein 외

In this report we review memory-based meta-learning as a tool for building sample-efficient strategies that learn from past experience to adapt to any task within a target class. Our goal is to equip the reader with the …

Meta-Learning

Predicting Survivability of Cancer Patients with Metastatic Patterns Using Explainable AI

2025-04-07 · Polycarp Nalela, Deepthi Rao, Praveen Rao

Cancer remains a leading global health challenge and a major cause of mortality. This study leverages machine learning (ML) to predict the survivability of cancer patients with metastatic patterns using the comprehensive…

PrognosisSurvival Analysis

A Novel Training Protocol for Performance Predictors of Evolutionary Neural Architecture Search Algorithms

2020-08-30 · Yanan Sun, Xian Sun, Yuhan Fang, Gary Yen

Evolutionary Neural Architecture Search (ENAS) can automatically design the architectures of Deep Neural Networks (DNNs) using evolutionary computation algorithms. However, most ENAS algorithms require intensive computat…

Neural Architecture Searchregression

Multi-Predict: Few Shot Predictors For Efficient Neural Architecture Search

2023-06-04 · Yash Akhauri, Mohamed S. Abdelfattah

Many hardware-aware neural architecture search (NAS) methods have been developed to optimize the topology of neural networks (NN) with the joint objectives of higher accuracy and lower latency. Recently, both accuracy an…

Hardware Aware Neural Architecture SearchMeta-LearningNeural Architecture Search