Papers › Unsupervised Domain Adaption Harnessing Vision-Language Pre-training

Unsupervised Domain Adaption Harnessing Vision-Language Pre-training

5 Aug 2024arXiv:2408.02192archive 2025-07-28

Wenlve Zhou, Zhiheng Zhou

This paper addresses two vital challenges in Unsupervised Domain Adaptation (UDA) with a focus on harnessing the power of Vision-Language Pre-training (VLP) models. Firstly, UDA has primarily relied on ImageNet pre-trained models. However, the potential of VLP models in UDA remains largely unexplored. The rich representation of VLP models holds significant promise for enhancing UDA tasks. To address this, we propose a novel method called Cross-Modal Knowledge Distillation (CMKD), leveraging VLP models as teacher models to guide the learning process in the target domain, resulting in state-of-the-art performance. Secondly, current UDA paradigms involve training separate models for each task, leading to significant storage overhead and impractical model deployment as the number of transfer tasks grows. To overcome this challenge, we introduce Residual Sparse Training (RST) exploiting the benefits conferred by VLP's extensive pre-training, a technique that requires minimal adjustment (approximately 0.1\%∼0.5\%) of VLP model parameters to achieve performance comparable to fine-tuning. Combining CMKD and RST, we present a comprehensive solution that effectively leverages VLP models for UDA tasks while reducing storage overhead for model deployment. Furthermore, CMKD can serve as a baseline in conjunction with other methods like FixMatch, enhancing the performance of UDA. Our proposed method outperforms existing techniques on standard benchmarks. Our code will be available at: https://github.com/Wenlve-Zhou/VLP-UDA.

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="2408.02192")

Code

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

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

Wenlve-Zhou/VLP-UDA officialmentioned in paperpytorchMIT 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

13 samples harvested; 6 ran; 0 honoured the contract we drafted; 7 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.

3ran · our draft was wrong
3ran
7unverified

Licence: 0 of the 13 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 Wenlve-Zhou/VLP-UDA. “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.

basic_clean Wenlve-Zhou/VLP-UDA/clip/simple_tokenizer.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 98f385d847636a3e · report
get_pairs Wenlve-Zhou/VLP-UDA/clip/simple_tokenizer.py official repository ran · our draft was wrong MIT (permissive) · d919ae32e5e4e616 · report
office_home_partial Wenlve-Zhou/VLP-UDA/utils/data_loader.py official repository ran MIT (permissive) · b8ea9ac285a886ae · report
str2bool Wenlve-Zhou/VLP-UDA/utils/tools.py official repository ran MIT (permissive) · 1c31f800b71774a1 · report
translate_x_rel Wenlve-Zhou/VLP-UDA/utils/randaugment.py official repository ran MIT (permissive) · a4b471197204b414 · report
whitespace_clean Wenlve-Zhou/VLP-UDA/clip/simple_tokenizer.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 9542161e9640b858 · report
build_model Wenlve-Zhou/VLP-UDA/clip/model.py official repository unverified MIT (permissive) · 75b92a400d2c806f · report
digits_transforms Wenlve-Zhou/VLP-UDA/utils/data_loader.py official repository unverified MIT (permissive) · 48ac5ef5fa0f788c · report
dsp_calculation Wenlve-Zhou/VLP-UDA/models/rst.py official repository unverified MIT (permissive) · 9bdfc3fb9ece4c59 · report
load Wenlve-Zhou/VLP-UDA/clip/clip.py official repository unverified MIT (permissive) · 77e2e7531cfbb730 · report
load_checkpoint Wenlve-Zhou/VLP-UDA/utils/tools.py official repository unverified MIT (permissive) · 59a009db39e16492 · report
shear_x Wenlve-Zhou/VLP-UDA/utils/randaugment.py official repository unverified MIT (permissive) · 7b4e3d0bd192b677 · report
shear_y Wenlve-Zhou/VLP-UDA/utils/randaugment.py official repository unverified MIT (permissive) · e31c4b500a240e69 · report

Tasks

Domain AdaptationKnowledge DistillationUnsupervised Domain Adaptation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

FixMatchFocusKnowledge Distillation

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