English

Style Ambiguity Loss Using CLIP

Computer Vision and Pattern Recognition 2025-08-19 v3

Abstract

In this work, we explore using the style ambiguity training objective, originally used to approximate creativity, on a diffusion model. However, this objective requires the use of a pretrained classifier and a labeled dataset. We introduce new forms of style ambiguity loss that do not require training a new classifier or a labeled dataset. Instead of using a classifier, we generate centroids in the CLIP embedding space, and images are classified based on their relative distance to said centroids. We find the centroids via K-means clustering of an unlabeled dataset, as well as using text labels to generate CLIP embeddings, to be used as centroids. Code is available at https://github.com/jamesBaker361/clipcreate

Keywords

Cite

@article{arxiv.2410.02055,
  title  = {Style Ambiguity Loss Using CLIP},
  author = {James Baker},
  journal= {arXiv preprint arXiv:2410.02055},
  year   = {2025}
}

Comments

arXiv admin note: substantial text overlap with arXiv:2407.12009

R2 v1 2026-06-28T19:06:07.710Z