AI Potluck
Back to Gap Map Model components / Embeddings & retrieval models

SigLIP

Google
open weights / Overall score: 4.3(strong)

SigLIP replaces CLIP's softmax contrastive loss with a pairwise sigmoid loss, which needs no global view of the batch and so trains well at both very large and quite small batch sizes. SigLIP 2 folds captioning pretraining, self-distillation, masked prediction and online data curation into the same recipe and adds multilingual coverage and native-aspect-ratio variants. The checkpoints serve two audiences at once: image-text retrieval in their own right, and the default frozen vision tower for a large share of current open VLMs.

The Hub cards for SigLIP 1 were written by Hugging Face rather than by the release team, and both generations put their evaluation tables in images; the numbers used here come from big_vision's own SigLIP 2 checkpoint table instead. Verified 2026-09-11 via the siglip2-base and siglip-so400m model cards, the big_vision README and its SigLIP 2 checkpoint README.

Openness

3 high confidence
3.0
weights
open(44 ungated Apache-2.0 google/siglip* repos on the Hub, plus the .npz checkpoints served directly from the big_vision bucket)
data
closed(WebLI, a private Google web corpus
code
partial(big_vision ships a SigLIP trainer and a LiT/COCO demo config, but records 'code TODO' against the SigLIP paper entry and publishes no WebLI pretraining config)
license
Apache-2.0(OSI)

Apache-2.0 weights with no gate, which is more permissive than most of Google's model releases, over a corpus that is named and nothing more. big_vision gets closer to a pipeline than CLIP's repository does - there is a real SigLIP trainer in it - but the entry for the SigLIP paper says 'code TODO' and the config that would reproduce a WebLI run is not there, so this is partial rather than open.

Adoption

5 high confidence
5.0

11,451,605 downloads in the trailing 30 days across the 44 google/siglip* repos (siglip2-giant-opt-patch16-384 2,628,928; siglip-base-patch16-224 1,914,186; siglip2-base-patch16-224 1,546,725). The timm re-hosts of the same checkpoints are excluded as mirrors.

Capability

4 high confidence
4.0

Rung 4, competitive frontier: current generation, multilingual, five points of zero-shot ImageNet clear of the best OpenCLIP checkpoint, and the default vision tower for much of the open VLM stack. Short of 5 because the category reserves that for the acknowledged leader, and on the same big_vision instrument the gap to the top of the open image-text field is narrow rather than absent. Recorded `at` ColPali - a different modality but the other frontier-tier release in this cluster - because the text anchor is not a comparable measurement. Placed against the rung definition rather than a peer: no single measurement reports this product and a category peer together - zero-shot ImageNet against ColPali's ViDoRe - and rule (d) forbids an edge without one.

Verified 2026-09-11