We lifted 3 functions out of this paper's own repositories and ran 2 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| vishaal27/sus-x | canonical | 2 of 3 |
| Function | Status | Where it lives |
|---|---|---|
| compute_image_text_distributions | Ran | vishaal27/sus-x/tipx.py pointer only (licence: NONE) · get_code("25ffc80ee76ac3de") |
| get_kl_divergence_sims | Ran | vishaal27/sus-x/tipx.py pointer only (licence: NONE) · get_code("eb3c01ddcd5d1e48") |
| get_kl_div_sims | Not yet run | vishaal27/sus-x/tipx.py pointer only (licence: NONE) · get_code("27fec54e7b96961c") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Contrastive Language-Image Pre-training (CLIP) has emerged as a simple yet effective way to train large-scale vision-language models. CLIP demonstrates impressive zero-shot classification and retrieval on diverse downstream tasks. However, to leverage its full potential, fine-tuning still appears to be necessary. Fine-tuning the entire CLIP model can be resource-intensive and unstable. Moreover, recent methods that aim to circumvent this need for fine-tuning still require access to images from the target distribution. In this paper, we pursue a different approach and explore the regime of training-free "name-only transfer" in which the only knowledge we possess about the downstream task comprises the names of downstream target categories. We propose a novel method, SuS-X, consisting of two key building blocks -- SuS and TIP-X, that requires neither intensive fine-tuning nor costly labelled data. SuS-X achieves state-of-the-art zero-shot classification results on 19 benchmark datasets. We further show the utility of TIP-X in the training-free few-shot setting, where we again achieve state-of-the-art results over strong training-free baselines. Code is available at https://github.com/vishaal27/SuS-X.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2211.16198")
get_code_for_paper("2211.16198")
have("2211.16198")
Connect an agent — have() is free.