NEWVectors or files. Pick a path.Start →
    Models/Embeddings/google/siglip2-giant-opt-patch16-384
    HFVisual Embeddingsapache-2.0

    siglip2-giant-opt-patch16-384

    by google

    Multilingual vision-language encoder with dense features and localization

    1.6Mdl/month
    43likes
    1.9Bparams
    Identifiers
    Model ID
    google/siglip2-giant-opt-patch16-384
    Feature URI
    mixpeek://image_extractor@v1/google_siglip2_giant_v1

    Overview

    SigLIP 2 extends the sigmoid contrastive objective with captioning-based pretraining, self-supervised losses, and online data curation into a unified recipe. It produces stronger vision-language encoders with significantly improved localization and dense feature quality.

    On Mixpeek, SigLIP 2 provides the strongest zero-shot visual embeddings from Google, achieving 85.0% ImageNet accuracy at the giant scale. Its improved spatial understanding makes it ideal for tasks requiring localization alongside retrieval.

    Architecture

    Vision Transformer (ViT-g) with ~1B parameters at 384px resolution. Combines sigmoid contrastive loss with captioning, self-distillation, and masked prediction objectives. Supports multi-resolution and native aspect ratio inputs.

    Mixpeek SDK Integration

    import { Mixpeek } from "mixpeek";
    
    const mx = new Mixpeek({ apiKey: "API_KEY" });
    
    // Managed: create a collection over a bucket; Mixpeek runs this model's extractor
    const collection = await mx.collections.create({
      namespace_id: "my-namespace",
      collection_name: "my-collection",
      source: { type: "bucket", bucket_ids: ["bkt_your_bucket"] },
      feature_extractor: {
        feature_extractor_name: "image_embedding",
        version: "v1",
        parameters: { model_id: "google/siglip2-giant-opt-patch16-384" },
      },
    });

    Capabilities

    • 85.0% ImageNet zero-shot accuracy (ViT-g, 384px)
    • Strong localization and dense spatial features
    • Multilingual understanding with de-biasing
    • Multi-resolution and native aspect ratio support
    • Excellent VLM backbone (PaLI, Gemini)

    Use Cases on Mixpeek

    Cross-modal search with multilingual text queries
    Visual grounding and localization tasks
    High-accuracy zero-shot visual classification
    Foundation encoder for vision-language applications

    Benchmarks

    DatasetMetricScoreSource
    ImageNet zero-shotTop-1 Accuracy83.4%SigLIP2 model card
    COCO (text→image)Recall@145.3%SigLIP2 model card

    Performance

    Input Size384×384 px
    Embedding Dim1152
    GPU Latency~22ms / image (A100)
    CPU Latency~280ms / image
    GPU Throughput~45 images/sec (A100)
    GPU Memory~4.2 GB

    1.1B params — giant variant for highest accuracy

    Specification

    FrameworkHF
    Organizationgoogle
    FeatureVisual Embeddings
    Output768-dim vector
    Modalitiesvideo, image
    RetrieverVector Search
    Parameters1.9B
    Licenseapache-2.0
    Downloads/mo1.6M
    Likes43

    Research Paper

    SigLIP 2: Multilingual Vision-Language Encoders with Improved Semantic Understanding, Localization, and Dense Features

    arxiv.org

    Build a pipeline with siglip2-giant-opt-patch16-384

    Add this model to a processing pipeline alongside other extractors. Combine with retrieval stages for end-to-end search.

    Run on your data, free