Papers › Domain Prompt Learning for Efficiently Adapting CLIP to Unseen Domains

Domain Prompt Learning for Efficiently Adapting CLIP to Unseen Domains

25 Nov 2021arXiv:2111.12853archive 2025-07-28

Xin Zhang, Shixiang Shane Gu, Yutaka Matsuo, Yusuke Iwasawa

Domain generalization (DG) is a difficult transfer learning problem aiming to learn a generalizable model for unseen domains. Recent foundation models (FMs) are robust to many distribution shifts and, therefore, should substantially improve the performance of DG. In this work, we study generic ways to adopt CLIP, a Visual-Language Foundation Model, for DG problems in image classification. While ERM greatly improves the accuracy with bigger backbones and training datasets using standard DG benchmarks, fine-tuning FMs is not practical in many real-world situations. We propose Domain Prompt Learning (DPL) as a novel approach for domain inference in the form of conditional prompt generation. DPL achieved a significant accuracy improvement with only training a lightweight prompt generator (a three-layer MLP), whose parameter is of equivalent scale to the classification projector in the previous DG literature. Combining \dplshort~with CLIP provides surprising performance, raising the accuracy of zero-shot CLIP from 73.7% to 79.3% on several standard datasets, namely PACS, VLCS, OfficeHome, and TerraIncognita. We hope the simplicity and success of our approach lead to broader adoption and analysis of foundation models in the domain generalization field. Our code is available at https://github.com/shogi880/DPLCLIP.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2111.12853")

Code

Syntology Ran 11 of 17 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 1 ran · violated contract; 4 ran · our draft was wrong; 6 ran with no contract checked.

By repository: official repository: 17 samples from 1 repository, 11 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

shogi880/DPLCLIP officialmentioned in papermentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 11 ran; 0 honoured the contract we drafted; 6 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · violated contract
4ran · our draft was wrong
6ran
6unverified

Licence: 17 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from shogi880/DPLCLIP. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Classifier shogi880/DPLCLIP/domainbed/networks.py official repository ran · our draft was wrong MIT recorded; this copy not marked cleared · pointer only · ce7990d7ad5821ff · report
configure_model shogi880/DPLCLIP/domainbed/adapt_algorithms.py official repository ran MIT recorded; this copy not marked cleared · pointer only · 09762c09de098b26 · report
conv1x1 shogi880/DPLCLIP/domainbed/lib/big_transfer.py official repository ran · our draft was wrong MIT recorded; this copy not marked cleared · pointer only · ee80cf467065076b · report
conv3x3 shogi880/DPLCLIP/domainbed/lib/big_transfer.py official repository ran · our draft was wrong MIT recorded; this copy not marked cleared · pointer only · f01b8d3901f0b289 · report
get_test_records shogi880/DPLCLIP/domainbed/model_selection.py official repository ran · our draft was wrong MIT recorded; this copy not marked cleared · pointer only · 53fac8d8d949e72b · report
hashable shogi880/DPLCLIP/domainbed/lib/query.py official repository ran fingerprinted MIT recorded; this copy not marked cleared · pointer only · 71a3a61ceed99bf3 · report
make_selector_fn shogi880/DPLCLIP/domainbed/lib/query.py official repository ran MIT recorded; this copy not marked cleared · pointer only · 2f8af5779e1edcb6 · report
make_weights_for_balanced_classes shogi880/DPLCLIP/domainbed/lib/misc.py official repository ran MIT recorded; this copy not marked cleared · pointer only · 5f576ed342c48a0a · report
remove_batch_norm_from_resnet shogi880/DPLCLIP/domainbed/networks.py official repository ran MIT recorded; this copy not marked cleared · pointer only · 196cab71d7129d62 · report
split_dataset shogi880/DPLCLIP/domainbed/lib/misc.py official repository ran MIT recorded; this copy not marked cleared · pointer only · 18e820e42046bc45 · report
tf2th shogi880/DPLCLIP/domainbed/lib/big_transfer.py official repository ran · violated contract fingerprinted MIT recorded; this copy not marked cleared · pointer only · 7023eb86801bb3a3 · report
copy_model_and_optimizer shogi880/DPLCLIP/domainbed/adapt_algorithms.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · eeef10dc6caedb9c · report
get_algorithm_class shogi880/DPLCLIP/domainbed/adapt_algorithms.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · b0bc80b1655a6802 · report
get_dataset_class shogi880/DPLCLIP/domainbed/datasets.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · d0ea85d74c20dea9 · report
multi_gpu_launcher shogi880/DPLCLIP/domainbed/command_launchers.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · ede61a3f47f1cb21 · report
num_environments shogi880/DPLCLIP/domainbed/datasets.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 73f32252eedba6a4 · report
print_row shogi880/DPLCLIP/domainbed/lib/misc.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · af3c9a80c8fd1f7a · report

Tasks

Domain GeneralizationImage ClassificationPrompt LearningTransfer LearningZero-Shot Learningimage-classification

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Transfer Learning Office-Home APCLIP Accuracy 84.2 #1 of 5 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

AdamAttentionAttention DropoutBPECLIPCosine AnnealingDense ConnectionsDropoutGPT-3Layer NormalizationLinear LayerLinear Warmup With Cosine AnnealingMulti-Head AttentionResidual ConnectionSoftmaxWeight Decay

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections