paper-with-me

홈 › Papers

Domain Generalization using Pretrained Models without Fine-tuning

2022-03-09 · Ziyue Li, Kan Ren, Xinyang Jiang, Bo Li, Haipeng Zhang, Dongsheng Li

Fine-tuning pretrained models is a common practice in domain generalization (DG) tasks. However, fine-tuning is usually computationally expensive due to the ever-growing size of pretrained models. More importantly, it may cause over-fitting on source domain and compromise their generalization ability as shown in recent works. Generally, pretrained models possess some level of generalization ability and can achieve decent performance regarding specific domains and samples. However, the generalization performance of pretrained models could vary significantly over different test domains even samples, which raises challenges for us to best leverage pretrained models in DG tasks. In this paper, we propose a novel domain generalization paradigm to better leverage various pretrained models, named specialized ensemble learning for domain generalization (SEDGE). It first trains a linear label space adapter upon fixed pretrained models, which transforms the outputs of the pretrained model to the label space of the target domain. Then, an ensemble network aware of model specialty is proposed to dynamically dispatch proper pretrained models to predict each test sample. Experimental studies on several benchmarks show that SEDGE achieves significant performance improvements comparing to strong baselines including state-of-the-art method in DG tasks and reduces the trainable parameters by ~99% and the training time by ~99.5%.

📄 PDF Abstract BibTeX arXiv:2203.04600

Code (0)

등록된 구현이 없습니다.

Tasks

Domain GeneralizationEnsemble Learning

Methods 이 논문이 사용한 방법론

Adapter 설명 없음
AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

SIMPLE: Specialized Model-Sample Matching for Domain Generalization

2023-05-01 · International Conference on Learning Representations 2023 5 · Ziyue Li, Kan Ren, Xinyang Jiang, Yifei Shen 외

In domain generalization (DG), most existing methods aspire to fine-tune a specific pretrained model through novel DG algorithms. In this paper, we propose an alternative direction, i.e., to efficiently leverage a pool o…

Domain Generalizationmodel

Anchor-based Robust Finetuning of Vision-Language Models

2024-04-09 · CVPR 2024 1 · Jinwei Han, Zhiwen Lin, Zhongyisun Sun, Yingguo Gao 외

We aim at finetuning a vision-language model without hurting its out-of-distribution (OOD) generalization. We address two types of OOD generalization, i.e., i) domain shift such as natural to sketch images, and ii) zero-…

Language ModellingZero-Shot Learning

Visual-Language Navigation Pretraining via Prompt-based Environmental Self-exploration

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Vision-language navigation (VLN) is a challenging task due to its large searching space in the environment. To address this problem, previous works have proposed some methods of fine-tuning a large model that pretrained …

Domain AdaptationVision-Language Navigation

Fine-Tuning CLIP's Last Visual Projector: A Few-Shot Cornucopia

2024-10-07 · Mohammad Fahes, Tuan-Hung Vu, Andrei Bursuc, Patrick Pérez 외

We consider the problem of adapting a contrastively pretrained vision-language model like CLIP (Radford et al., 2021) for few-shot classification. The literature addresses this problem by learning a linear classifier of …

Domain GeneralizationLanguage ModelingLanguage ModellingTest-time Adaptation+1

Raise a Child in Large Language Model: Towards Effective and Generalizable Fine-tuning

2021-09-13 · EMNLP 2021 11 · Runxin Xu, Fuli Luo, Zhiyuan Zhang, Chuanqi Tan 외

Recent pretrained language models extend from millions to billions of parameters. Thus the need to fine-tune an extremely large pretrained model with a limited training corpus arises in various downstream tasks. In this …

Language ModelingLanguage ModellingLarge Language Model