*These authors contributed equally to this work; †Co-corresponding authors.
1Shenzhen International Graduate School, Tsinghua University, China
2Shenzhen Technology University, China
3University of Science and Technology of China, China
To run this project, you need to set up your environment as follows:
conda create -n COSMIC python=3.10 -y
conda activate COSMIC
pip install -r requirements.txtFor both Out-of-Distribution and Cross-Domain benchmarks, please refer to this page.
To execute the COSMIC, navigate to the scripts directory.
Run COSMIC on the OOD Benchmark:
bash ./scripts/cosmic_ood.sh
Run COSMIC on the Cross-Domain Benchmark:
bash ./scripts/cosmic_cd.sh
@inproceedings{huang2025cosmic,
title={COSMIC: Clique-Oriented Semantic Multi-space Integration for Robust CLIP Test-Time Adaptation},
author={Huang, Fanding and Jiang, Jingyan and Jiang, Qinting and Li, Hebei and Khan, Faisal Nadeem and Wang, Zhi},
booktitle={Proceedings of the Computer Vision and Pattern Recognition Conference},
pages={9772--9781},
year={2025}
}