Official implementation of 'CLIP-Adapter: Better Vision-Language Models with Feature Adapters'.
CLIP-Adapter is a drop-in module designed for CLIP on few-shot classfication tasks. CLIP-Adapter can improve the few-shot classfication of CLIP with very simple design.
We utilize the code base of CoOp. Please follow their instructions to prepare the environment and datasets.
Put clip_adapter.py
under ./trainers
and add the related import
codes. Then follow CoOp's command to run for ImageNet.
The complete codes will be released soon.
Please check Tip-Adapter: Training-free CLIP-Adapter.
Renrui Zhang, Peng Gao
This repo benefits from CLIP and CoOp. Thanks for their wonderful works.
@article{gao2021clip,
title={CLIP-Adapter: Better Vision-Language Models with Feature Adapters},
author={Gao, Peng and Geng, Shijie and Zhang, Renrui and Ma, Teli and Fang, Rongyao and Zhang, Yongfeng and Li, Hongsheng and Qiao, Yu},
journal={arXiv preprint arXiv:2110.04544},
year={2021}
}
If you have any question about this project, please feel free to contact [email protected] and [email protected].