LGJun 6, 2023

Quick-Tune: Quickly Learning Which Pretrained Model to Finetune and How

arXiv:2306.03828v427 citationsh-index: 10
Originality Incremental advance
AI Analysis

This addresses the challenge for machine learning practitioners in efficiently leveraging the growing number of pretrained models, though it is incremental as it builds on existing hyperparameter optimization and meta-learning techniques.

The paper tackles the problem of selecting and finetuning pretrained models for new datasets by proposing a method that jointly searches for the optimal model and hyperparameters, using a meta-learned predictor on a large-scale meta-dataset to achieve fast optimization.

With the ever-increasing number of pretrained models, machine learning practitioners are continuously faced with which pretrained model to use, and how to finetune it for a new dataset. In this paper, we propose a methodology that jointly searches for the optimal pretrained model and the hyperparameters for finetuning it. Our method transfers knowledge about the performance of many pretrained models with multiple hyperparameter configurations on a series of datasets. To this aim, we evaluated over 20k hyperparameter configurations for finetuning 24 pretrained image classification models on 87 datasets to generate a large-scale meta-dataset. We meta-learn a multi-fidelity performance predictor on the learning curves of this meta-dataset and use it for fast hyperparameter optimization on new datasets. We empirically demonstrate that our resulting approach can quickly select an accurate pretrained model for a new dataset together with its optimal hyperparameters.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes