SYSTEM Cited by 1 source
PinCLIP¶
Definition¶
PinCLIP is Pinterest's multimodal foundational visual embedding — a CLIP-family model trained via image-text alignment with "additional graph-aware objectives" specific to Pinterest's Pin graph. Paper: PinCLIP: Large-scale Foundational Multimodal Representation at Pinterest.
Role in the Home Feed Blender¶
PinCLIP is the Q3 2025 visual-embedding upgrade in Pinterest's Home Feed Blender SSD diversification (Source: sources/2026-04-07-pinterest-evolution-of-multi-objective-optimization-at-pinterest-home). Replaces earlier per-generation visual embeddings with:
- Multimodal — image-text alignment (CLIP-style) gives richer style/semantic signal than image-only.
- Graph-aware — additional training objectives leverage Pinterest's Pin graph (co-engagement, neighborhood similarity).
- Near-real-time — signal available "for recently ingested Pins" without the cold-start gap typical of batch-computed embeddings.
Pinterest's stated outcome: "improves representation quality and, in turn, downstream similarity and diversification behavior, for recently ingested Pins."
Caveats¶
- Stub — this page is bounded to PinCLIP's role as an SSD similarity signal in the 2026-04-07 post; the referenced paper's architecture + training-data details are not summarised here.
- Latency claim ("available in near real-time") lacks quantile disclosure.
- Embedding dim, training compute, model size not disclosed in this post.
- Relationship to prior Pinterest visual embeddings (ItemSage / PinSage / prior PinCLIP versions) not enumerated here.
- Use beyond diversification — the post limits PinCLIP's role to the SSD similarity matrix; broader Pinterest use cases (retrieval, ranking, search) are adjacent but out of scope.
Seen in¶
- 2026-04-07 Pinterest — Evolution of Multi-Objective Optimization at Pinterest Home Feed (sources/2026-04-07-pinterest-evolution-of-multi-objective-optimization-at-pinterest-home) — canonical; PinCLIP as Q3 2025 visual-embedding signal in SSD diversification with multimodal + graph-aware + near-real-time properties.
Related¶
- companies/pinterest
- systems/pinterest-home-feed-blender
- systems/clip-embedding-model — the original CLIP architecture family PinCLIP extends
- concepts/vector-embedding — foundational concept
- patterns/multi-signal-pairwise-similarity — visual + text + graph + Semantic-ID composition where PinCLIP is the visual signal