File size: 885 Bytes
8033f83
 
cebfa94
5f405c0
8033f83
cebfa94
 
 
 
 
 
8e043fb
 
cebfa94
 
8e043fb
 
 
 
 
 
 
 
 
 
 
 
cebfa94
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
license: mit
library_name: open_clip
pipeline_tag: zero-shot-image-classification
---
[[Paper]](https://arxiv.org/abs/2402.12336) [[GitHub]](https://github.com/chs20/RobustVLM)

TeCoA ([Mao et al. (2023)](https://arxiv.org/abs/2212.07016)) CLIP ViT-L/14 model.

Supervised adversarial fine-tuning from Openai CLIP initialization on ImageNet with infinity-norm and radius 2/255.

## Usage

```python
model, _, image_processor = open_clip.create_model_and_transforms('hf-hub:chs20/tecoa2-clip')
```


## Citation
If you find this model useful, please consider citing our paper:
```bibtex
@article{schlarmann2024robustclip,
    title={Robust CLIP: Unsupervised Adversarial Fine-Tuning of Vision Embeddings for Robust Large Vision-Language Models}, 
    author={Christian Schlarmann and Naman Deep Singh and Francesco Croce and Matthias Hein},
    year={2024},
    journal={ICML}
}
```