Views
No views yet
conda install pytorch torchvision -c pytorch
conda install matplotlib torchmetrics -c conda-forgeload_OP.py and set hparams['dataset'] accordingly. Then simply run python main_OP.py.
Furthermore, all hyperparameters related to the different datasets are provided in the load_OP.py and all hyperparameters can be modified.| Dataset | Acc(ViT-B/32) | Acc(ViT-B/16) | Acc(ViT-L/14) |
|---|---|---|---|
| Imagenet | 65.3 | 69.2 | 75.7 |
| CUB | 56.5 | 60.3 | 66.1 |
| OxfordPets | 84.7 | 87.4 | 92.7 |
| Food101 | 85.9 | 89.7 | 93.5 |
| Place365 | 41.5 | 42.0 | 41.8 |
1@inproceedings{chen2025interpretable,
2 title={Interpretable Zero-Shot Learning with Locally-Aligned Vision-Language Model},
3 author={Chen, Shiming and Duan, Bowen and Khan, Salman and Khan, Fahad Shahbaz},
4 booktitle={ICCV}
5 year={2025}
6}