LGOct 17, 2024

All models are wrong, some are useful: Model Selection with Limited Labels

arXiv:2410.13609v25 citationsh-index: 10AISTATS
Originality Incremental advance
AI Analysis

This addresses the challenge of label-efficient model selection for practitioners deploying pretrained models, though it is incremental as it builds on existing active learning and model selection methods.

The paper tackles the problem of selecting the best pretrained classifier for a target dataset with limited labeled data, introducing MODEL SELECTOR to sample informative examples for labeling, which reduces labeling costs by up to 94.15% to identify the best model across extensive experiments.

We introduce MODEL SELECTOR, a framework for label-efficient selection of pretrained classifiers. Given a pool of unlabeled target data, MODEL SELECTOR samples a small subset of highly informative examples for labeling, in order to efficiently identify the best pretrained model for deployment on this target dataset. Through extensive experiments, we demonstrate that MODEL SELECTOR drastically reduces the need for labeled data while consistently picking the best or near-best performing model. Across 18 model collections on 16 different datasets, comprising over 1,500 pretrained models, MODEL SELECTOR reduces the labeling cost by up to 94.15% to identify the best model compared to the cost of the strongest baseline. Our results further highlight the robustness of MODEL SELECTOR in model selection, as it reduces the labeling cost by up to 72.41% when selecting a near-best model, whose accuracy is only within 1% of the best model.

Code Implementations1 repo
Foundations

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

Your Notes