readme.md
August 23, 2025 ยท View on GitHub
UniMoS++
Pytorch implementation of Unified Modality Separation: A Vision-Language Framework for Unsupervised Domain Adaptation (TPAMI'25), an extension of our conference paper Split to Merge: Unifying Separated Modalities for Unsupervised Domain Adaptation (CVPR'24).
- Requirements
python==3.8
pytorch==1.12
- How to run (example on Office-Home):
- Install CLIP.
- Put Office-Home dataset under
./dataset/OfficeHome. - Run by
bash run_oh.sh. The baseline method can be modified by changingmethodinrun_oh.sh. Available options include'coop','post_prompting','default','lora'. - Check results in
log.