ZooD: Exploiting Model Zoo for Out-of-Distribution Generalization
Qishi Dong, Awais Muhammad, Fengwei Zhou, Chuanlong Xie, Tianyang Hu,, Yongxin Yang, Sung-Ho Bae, Zhenguo Li

TL;DR
ZooD introduces a novel method for ranking and ensemble of pre-trained models to enhance out-of-distribution generalization, achieving significant improvements in accuracy and efficiency over existing approaches.
Contribution
The paper proposes ZooD, a new paradigm that ranks and ensembles pre-trained models using feature selection and a variational EM algorithm for OoD tasks.
Findings
Model ranking correlates better with fine-tuning than previous methods.
ZooD achieves up to 9859x faster ranking than brute-force fine-tuning.
Outperforms state-of-the-art methods on diverse OoD tasks, improving accuracy on DomainNet from 46.5% to 50.6%.
Abstract
Recent advances on large-scale pre-training have shown great potentials of leveraging a large set of Pre-Trained Models (PTMs) for improving Out-of-Distribution (OoD) generalization, for which the goal is to perform well on possible unseen domains after fine-tuning on multiple training domains. However, maximally exploiting a zoo of PTMs is challenging since fine-tuning all possible combinations of PTMs is computationally prohibitive while accurate selection of PTMs requires tackling the possible data distribution shift for OoD tasks. In this work, we propose ZooD, a paradigm for PTMs ranking and ensemble with feature selection. Our proposed metric ranks PTMs by quantifying inter-class discriminability and inter-domain stability of the features extracted by the PTMs in a leave-one-domain-out cross-validation manner. The top-K ranked models are then aggregated for the target OoD task. To…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications · Topic Modeling
MethodsFeature Selection
