paper-with-me

Papers

Zero-Shot AutoML with Pretrained Models

2022-06-16 · Ekrem Öztürk, Fabio Ferreira, Hadi S. Jomaa, Lars Schmidt-Thieme, Josif Grabocka, Frank Hutter

Given a new dataset D and a low compute budget, how should we choose a pre-trained model to fine-tune to D, and set the fine-tuning hyperparameters without risking overfitting, particularly if D is small? Here, we extend automated machine learning (AutoML) to best make these choices. Our domain-independent meta-learning approach learns a zero-shot surrogate model which, at test time, allows to select the right deep learning (DL) pipeline (including the pre-trained model and fine-tuning hyperparameters) for a new dataset D given only trivial meta-features describing D such as image resolution or the number of classes. To train this zero-shot model, we collect performance data for many DL pipelines on a large collection of datasets and meta-train on this data to minimize a pairwise ranking objective. We evaluate our approach under the strict time limit of the vision track of the ChaLearn AutoDL challenge benchmark, clearly outperforming all challenge contenders.

📄 PDF Abstract BibTeX arXiv:2206.08476

Code (1)

automl/zero-shot-automl-with-pretrained-models 공식 구현

Tasks

AutoMLMeta-Learning

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Privileged Zero-Shot AutoML

2021-06-25 · Nikhil Singh, Brandon Kates, Jeff Mentch, Anant Kharkar 외

This work improves the quality of automated machine learning (AutoML) systems by using dataset and function descriptions while significantly decreasing computation time from minutes to milliseconds by using a zero-shot a…

AutoMLBIG-bench Machine LearningGraph Neural NetworkRepresentation Learning

BERT-Sort: A Zero-shot MLM Semantic Encoder on Ordinal Features for AutoML

2022-06-01 · AutoML'2022 2022 6 · Mehdi Bahrami, Wei-Peng Chen, Lei Liu, Mukul Prasad

Data pre-processing is one of the key steps in creating machine learning pipelines for tabular data. One of the common data pre-processing operations implemented in AutoML systems is to encode categorical features as num…

AutoML

CLAMS: A System for Zero-Shot Model Selection for Clustering

2024-07-15 · Prabhant Singh, Pieter Gijsbers, Murat Onur Yildirim, Elif Ceren Gok 외

We propose an AutoML system that enables model selection on clustering problems by leveraging optimal transport-based dataset similarity. Our objective is to establish a comprehensive AutoML pipeline for clustering probl…

AutoMLClusteringModel Selection

Real-Time AutoML

2021-01-01 · Iddo Drori, Brandon Kates, Anant Kharkar, Lu Liu 외

We present a new zero-shot approach to automated machine learning (AutoML) that predicts a high-quality model for a supervised learning task and dataset in real-time without fitting a single model. In contrast, most Auto…

AutoMLBIG-bench Machine LearningGraph Neural NetworkRepresentation Learning

AutoML using Metadata Language Embeddings

2019-10-08 · Iddo Drori, Lu Liu, Yi Nian, Sharath C. Koorathota 외

As a human choosing a supervised learning algorithm, it is natural to begin by reading a text description of the dataset and documentation for the algorithms you might use. We demonstrate that the same idea improves the …

AutoML