clip score
**CLIP score** is the **text-image alignment metric computed from cosine similarity between CLIP image embeddings and text embeddings** - it estimates how well generated images match their prompts.
**What Is CLIP score?**
- **Definition**: Semantic similarity measure using pretrained CLIP encoders for paired prompt-image evaluation.
- **Primary Usage**: Common for text-to-image model assessment of prompt faithfulness.
- **Interpretation**: Higher score generally indicates stronger alignment between visual output and text intent.
- **Computation Scope**: Can be averaged over prompts, seeds, and model runs for comparative reporting.
**Why CLIP score Matters**
- **Prompt Alignment**: Provides direct signal on text-conditional generation fidelity.
- **Fast Evaluation**: Computationally efficient for large-scale model iteration loops.
- **Product Relevance**: Alignment quality is a key user expectation in generative applications.
- **Ranking Utility**: Useful for reranking generated candidates by semantic match.
- **Limit Awareness**: High score does not guarantee image realism or absence of artifacts.
**How It Is Used in Practice**
- **Prompt Set Design**: Evaluate on diverse prompts with varied complexity and attribute constraints.
- **Metric Combination**: Pair CLIP score with realism metrics like FID and human review.
- **Model Drift Tracking**: Monitor score trends by prompt category to detect capability regressions.
CLIP score is **a widely used alignment metric for text-conditioned image generation** - CLIP score is most informative when interpreted alongside realism and safety metrics.