LGAIJul 17, 2023

An Empirical Study of Pre-trained Model Selection for Out-of-Distribution Generalization and Calibration

arXiv:2307.08187v43 citationsh-index: 11
Originality Incremental advance
AI Analysis

This work addresses the problem of improving out-of-distribution generalization and calibration for computer vision practitioners by highlighting the importance of pre-trained model selection, though it is incremental as it builds on existing fine-tuning strategies.

The study systematically examined how pre-trained model size, pre-training dataset size, and training strategies impact out-of-distribution generalization and confidence calibration, finding that optimal model selection significantly improves OOD accuracy and that larger models and datasets enhance both performance and calibration.

In the field of computer vision, fine-tuning pre-trained models has become a prevalent strategy for out-of-distribution (OOD) generalization tasks. Different from most prior work that has focused on advancing learning algorithms, we systematically examined how pre-trained model size, pre-training dataset size, and training strategies impact generalization and confidence calibration on downstream tasks. We evaluated 100 models across diverse pre-trained model sizes, five pre-training datasets, and five data augmentations through extensive experiments on four distribution shift datasets totaling over 120,000 GPU hours. Our results demonstrate the significant impact of pre-trained model selection, with optimal choices substantially improving OOD accuracy over algorithm improvement alone. Additionally, we find that larger models and bigger pre-training datasets not only enhance OOD performance but also improve calibration, helping to mitigate overconfidence, contrary to some prior studies that found modern deep networks to calibrate worse than classical shallow models. Our work underscores the overlooked importance of pre-trained model selection for out-of-distribution generalization and calibration.

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