SOTAVerified

Domain Generalization Using Large Pretrained Models with Mixture-of-Adapters

2023-10-17Code Available1· sign in to hype

Gyuseong Lee, Wooseok Jang, Jinhyeon Kim, Jaewoo Jung, Seungryong Kim

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Learning robust vision models that perform well in out-of-distribution (OOD) situations is an important task for model deployment in real-world settings. Despite extensive research in this field, many proposed methods have only shown minor performance improvements compared to the simplest empirical risk minimization (ERM) approach, which was evaluated on a benchmark with a limited hyperparameter search space. Our focus in this study is on leveraging the knowledge of large pretrained models to improve handling of OOD scenarios and tackle domain generalization problems. However, prior research has revealed that naively fine-tuning a large pretrained model can impair OOD robustness. Thus, we employ parameter-efficient fine-tuning (PEFT) techniques to effectively preserve OOD robustness while working with large models. Our extensive experiments and analysis confirm that the most effective approaches involve ensembling diverse models and increasing the scale of pretraining. As a result, we achieve state-of-the-art performance in domain generalization tasks. Our code and project page are available at: https://cvlab-kaist.github.io/MoA

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
DomainNetMoA (OpenCLIP, ViT-B/16)Average Accuracy62.7Unverified
Office-HomeMoA (OpenCLIP, ViT-B/16)Average Accuracy90.6Unverified
PACSMoA (OpenCLIP, ViT-B/16)Average Accuracy97.4Unverified
TerraIncognitaMoA (OpenCLIP, ViT-B/16)Average Accuracy52.8Unverified
VLCSMoA (OpenCLIP, ViT-B/16)Average Accuracy83.1Unverified

Reproductions