The Hyperspherical Geometry of CLIP Latent Space: A Semantic Mixture Model
Summary
This paper proposes modeling the CLIP latent space using Mixtures of von Mises–Fisher distributions on the unit hypersphere, capturing its directional and multimodal structure better than Gaussian assumptions. The model improves long-tailed and out-of-distribution detection and provides a semantic decomposition of CLIP embeddings.
View Cached Full Text
Cached at: 07/16/26, 04:23 AM
# The Hyperspherical Geometry of CLIP Latent Space: A Semantic Mixture Model
Source: [https://arxiv.org/html/2607.13660](https://arxiv.org/html/2607.13660)
Zijie Yu1, Gaowen Liu2, Ramana Rao Kompella2, Philip S\. Yu3, Yue Song1 1Tsinghua University,2Cisco Research,3University of Illinois Chicago
###### Abstract
Contrastive Language–Image Pretraining \(CLIP\) representations form a semantic embedding space governed by cosine similarity, reflecting an intrinsic hyperspherical geometry\. However, existing probabilistic interpretations typically rely on Gaussian assumptions, which fail to capture this directional and multimodal structure\. We propose a principled density model for the CLIP latent space based on Mixtures of von Mises–Fisher \(MovMF\) distributions defined on the unit hypersphere\. Using the Expectation–Maximization \(EM\) algorithm, we efficiently learn a probabilistic model in which each mixture component corresponds to a coherent semantic concept\. This formulation yields a closed\-form likelihood naturally aligned with hyperspherical geometry, enabling accurate and interpretable density estimation\. Empirically, our model significantly improves long\-tailed and out\-of\-distribution detection and provides a natural semantic decomposition, representing each embedding as a sparse probabilistic combination of interpretable concepts\. These results suggest that CLIP latent space is more faithfully characterized as a hyperspherical semantic mixture rather than an isotropic Gaussian, establishing a simple and geometrically consistent probabilistic framework for modeling and understanding multimodal representations\. Project page is available at[https://xiaoyuzhizi\.github\.io/movmf\-clip/](https://xiaoyuzhizi.github.io/movmf-clip/)\.
## 1Introduction
Contrastive Language–Image Pre\-training \(CLIP\)\(Radford et al\.,[2021](https://arxiv.org/html/2607.13660#bib.bib29)\)has become the foundation of modern vision–language models \(VLMs\)\. By aligning visual and textual representations in a shared embedding space, CLIP enables a broad range of downstream tasks, including zero\-shot recognition\(Radford et al\.,[2021](https://arxiv.org/html/2607.13660#bib.bib29)\)and text\-to\-image generation\(Ramesh et al\.,[2022](https://arxiv.org/html/2607.13660#bib.bib30)\)\. Since semantic similarity is measured by cosine distance, the latent space is often idealized as a normalized hypersphere with isotropic geometry\.
Despite this theoretical simplicity, the empirical geometry of CLIP representations deviates substantially from the isotropic ideal\. Prior studies reveal pronounced structural irregularities, including the*Modality Gap*\(Liang et al\.,[2022](https://arxiv.org/html/2607.13660#bib.bib26)\)and the so\-called*Cone Effect*\(Liang et al\.,[2022](https://arxiv.org/html/2607.13660#bib.bib26)\), where embeddings concentrate within restricted angular regions\. Such anisotropy distorts angular similarity, biases representations toward dominant concepts such as large objects or spurious background features, and degrades robustness across long\-tail categories\(Abbasi et al\.,[2025](https://arxiv.org/html/2607.13660#bib.bib1); Wang et al\.,[2024](https://arxiv.org/html/2607.13660#bib.bib38); Shao et al\.,[2024](https://arxiv.org/html/2607.13660#bib.bib32)\)\.
\(a\)Global Gaussian inℝd\\mathbb\{R\}^\{d\}
\(b\)MovMF\-CLIP on𝕊d−1\\mathbb\{S\}^\{d\-1\}
Figure 1:Density modeling of CLIP latent space \(visualized via dimensionality reduction on real data\)\.\(a\)Gaussian\-based approaches such as W\-CLIP model the latent space with a single global distribution, which can assign low likelihood to valid long\-tail concepts due to their distance from the global mean\.\(b\)MovMF\-CLIP models the space as a hyperspherical semantic mixture, capturing the multimodal structures and providing density estimates aligned with semantic clusters\.To enable probabilistic reasoning in this space, recent work has proposed transforming CLIP embeddings into a Gaussianized coordinate system\. In particular, Whitened CLIP \(W\-CLIP\)\(Betser et al\.,[2025](https://arxiv.org/html/2607.13660#bib.bib3)\)applies an invertible whitening transformation and models the resulting features with a single isotropic Gaussian, yielding a tractable likelihood based on Euclidean magnitude\. While effective, this unimodal assumption is fundamentally misaligned with the directional and multimodal nature of contrastive embeddings\. Natural semantic concepts form multiple structured regions on the hypersphere\. Modeling the space with a single Gaussian inevitably conflates*semantic rarity*with*distributional abnormality*, assigning low likelihood to rare but valid concepts and treating them similarly to true out\-of\-distribution \(OOD\) samples\. Moreover, a global scalar likelihood provides limited interpretability of the underlying semantic structure\. It can only indicate how typical a sample is with respect to the entire distribution, but does not reveal which semantic modes contribute to that score or how the representation decomposes across distinct concepts\.
In this work, we proposeMovMF\-CLIP, a geometrically consistent probabilistic framework that models CLIP latent space as a*hyperspherical semantic mixture*\. We first perform covariance\-based geometric calibration via whitening to remove global anisotropy while preserving semantic relationships\. Then we model the normalized representations using a Mixture of von Mises–Fisher \(MovMF\) distributions, estimated efficiently via the Expectation–Maximization \(EM\) algorithm\. Unlike Gaussian approximations that rely on magnitude, MovMF components are defined intrinsically on the unit hypersphere and capture the multimodal directional structures \(see Fig\.[1](https://arxiv.org/html/2607.13660#S1.F1)\)\. Each mixture component corresponds to a coherent semantic prototype, yielding a closed\-form likelihood that respects the geometry of contrastive embeddings\. This probabilistic formulation supports two complementary capabilities\. First, it provides a principled density estimate for likelihood\-based evaluation, decoupling semantic rarity from low probability and improving robustness in long\-tailed and OOD settings\. Second, the mixture structure enables intrinsic interpretability: embeddings can be decomposed into sparse probabilistic combinations of semantic prototypes\.
Empirically, we validate MovMF\-CLIP across long\-tailed fairness analysis, OOD detection, semantic decomposition, and semantic stability under iterative generative drift\. For OOD detection, MovMF\-CLIP reduces FPR95 from 67\.76% to48\.00%on MS\-COCO, and from 75\.05% to33\.48%solely on tail concepts\. For semantic decomposition, MovMF\-CLIP achieves the highest Semantic Relevance of0\.673while achieving a13×\\timesspeedupin inference time compared to the second\-best method\. Across tasks, modeling the latent space as a hyperspherical semantic mixture consistently improves robustness, interpretability, and stability\.
Our main contributions are summarized as follows:
- •We offer a geometric re\-interpretation of CLIP latent space, arguing that unimodal Gaussian modeling is inherently inconsistent with its directional hypersphere geometry and multimodal semantic structure\.
- •We proposeMovMF\-CLIP, an elegant and principled density modeling framework that integrates covariance\-based geometric calibration with von Mises–Fisher mixture estimation on the unit sphere\.
- •We show that this unified geometric–probabilistic formulation simultaneously enables \(i\) calibrated likelihood estimation robust to long\-tail and OOD settings, \(ii\) intrinsic and efficient probabilistic semantic decomposition without auxiliary decoders, and \(iii\) a lightweight geometric prior for stabilizing multimodal representations under iterative generative drift\.
## 2Related Work
### 2\.1Geometry and Anisotropy in CLIP
CLIP and related multimodal contrastive models\(Radford et al\.,[2021](https://arxiv.org/html/2607.13660#bib.bib29); Li et al\.,[2022](https://arxiv.org/html/2607.13660#bib.bib24); Yu et al\.,[2022](https://arxiv.org/html/2607.13660#bib.bib41)\)embed images and text into a shared latent space optimized under cosine similarity\. This objective implicitly normalizes embeddings onto a hypersphere and is often interpreted as encouraging an isotropic and uniformly distributed representation geometry\(Wang & Isola,[2022](https://arxiv.org/html/2607.13660#bib.bib39)\)\. However, a growing body of empirical evidence demonstrates that the actual geometry of CLIP latent space deviates substantially from this idealized picture\.
One prominent deviation is the*Modality Gap*, wherein image and text embeddings occupy distinct regions of the hypersphere rather than forming a fully overlapping distribution\(Liang et al\.,[2022](https://arxiv.org/html/2607.13660#bib.bib26); Levi & Gilboa,[2025](https://arxiv.org/html/2607.13660#bib.bib23)\)\. While initially viewed as a deficiency in cross\-modal alignment, subsequent studies suggest that such separation may serve functional roles, including improved robustness and mitigation of catastrophic forgetting\(Huang et al\.,[2025](https://arxiv.org/html/2607.13660#bib.bib17)\)\. Beyond modality\-level separation, CLIP representations also exhibit significant anisotropy and uneven semantic coverage\. Embeddings tend to concentrate around dominant visual patterns, such as large foreground objects or frequently co\-occurring features, while underrepresenting rare or fine\-grained concepts\(Abbasi et al\.,[2025](https://arxiv.org/html/2607.13660#bib.bib1); Wang et al\.,[2024](https://arxiv.org/html/2607.13660#bib.bib38); Lan et al\.,[2024](https://arxiv.org/html/2607.13660#bib.bib22)\)\. The anisotropic structure leads to substantial performance variability across semantics, particularly on long\-tailed and rare concepts\(Tu et al\.,[2023](https://arxiv.org/html/2607.13660#bib.bib36); Shao et al\.,[2024](https://arxiv.org/html/2607.13660#bib.bib32)\)\.
These observations indicate that CLIP latent space possesses structured and non\-uniform density rather than a single homogeneous distribution\. Consequently, cosine similarity alone cannot fully capture semantic relationships, as it ignores variations in representation density and concentration\(Steck et al\.,[2024](https://arxiv.org/html/2607.13660#bib.bib35); Kang et al\.,[2025](https://arxiv.org/html/2607.13660#bib.bib19)\)\. Several works have therefore explored alternative geometric perspectives, including cycle\-consistency constraints\(Goel et al\.,[2022](https://arxiv.org/html/2607.13660#bib.bib12)\)and optimal transport formulations\(Shi et al\.,[2024](https://arxiv.org/html/2607.13660#bib.bib33)\)\. More recent analyses explicitly characterize CLIP geometry as structured anisotropy, such as the “double\-ellipsoid” structure separating common and rare concepts\(Levi & Gilboa,[2025](https://arxiv.org/html/2607.13660#bib.bib23); Wen et al\.,[2024](https://arxiv.org/html/2607.13660#bib.bib40)\)\. Collectively, these findings suggest that CLIP latent space exhibits an inherently multimodal semantic organization\.
To enable likelihood\-based reasoning and improve calibration, recent work has proposed geometric normalization techniques\. W\-CLIP\(Betser et al\.,[2025](https://arxiv.org/html/2607.13660#bib.bib3)\), for example, applies a whitening transformation to normalize second\-order statistics and estimate likelihood under a Gaussian assumption\. Related approaches similarly attempt to regularize representation geometry through linear normalization\(Chung & Kim,[2026](https://arxiv.org/html/2607.13660#bib.bib8)\)\. While effective for calibration, such methods rely on unimodal approximations of the latent space\. In contrast, our work directly models CLIP latent space as a mixture of hyperspherical semantic components, providing a probabilistic formulation that better captures its intrinsic multimodal structure\.
### 2\.2Likelihood Estimation in Latent Space
Estimating likelihood directly in pixel space is computationally challenging and often poorly aligned with semantic similarity, motivating likelihood estimation in learned representation spaces\. Recent work has explored using pretrained multimodal encoders such as CLIP to define semantically meaningful likelihood surrogates\. In particular, W\-CLIP\(Betser et al\.,[2025](https://arxiv.org/html/2607.13660#bib.bib3)\)projects embeddings into a whitened space and estimates likelihood under a Gaussian assumption, providing a tractable likelihood proxy\. However, modeling the latent space with a single Gaussian imposes a unimodal assumption that conflicts with the inherently multimodal structure of semantic representations\. Natural image distributions consist of multiple semantic modes corresponding to different objects, attributes, and compositions\. Under a unimodal Gaussian model, rare but valid concepts may be assigned artificially low likelihood, conflating semantic rarity with distributional abnormality\. Alternative approaches, such as retrieval\-based similarity\(He et al\.,[2025](https://arxiv.org/html/2607.13660#bib.bib14)\), prompt adaptation\(Zhou et al\.,[2024](https://arxiv.org/html/2607.13660#bib.bib44); Cao et al\.,[2024b](https://arxiv.org/html/2607.13660#bib.bib7)\), or architectural modifications\(Gong et al\.,[2025](https://arxiv.org/html/2607.13660#bib.bib13)\), can improve robustness but do not provide a unified probabilistic formulation\.
In contrast, we model the CLIP latent distribution using a Mixture of von Mises–Fisher distributions, which naturally respects the hyperspherical geometry of CLIP embeddings\. This formulation captures multiple semantic modes while retaining analytical tractability for likelihood estimation\.
### 2\.3Interpretability of Multimodal Representations
Understanding and interpreting dense representations learned by multimodal models has become an important area of research\. Prior work has explored sparse linear decompositions that express embeddings as combinations of interpretable concepts drawn from predefined vocabularies or learned dictionaries\(Bhalla et al\.,[2024](https://arxiv.org/html/2607.13660#bib.bib4); Hoang\-Xuan et al\.,[2025](https://arxiv.org/html/2607.13660#bib.bib15); Parekh et al\.,[2024](https://arxiv.org/html/2607.13660#bib.bib28)\)\. Other approaches investigate internal model structure, including attention mechanisms and sparse autoencoders, to identify latent features and disentangle semantic factors within CLIP representations\(Gandelsman et al\.,[2024](https://arxiv.org/html/2607.13660#bib.bib11); Kempf et al\.,[2025](https://arxiv.org/html/2607.13660#bib.bib20); Zaigrajew et al\.,[2025](https://arxiv.org/html/2607.13660#bib.bib42); Dhimoïla et al\.,[2026](https://arxiv.org/html/2607.13660#bib.bib9)\)\. While these methods provide valuable insights, they often require training auxiliary models, introducing additional complexity and dependence on external supervision or architectural modifications\.
In contrast, our approach derives interpretability directly from probabilistic modeling of the latent space\. By representing embeddings as a mixture of hyperspherical distributions, each component corresponds to a coherent semantic mode, and individual embeddings can be interpreted through their probabilistic associations with these components\. The mixture centers naturally act as semantic prototypes, enabling semantic explanations and likelihood estimation within a unified framework, without auxiliary decoders or external concept dictionaries\.
## 3MovMF\-CLIP: Hyperspherical Density Modeling of CLIP Latent Space
We model CLIP latent space as a geometrically calibrated hyperspherical density framework\. As shown in Fig\.[2](https://arxiv.org/html/2607.13660#S3.F2), our framework proceeds in three stages: \(i\) metric normalization via whitening to remove global anisotropy \(Sec\.[3\.1](https://arxiv.org/html/2607.13660#S3.SS1)\); \(ii\) multimodal directional density modeling using MovMF with EM estimation \(Secs\.[3\.2](https://arxiv.org/html/2607.13660#S3.SS2)–[3\.3](https://arxiv.org/html/2607.13660#S3.SS3)\); and \(iii\) probabilistic inference enabling likelihood\-based evaluation and semantic attribution \(Sec\.[3\.4](https://arxiv.org/html/2607.13660#S3.SS4)\)\. Together, these components form a unified geometric–probabilistic framework for modeling CLIP representations\.
Figure 2:Overview of the MovMF\-CLIP Framework\.We first extract raw embeddings using the CLIP encoder, which exhibit severe anisotropy\. To address this, we apply geometric calibration via whitening \(z~=𝐖\(z−𝝁\)\\tilde\{z\}=\\mathbf\{W\}\(z\-\\bm\{\\mu\}\)\) and normalize the features onto a unit hypersphere \(u=z~/‖z~‖2u=\\tilde\{z\}/\\\|\\tilde\{z\}\\\|\_\{2\}\)\. Finally, we fit a MovMF distributions on the hypersphere using the EM algorithm, yielding a principled multimodal density model\.### 3\.1Geometric Calibration of CLIP Latent Space
We consider a dataset𝒟=\{\(xiimg,xitext\)\}i=1N\\mathcal\{D\}=\\\{\(x\_\{i\}^\{\\text\{img\}\},x\_\{i\}^\{\\text\{text\}\}\)\\\}\_\{i=1\}^\{N\}consisting of image–text pairs\. A pre\-trained CLIP model provides two encoders,fimg\(⋅\)f\_\{\\text\{img\}\}\(\\cdot\)andftext\(⋅\)f\_\{\\text\{text\}\}\(\\cdot\), which map each modality into a shareddd\-dimensional embedding space\. We denote byz∈ℝdz\\in\\mathbb\{R\}^\{d\}the latent representation produced by either encoder\. Our geometric calibration and density modeling are applied independently to each modality within this shared space\. Although CLIP is trained with cosine similarity and is interpreted as operating on a hypersphere, the raw latent distribution is empirically far from geometrically isotropic\. In particular, the embeddings exhibit strong second\-order anisotropy and dominant covariance directions, reflecting dataset bias and representation artifacts\. As a result, angular distances in the raw space are distorted by global variance structure, potentially obscuring the true semantic organization of the data\.
Geometric Calibration via Whitening\.To remove global anisotropy while preserving semantic structure, we first apply a whitening transformation inℝd\\mathbb\{R\}^\{d\}\. Let𝝁\\bm\{\\mu\}denote the empirical mean and𝚺\\bm\{\\Sigma\}the covariance matrix computed over the reference dataset \(*e\.g\.*5k5kvalidation samples of MS\-COCO\)\. We construct a whitening operator𝐖=𝚺−1/2\\mathbf\{W\}=\\bm\{\\Sigma\}^\{\-1/2\}and define the calibrated embedding
z~=𝐖\(z−𝝁\)\.\\tilde\{z\}=\\mathbf\{W\}\(z\-\\bm\{\\mu\}\)\.\(1\)This transformation standardizes second\-order statistics so thatCov\(z~\)≈𝐈\\mathrm\{Cov\}\(\\tilde\{z\}\)\\approx\\mathbf\{I\}\. Unlike likelihood\-based approaches such as W\-CLIP\(Betser et al\.,[2025](https://arxiv.org/html/2607.13660#bib.bib3)\), we do not assume that the whitened representations follow a Gaussian distribution\. Instead, whitening serves purely as a metric normalization step: it removes nuisance covariance structure andinduces an intrinsic Mahalanobis geometryin the original latent space \(see Appendix B\)\. Consequently, directional comparisons are no longer dominated by high\-variance axes unrelated to semantic content\.
Hyperspherical Geometry\.CLIP representations are inherently interpreted through cosine similarity, meaning that their semantics are encoded directionally on the unit hypersphere\. Accordingly, after geometric calibration, we operate on normalized embeddings
u=z~‖z~‖2,u∈𝕊d−1,u=\\frac\{\\tilde\{z\}\}\{\\\|\\tilde\{z\}\\\|\_\{2\}\},\\qquad u\\in\\mathbb\{S\}^\{d\-1\},\(2\)which respects the intrinsic hyperspherical geometry imposed by contrastive training\. This step does not introduce an additional modeling assumption; rather, it aligns our probabilistic framework with the geometry already underlying CLIP\. By separating global covariance normalization inℝd\\mathbb\{R\}^\{d\}from directional modeling on𝕊d−1\\mathbb\{S\}^\{d\-1\}, we obtain a geometrically consistent representation that isolates semantic structure from nuisance anisotropy\. This calibrated hyperspherical representation forms the foundation for our mixture\-based density modeling\.
### 3\.2Modeling Latent Density via MovMF
Following the geometric calibration defined in Sec\.[3\.1](https://arxiv.org/html/2607.13660#S3.SS1), we operate on whitened and normalized embeddings𝒰=\{u1,…,uN\}⊂𝕊d−1\\mathcal\{U\}=\\\{u\_\{1\},\\dots,u\_\{N\}\\\}\\subset\\mathbb\{S\}^\{d\-1\}\. Since CLIP encodes semantics directionally and compares representations via cosine similarity, the natural probability model on𝕊d−1\\mathbb\{S\}^\{d\-1\}is the von Mises–Fisher \(vMF\) distribution\.
Single vMF Distribution\.For a unit vectoru∈𝕊d−1u\\in\\mathbb\{S\}^\{d\-1\}, the density of a vMF distribution with mean directionμ∈𝕊d−1\\mu\\in\\mathbb\{S\}^\{d\-1\}and concentrationκ≥0\\kappa\\geq 0is
fvMF\(u;μ,κ\)=Cd\(κ\)exp\(κμ⊤u\),f\_\{\\text\{vMF\}\}\(u;\\mu,\\kappa\)=C\_\{d\}\(\\kappa\)\\exp\(\\kappa\\mu^\{\\top\}u\),\(3\)where the normalization constant is
Cd\(κ\)=κd/2−1\(2π\)d/2Id/2−1\(κ\)\.C\_\{d\}\(\\kappa\)=\\frac\{\\kappa^\{d/2\-1\}\}\{\(2\\pi\)^\{d/2\}I\_\{d/2\-1\}\(\\kappa\)\}\.\(4\)andIν\(⋅\)I\_\{\\nu\}\(\\cdot\)denotes the modified Bessel function of the first kind\. The mean directionμ\\muidentifies the center of a semantic cluster on the hypersphere, whileκ\\kappacontrols its concentration\. Largerκ\\kappacorresponds to tighter clustering aroundμ\\mu, whereasκ=0\\kappa=0reduces to the uniform distribution on𝕊d−1\\mathbb\{S\}^\{d\-1\}\.
Mixture Model\.Natural image and text distributions are inherently multimodal, containing distinct semantic regions \(*e\.g\.,*animals, vehicles, landscapes\)\. To capture this structure, we model the latent density as a mixture ofKKindependent vMF components:
p\(u∣Θ\)=∑k=1KπkfvMF\(u;μk,κk\),p\(u\\mid\\Theta\)=\\sum\_\{k=1\}^\{K\}\\pi\_\{k\}\\,f\_\{\\text\{vMF\}\}\(u;\\mu\_\{k\},\\kappa\_\{k\}\),\(5\)whereΘ=\{\(πk,μk,κk\)\}k=1K\\Theta=\\\{\(\\pi\_\{k\},\\mu\_\{k\},\\kappa\_\{k\}\)\\\}\_\{k=1\}^\{K\}are the set parameters that need to be learned, and the mixing coefficients satisfyπk≥0\\pi\_\{k\}\\geq 0and∑k=1Kπk=1\\sum\_\{k=1\}^\{K\}\\pi\_\{k\}=1\. Each component corresponds to a coherent semantic mode on the hypersphere, and the resulting density naturally reflects the multimodal organization of the CLIP latent space\.
### 3\.3Parameter Estimation via EM
We estimate the parametersΘ\\Thetaby maximizing the log\-likelihood
ℒ\(Θ\)=∑i=1Nlogp\(ui∣Θ\),\\mathcal\{L\}\(\\Theta\)=\\sum\_\{i=1\}^\{N\}\\log p\(u\_\{i\}\\mid\\Theta\),using the Expectation–Maximization \(EM\) algorithm for vMF distributions\(Banerjee et al\.,[2005](https://arxiv.org/html/2607.13660#bib.bib2)\)\. The EM procedure alternates between computing the vMF posterior assignments \(E\-step\) and updating the model parameters \(M\-step\)\.
E\-Step\.Given current parameters, we compute the normalized responsibility
γik=p\(k∣ui,Θ\)=πkfvMF\(ui;μk,κk\)∑j=1KπjfvMF\(ui;μj,κj\)\.\\gamma\_\{ik\}=p\(k\\mid u\_\{i\},\\Theta\)=\\frac\{\\pi\_\{k\}f\_\{\\text\{vMF\}\}\(u\_\{i\};\\mu\_\{k\},\\kappa\_\{k\}\)\}\{\\sum\_\{j=1\}^\{K\}\\pi\_\{j\}f\_\{\\text\{vMF\}\}\(u\_\{i\};\\mu\_\{j\},\\kappa\_\{j\}\)\}\.For numerical stability in high dimensions, we evaluate this expression in the log\-domain:logγik∝logπk\+κkμk⊤ui\+logCd\(κk\)\.\\log\\gamma\_\{ik\}\\propto\\log\\pi\_\{k\}\+\\kappa\_\{k\}\\mu\_\{k\}^\{\\top\}u\_\{i\}\+\\log C\_\{d\}\(\\kappa\_\{k\}\)\.These responsibilities quantify the soft assignment of each embedding to semantic components\.
M\-Step\.In this step, we update the parameters to maximize the expected complete\-data log\-likelihood based on responsibilities computed in the E\-step\.
#### Mixing Coefficients and Mean Directions\.
The mixing coefficients are updated as the fraction of total mass assigned to each cluster:
πknew=NkN,whereNk=∑i=1Nγik\.\\pi\_\{k\}^\{\\text\{new\}\}=\\frac\{N\_\{k\}\}\{N\},\\quad\\text\{where \}N\_\{k\}=\\sum\_\{i=1\}^\{N\}\\gamma\_\{ik\}\.\(6\)Then the weighted resultant vector and updated mean for clusterkkare:
rk=∑i=1Nγikui,μknew=rk‖rk‖2\.r\_\{k\}=\\sum\_\{i=1\}^\{N\}\\gamma\_\{ik\}u\_\{i\},\\quad\\mu\_\{k\}^\{\\text\{new\}\}=\\frac\{r\_\{k\}\}\{\\\|r\_\{k\}\\\|\_\{2\}\}\.\(7\)
#### Concentration Parameter Update\.
LetR¯k=‖rk‖2/Nk\\bar\{R\}\_\{k\}=\\nicefrac\{\{\\\|r\_\{k\}\\\|\_\{2\}\}\}\{\{N\_\{k\}\}\}denote the mean resultant length\. The maximum\-likelihood estimate ofκk\\kappa\_\{k\}involves
Ad\(κk\)=R¯k,whereAd\(κ\)=Id/2\(κ\)Id/2−1\(κ\)\.A\_\{d\}\(\\kappa\_\{k\}\)=\\bar\{R\}\_\{k\},\\quad\\text\{where\}\\quad A\_\{d\}\(\\kappa\)=\\frac\{I\_\{d/2\}\(\\kappa\)\}\{I\_\{d/2\-1\}\(\\kappa\)\}\.Direct inversion is computationally expensive, particularly in high\-dimensional settings \(d≥512d\\geq 512\)\. We therefore adopt the accurate approximation fromBanerjee et al\. \([2005](https://arxiv.org/html/2607.13660#bib.bib2)\):
κknew≈R¯k\(d−R¯k2\)1−R¯k2\.\\kappa\_\{k\}^\{\\text\{new\}\}\\approx\\frac\{\\bar\{R\}\_\{k\}\(d\-\\bar\{R\}\_\{k\}^\{2\}\)\}\{1\-\\bar\{R\}\_\{k\}^\{2\}\}\.\(8\)This approximation yields stable and efficient updates suitable for large\-scale CLIP embeddings while maintaining sufficient accuracy\.
### 3\.4Inference: Density Evaluation and Semantic Decomposition
After estimating the movMF parametersΘ=\{\(πk,μk,κk\)\}k=1K\\Theta=\\\{\(\\pi\_\{k\},\\mu\_\{k\},\\kappa\_\{k\}\)\\\}\_\{k=1\}^\{K\}via EM, the learned model defines an explicit probability density on the hypersphere\. Inference therefore reduces to evaluating this density and its associated posterior structure\. Importantly, since CLIP maps both images and text into a shared embedding space, the same probabilistic framework applies to either modality\.
Likelihood as a Geometric Density Score\.For a query sampleu∈𝕊d−1u\\in\\mathbb\{S\}^\{d\-1\}, the log\-likelihood scoreS\(u\)S\(u\)under the learned mixture is
S\(u\)=logP\(u\|Θ\)=log\(∑k=1KπkCd\(κk\)exp\(κkμk⊤u\)\)\.S\(u\)=\\log P\(u\|\\Theta\)=\\log\\left\(\\sum\_\{k=1\}^\{K\}\\pi\_\{k\}C\_\{d\}\(\\kappa\_\{k\}\)\\exp\(\\kappa\_\{k\}\\mu\_\{k\}^\{\\top\}u\)\\right\)\.\(9\)This quantity measures how well the sample aligns with the learned semantic modes of the latent space\. Unlike Gaussian\-based scoring, the likelihood here reflects proximity to multiple semantic directions rather than distance from a single global center\. Since the model captures multimodal density structure, low likelihood indicates that a sample lies outside established semantic regions rather than merely being far from an average embedding\.This enables principled evaluation of representation quality, distribution shift in image and text domains, and long\-tail behavior within a unified probabilistic framework\.
Posterior Structure and Semantic Attribution\.Beyond scalar likelihood scoring, the mixture structure provides a richer, interpretable decomposition\. For a given embeddinguu, we can compute the posterior responsibility
γk\(u\)=P\(k∣u\)=πkfvMF\(u;μk,κk\)∑j=1KπjfvMF\(u;μj,κj\)\.\\gamma\_\{k\}\(u\)=P\(k\\mid u\)=\\frac\{\\pi\_\{k\}f\_\{\\text\{vMF\}\}\(u;\\mu\_\{k\},\\kappa\_\{k\}\)\}\{\\sum\_\{j=1\}^\{K\}\\pi\_\{j\}f\_\{\\text\{vMF\}\}\(u;\\mu\_\{j\},\\kappa\_\{j\}\)\}\.\(10\)This posterior distribution quantifies the degree to which the sample is explained by each semantic component\. Each mixture component corresponds to a coherent directional mode on the hypersphere\. By associating mixture centers with representative samples or textual descriptions from the training data, these components can be interpreted as semantic prototypes\. The posterior vector\{γk\(u\)\}k=1K\\\{\\gamma\_\{k\}\(u\)\\\}\_\{k=1\}^\{K\}therefore provides a soft semantic decomposition of the embedding:
u≈∑k=1Kγk\(u\)μk,u\\;\\approx\\;\\sum\_\{k=1\}^\{K\}\\gamma\_\{k\}\(u\)\\,\\mu\_\{k\},where we can interpret the representation as a weighted combination of latent semantic modes\. This interpretation arises directly from the probabilistic structure of the model and does not require auxiliary decoders or external supervision\. Our MovMF\-CLIP framework yields bothaccurate density estimationandintrinsic semantic attributionwithin a unified hyperspherical geometry\.
## 4Experiments
### 4\.1Experimental Setup
Datasets\.We adopt MS\-COCO 2017 as the primary in\-distribution \(ID\) dataset\. Its validation split is used for both density estimation and long\-tailed evaluation across semantic categories\. For OOD evaluation, we use a cleaned subset of OpenImages\(Kuznetsova et al\.,[2020](https://arxiv.org/html/2607.13660#bib.bib21)\), following VOS\(Du et al\.,[2022](https://arxiv.org/html/2607.13660#bib.bib10)\)to remove overlapping categories\.
Long\-tailed and OOD Detection\.We assess likelihood robustness by measuring how well the learned density distinguishes ID samples from OOD data and how it behaves across frequent versus rare semantic categories\. This setup allows us to evaluate whether hyperspherical mixture modeling mitigates the common conflation between semantic rarity and distributional abnormality\.
Interpretable Semantic Decomposition\.To evaluate interpretability, we compare against SPLICE\(Bhalla et al\.,[2024](https://arxiv.org/html/2607.13660#bib.bib4)\), MSAE\(Zaigrajew et al\.,[2025](https://arxiv.org/html/2607.13660#bib.bib42)\), and TextSpan\(Gandelsman et al\.,[2024](https://arxiv.org/html/2607.13660#bib.bib11)\)by measuring alignment between mixture\-based semantic decomposition and ground\-truth captions\. This metric evaluates whether the posterior responsibilities of mixture components correspond to meaningful linguistic concepts in the annotations\.
Semantic Stability Under Iterative Generative Drift\.To study generative robustness, we simulate semantic drift through iterative encoding–decoding cycles using the pipeline of CLIP \+ UnCLIP111https://huggingface\.co/sd2\-community/stable\-diffusion\-2\-1\-unclip\-small\. At each iteration, images are re\-encoded into CLIP space, allowing us to track density and semantic changes\. We compare against W\-CLIP\(Betser et al\.,[2025](https://arxiv.org/html/2607.13660#bib.bib3)\)in terms of semantic stability\.
Implementation Details\.For experiments on semantic decomposition, followingBhalla et al\. \([2024](https://arxiv.org/html/2607.13660#bib.bib4)\), all methods use the same OpenCLIP ViT\-B/32 backbone trained on LAION\-400M\. By contrast, the pre\-trained CLIP ViT\-L/14 backbone is used for all the other experiments\. FollowingBetser et al\. \([2025](https://arxiv.org/html/2607.13660#bib.bib3)\), we estimate the whitening transformation from MS\-COCO validation set\. The hyperparameters of our method are fixed across tasks\. Additional qualitative analyses and extended results on BLIP\-2\(Li et al\.,[2023](https://arxiv.org/html/2607.13660#bib.bib25)\)and CoCa\(Yu et al\.,[2022](https://arxiv.org/html/2607.13660#bib.bib41)\)are provided in Appendices C and E\.
Table 1:Long\-tail likelihood fairness\.AUROC for separating head and tail categories using likelihood scores \(ideal→0\.5\\rightarrow 0\.5\)\. Lower values indicate reduced bias against rare concepts\. MovMF\-CLIP substantially improves fairness compared to W\-CLIP\.Table 2:Out\-of\-distribution detection\.FPR95 \(↓\\downarrow\) and AUROC \(↑\\uparrow\) on MS\-COCO \(full set and tail\-only subset\) versus OpenImages OOD samples\. MovMF\-CLIP improves both detection performance and maintains robustness on long\-tail subsets\.
### 4\.2Long\-tailed and OOD Detection
A key limitation of unimodal latent density modeling \(*e\.g\.*, W\-CLIP\) is the conflation of*semantic rarity*with*distributional abnormality*\. Under a single isotropic Gaussian assumption, valid but infrequent long\-tail concepts tend to receive low likelihood simply due to their distance from the global mean, making them indistinguishable from true OOD samples\. In contrast, MovMF\-CLIP models the latent space as a hyperspherical mixture, allowing rare but semantically coherent regions to be represented by dedicated mixture components\. We evaluate this property through long\-tail likelihood fairness and OOD detection\.
Long\-Tailed Likelihood Fairness \(texts\)\.We analyze captions of MS\-COCO, partitioning into*head*and*tail*groups based on concept frequency statistics\. To quantify bias against rare semantics, we measure how well likelihood scores separate head from tail samples using AUROC\. A value closer to0\.50\.5indicates fairness, meaning likelihood does not systematically penalize rare concepts\.
As shown in Table[1](https://arxiv.org/html/2607.13660#S4.T1), W\-CLIP exhibits strong discrimination against tail samples \(AUROC\>0\.78\>0\.78\), confirming that a global Gaussian prior treats long\-tail concepts as outliers\. In contrast, MovMF\-CLIP substantially reduces this bias \(AUROC closer to0\.50\.5\), indicating that multimodal hyperspherical modeling assigns calibrated likelihoods across semantic frequency groups\.
Out\-of\-Distribution Detection \(images\)\.Table[2](https://arxiv.org/html/2607.13660#S4.T2)shows that MovMF\-CLIP consistently outperforms all competing approaches\. On the full ID set, FPR95 is reduced from67\.76%67\.76\\%to48\.00%48\.00\\%compared with W\-CLIP\. When restricting ID samples to the pure tail subset, the degradation observed in W\-CLIP becomes pronounced \(FPR95 increases from67\.76%67\.76\\%to75\.05%75\.05\\%\), while MovMF\-CLIP remains stable and improves FPR95 to33\.48%33\.48\\%\. This demonstrates that separating semantic multimodality from global density structure improves both fairness to long\-tail concepts and robustness to distributional shifts\. Consistent improvements are also observed on BLIP\-2\(Li et al\.,[2023](https://arxiv.org/html/2607.13660#bib.bib25)\)/CoCa\(Yu et al\.,[2022](https://arxiv.org/html/2607.13660#bib.bib41)\)backbones \(see Appendix C\)\.
Table 3:Semantic Relevance and inference efficiency\.Comparison with concept\-based decomposition methods using the same OpenCLIP ViT\-B/32 backbone\. MovMF\-CLIP achieves higher semantic alignment with ground\-truth captions while reducing per\-image inference time through its closed\-form posterior computation\.
### 4\.3Interpretable Semantic Decomposition
We evaluate whether the learned mixture structure learned yields semantically meaningful and human\-aligned decompositions of visual representations\.
Evaluation Metric\.Following SPLICE, we adopt theSemantic Relevancemetric to quantify alignment between model\-derived concepts and ground\-truth captions\. Higher values indicate stronger semantic agreement\. Detailed formulations are kindly referred to Appendix C\.
Experimental Setup\.For all projection\-based baselines, we report results using their officially recommended optimal sparsity settings\. As for our MovMF\-CLIP, we useK=500K=500mixture components and retain the topN=10N=10keywords per component\. Ablation studies overKKandNNare provided in Appendix D\.
Results and Efficiency\.Table[3](https://arxiv.org/html/2607.13660#S4.T3)shows that MovMF\-CLIP achieves the highest Semantic Relevance score, outperforming projection\-based baselines\. Beyond accuracy, MovMF\-CLIP offers a substantial computational advantage\. Compared to the second best method, MovMF\-CLIP significantly reduces per\-image inference time from 132\.7 ms to9\.8 ms, achieving over a13×\\timesspeedup\. This is because projection\-based methods require solving a sparse regression problem over large concept dictionaries for each image, typically involving iterative CPU\-based solvers\. In contrast, semantic decomposition in MovMF\-CLIP reduces to evaluating posterior responsibilitiesγk\(u\)=P\(k∣u\)\\gamma\_\{k\}\(u\)=P\(k\\mid u\)which requires only a matrix multiplication with the learned cluster centers\.
Figure 3:Concept localization\.MovMF\-CLIP represents each image as a sparse mixture of semantic prototypes\. Concept\-specific heatmaps highlight image regions associated with each semantic component\.Qualitative Analysis\.To provide an intuitive illustration of the learned semantic structure, we visualize and compare the decompositions produced by MovMF\-CLIP and SPLICE on several complex real\-world scenes \(see[fig\.4](https://arxiv.org/html/2607.13660#S4.F4)\)\. Projection\-based methods often yield broad or loosely related concepts when representing images as sparse combinations over large dictionaries\. For example, in the fruit bowl scene, SPLICE primarily identifies generic terms such as “fruit” or “vitamin”, without resolving more specific semantics\. Our MovMF\-CLIP decomposes each image into a sparse probabilistic combination of hyperspherical semantic prototypes\. The resulting components tend to align with more precise and fine\-grained visual concepts in the scene\. This behavior is consistent with the multimodal structure induced by hyperspherical mixture modeling\. Fig\.[3](https://arxiv.org/html/2607.13660#S4.F3)further visualizes the concept\-specific heatmaps produced by our model, where the highlighted regions closely correspond to the underlying objects associated with each semantic component\.
Figure 4:Qualitative comparison of semantic decomposition\.Concept extraction results for SPLICE and MovMF\-CLIP on representative scenes\. Projection\-based methods may emphasize generic or context\-dependent terms, whereas our MovMF\-CLIP produces a sparse probabilistic combination of semantically coherent cluster prototypes aligned with object\-centric content\.Semantic Direction Intervention\.Beyond decomposing embeddings into interpretable concepts, the learned vMF components can also be used as explicit semantic directions\. Given a target component centerμk\\mu\_\{k\}, we manipulate the whitened embedding by subtracting or amplifying its projection alongμk\\mu\_\{k\}, while keeping the overall embedding norm fixed before mapping it back for UnCLIP decoding\. As shown in Fig\.[5](https://arxiv.org/html/2607.13660#S4.F5), removing the cat\-associated direction suppresses the cat semantics, whereas amplifying the same direction progressively strengthens them\. This provides qualitative evidence that the mixture components capture controllable semantic factors rather than merely improving aggregate likelihood scores\.
Figure 5:Directional semantic intervention in CLIP latent space\.We identify a vMF component associated with the cat concept and directly manipulate its direction in the whitened CLIP space before UnCLIP decoding\. Removing the component suppresses the cat from the generated image, while amplifying the same direction strengthens the corresponding visual semantics\. This illustrates that MovMF\-CLIP learns semantically meaningful and controllable directions\.
### 4\.4Semantic Stability Under Iterative Generative Drift
We simulate a process of iterative generative drift by constructing the encoding–decoding pipeline in Fig\.[6](https://arxiv.org/html/2607.13660#S4.F6), which involves conducting CLIP encoding and UnCLIP decoding repeatedly\. When an image is projected into the latent space and decoded back to the pixel domain iteratively, small perturbations accumulate, gradually shifting the embedding toward low\-density regions between valid semantic modes\. This*semantic drift*manifests as progressive degradation in both visual fidelity and semantic consistency\. We evaluate whether the hyperspherical mixture structure learned by MovMF\-CLIP can serve as a geometric prior to stabilize CLIP latent representations during such iterative processes\.
![[Uncaptioned image]](https://arxiv.org/html/2607.13660v1/figures/4pipeline.png)
Figure 6:Pipeline for iterative generative drift analysis\.We insert MovMF\-CLIP into the encoding\-decoding loop to stabilize the underlying semantics\.
Semantic Stabilization via Hyperspherical Mixture Projection\.Given a whitened embeddingz~\\tilde\{z\}, we first normalize it onto the hypersphere and compute its posterior responsibilities\{γk\}\\\{\\gamma\_\{k\}\\\}\. Components with negligible posterior mass are discarded, and the embedding is reconstructed as a weighted combination of the retained mixture centers\. The reconstructed direction is then rescaled to match the original whitened norm and mapped back to the original space via inverse whitening\. This operation projects drifting embeddings toward high\-density semantic regions while preserving their magnitudes\. The resulting embedding is then fed into the next UnCLIP decoding step\.
Experimental Setup\.We mainly compare MovMF\-CLIP against W\-CLIP\(Betser et al\.,[2025](https://arxiv.org/html/2607.13660#bib.bib3)\), which regularizes embeddings by projecting them onto a fixed\-radius hypersphere in whitened space without directional correction\. To quantify semantic stability, we measure two metrics between the original image and the image obtained after six iterations: LPIPS \(AlexNet\)\(Zhang et al\.,[2018](https://arxiv.org/html/2607.13660#bib.bib43)\)for perceptual distortion \(↓\\downarrowbetter\) and CLIP cosine similarity for semantic retention \(↑\\uparrowbetter\)\.
Quantitative Results\.As shown in Table[4](https://arxiv.org/html/2607.13660#S4.T4), MovMF\-CLIP consistently improves both perceptual quality and semantic stability\. While W\-CLIP constrains embedding magnitude, it does not regulate directional drift on the hypersphere, leading to gradual semantic degradation\. In contrast, our mixture\-based method explicitly anchors embeddings to high\-density semantic modes, resulting in improved cosine similarity and reduced perceptual distortion\.
Table 4:Iterative CLIP–UnCLIP generation\.Average LPIPS \(↓\\downarrow\) and CLIP cosine similarity \(↑\\uparrow\) over1,0001,000MS\-COCO images afterk=6k=6encode–decode iterations\. MovMF\-CLIP improves both perceptual consistency and semantic retention\.
Qualitative Analysis\.Fig\.[7](https://arxiv.org/html/2607.13660#S4.F7)visualizes representative iterative trajectories\. For W\-CLIP, embeddings progressively drift away from coherent semantic regions, leading to noticeable degradation\. Instead, our MovMF\-CLIP maintains alignment with semantically meaningful prototypes throughout the iterations, yielding more stable visual and semantic evolution\.
![[Uncaptioned image]](https://arxiv.org/html/2607.13660v1/figures/case18pm.png)
Figure 7:Qualitative comparison under iterative generative drift\.For each example, the original image is followed by its evolution over six encoding\-decoding iterations\. The three rows demonstrate the trajectories using vanilla CLIP\-UnCLIP \(top\), W\-CLIP \(middle\), and MovMF\-CLIP \(bottom\)\. Our hyperspherical mixture aligns well with coherent semantic prototypes, resulting in more stable semantic trajectories\.
## 5Conclusion
We revisited CLIP latent space through a geometric lens and argued that it is more faithfully modeled as a hyperspherical semantic mixture rather than a unimodal Gaussian\. By separating global covariance anisotropy from directional multimodality, MovMF\-CLIP provides a simple and principled density model aligned with the intrinsic structure of contrastive embeddings\. This unified geometric–probabilistic framework enables calibrated likelihood estimation, intrinsic semantic decomposition, and improved semantic stability under iterative generative drift\. Our findings underscore the central role of representation geometry in probabilistic modeling of foundation models and point toward structured, geometry\-aware probabilistic frameworks for future multimodal learning\.
## References
- Abbasi et al\. \(2025\)Reza Abbasi, Ali Nazari, Aminreza Sefid, Mohammadali Banayeeanzade, Mohammad Hossein Rohban, and Mahdieh Soleymani Baghshah\.Clip under the microscope: A fine\-grained analysis of multi\-object representation\.*CVPR*, 2025\.URL[https://arxiv\.org/abs/2502\.19842](https://arxiv.org/abs/2502.19842)\.
- Banerjee et al\. \(2005\)Arindam Banerjee, Inderjit S\. Dhillon, Joydeep Ghosh, and Suvrit Sra\.Clustering on the unit hypersphere using von mises\-fisher distributions\.*JMLR*, 2005\.URL[http://jmlr\.org/papers/v6/banerjee05a\.html](http://jmlr.org/papers/v6/banerjee05a.html)\.
- Betser et al\. \(2025\)Roy Betser, Meir Yossef Levi, and Guy Gilboa\.Whitened clip as a likelihood surrogate of images and captions\.*ICML*, 2025\.URL[https://arxiv\.org/abs/2505\.06934](https://arxiv.org/abs/2505.06934)\.
- Bhalla et al\. \(2024\)Usha Bhalla, Alex Oesterling, Suraj Srinivas, Flavio P\. Calmon, and Himabindu Lakkaraju\.Interpreting clip with sparse linear concept embeddings \(splice\)\.*Neurips*, 2024\.URL[https://arxiv\.org/abs/2402\.10376](https://arxiv.org/abs/2402.10376)\.
- Bortoli et al\. \(2022\)Valentin De Bortoli, Emile Mathieu, Michael Hutchinson, James Thornton, Yee Whye Teh, and Arnaud Doucet\.Riemannian score\-based generative modelling\.*NeurIPS*, 2022\.URL[https://arxiv\.org/abs/2202\.02763](https://arxiv.org/abs/2202.02763)\.
- Cao et al\. \(2024a\)Chentao Cao, Zhun Zhong, Zhanke Zhou, Yang Liu, Tongliang Liu, and Bo Han\.Envisioning outlier exposure by large language models for out\-of\-distribution detection\.*ICML*, 2024a\.URL[https://arxiv\.org/abs/2406\.00806](https://arxiv.org/abs/2406.00806)\.
- Cao et al\. \(2024b\)Yunkang Cao, Jiangning Zhang, Luca Frittoli, Yuqi Cheng, Weiming Shen, and Giacomo Boracchi\.Adaclip: Adapting clip with hybrid learnable prompts for zero\-shot anomaly detection\.*ECCV*, 2024b\.URL[http://dx\.doi\.org/10\.1007/978\-3\-031\-72761\-0\_4](http://dx.doi.org/10.1007/978-3-031-72761-0_4)\.
- Chung & Kim \(2026\)Jiwan Chung and Seon Joo Kim\.Global geometry is not enough for vision representations, 2026\.URL[https://arxiv\.org/abs/2602\.03282](https://arxiv.org/abs/2602.03282)\.
- Dhimoïla et al\. \(2026\)Grégoire Dhimoïla, Thomas Fel, Victor Boutin, and Agustin Picard\.Cross\-modal redundancy and the geometry of vision\-language embeddings, 2026\.URL[https://arxiv\.org/abs/2602\.06218](https://arxiv.org/abs/2602.06218)\.
- Du et al\. \(2022\)Xuefeng Du, Zhaoning Wang, Mu Cai, and Yixuan Li\.Vos: Learning what you don’t know by virtual outlier synthesis\.*ICLR*, 2022\.URL[https://arxiv\.org/abs/2202\.01197](https://arxiv.org/abs/2202.01197)\.
- Gandelsman et al\. \(2024\)Yossi Gandelsman, Alexei A\. Efros, and Jacob Steinhardt\.Interpreting clip’s image representation via text\-based decomposition\.*ICLR*, 2024\.URL[https://arxiv\.org/abs/2310\.05916](https://arxiv.org/abs/2310.05916)\.
- Goel et al\. \(2022\)Shashank Goel, Hritik Bansal, Sumit Bhatia, Ryan A\. Rossi, Vishwa Vinay, and Aditya Grover\.Cyclip: Cyclic contrastive language\-image pretraining\.*Neurips*, 2022\.URL[https://arxiv\.org/abs/2205\.14459](https://arxiv.org/abs/2205.14459)\.
- Gong et al\. \(2025\)Tao Gong, Qi Chu, Bin Liu, Zhou Wei, and Nenghai Yu\.Fe\-clip: Frequency enhanced clip model for zero\-shot anomaly detection and segmentation\.*ICCV*, 2025\.URL[https://iccv\.thecvf\.com/virtual/2025/poster/2571](https://iccv.thecvf.com/virtual/2025/poster/2571)\.
- He et al\. \(2025\)Jianfang He, Min Cao, Silong Peng, and Qiong Xie\.Rareclip: Rarity\-aware online zero\-shot industrial anomaly detection\.In*Proceedings of the IEEE/CVF International Conference on Computer Vision \(ICCV\)*, pp\. 24478–24487, October 2025\.
- Hoang\-Xuan et al\. \(2025\)Nhat Hoang\-Xuan, Xiyuan Wei, Wanli Xing, Tianbao Yang, and My T\. Thai\.Advancing interpretability of CLIP representations with concept surrogate model\.*Neurips*, 2025\.URL[https://openreview\.net/forum?id=KxoPiQ03BT](https://openreview.net/forum?id=KxoPiQ03BT)\.
- Huang et al\. \(2022\)Chin\-Wei Huang, Milad Aghajohari, Avishek Joey Bose, Prakash Panangaden, and Aaron Courville\.Riemannian diffusion models\.*NeurIPS*, 2022\.URL[https://arxiv\.org/abs/2208\.07949](https://arxiv.org/abs/2208.07949)\.
- Huang et al\. \(2025\)Linlan Huang, Xusheng Cao, Haori Lu, Yifan Meng, Fei Yang, and Xialei Liu\.Mind the gap: Preserving and compensating for the modality gap in clip\-based continual learning\.*ICCV*, 2025\.URL[https://arxiv\.org/abs/2507\.09118](https://arxiv.org/abs/2507.09118)\.
- Jiang et al\. \(2024\)Xue Jiang, Feng Liu, Zhen Fang, Hong Chen, Tongliang Liu, Feng Zheng, and Bo Han\.Negative label guided ood detection with pretrained vision\-language models\.*ICLR*, 2024\.URL[https://arxiv\.org/abs/2403\.20078](https://arxiv.org/abs/2403.20078)\.
- Kang et al\. \(2025\)Raphi Kang, Yue Song, Georgia Gkioxari, and Pietro Perona\.Is clip ideal? no\. can we fix it? yes\!*ICCV*, 2025\.URL[https://arxiv\.org/abs/2503\.08723](https://arxiv.org/abs/2503.08723)\.
- Kempf et al\. \(2025\)Elias Kempf, Simon Schrodi, Max Argus, and Thomas Brox\.When and how does clip enable domain and compositional generalization?*ICML*, 2025\.URL[https://arxiv\.org/abs/2502\.09507](https://arxiv.org/abs/2502.09507)\.
- Kuznetsova et al\. \(2020\)Alina Kuznetsova, Hassan Rom, Neil Alldrin, Jasper Uijlings, Ivan Krasin, Jordi Pont\-Tuset, Shahab Kamali, Stefan Popov, Matteo Malloci, Alexander Kolesnikov, Tom Duerig, and Vittorio Ferrari\.The open images dataset v4: Unified image classification, object detection, and visual relationship detection at scale\.*International Journal of Computer Vision*, 128\(7\):1956–1981, March 2020\.ISSN 1573\-1405\.doi:10\.1007/s11263\-020\-01316\-z\.URL[http://dx\.doi\.org/10\.1007/s11263\-020\-01316\-z](http://dx.doi.org/10.1007/s11263-020-01316-z)\.
- Lan et al\. \(2024\)Mengcheng Lan, Chaofeng Chen, Yiping Ke, Xinjiang Wang, Litong Feng, and Wayne Zhang\.Clearclip: Decomposing clip representations for dense vision\-language inference\.*ECCV*, 2024\.URL[https://arxiv\.org/abs/2407\.12442](https://arxiv.org/abs/2407.12442)\.
- Levi & Gilboa \(2025\)Meir Yossef Levi and Guy Gilboa\.The double\-ellipsoid geometry of clip\.*ICML*, 2025\.URL[https://arxiv\.org/abs/2411\.14517](https://arxiv.org/abs/2411.14517)\.
- Li et al\. \(2022\)Junnan Li, Dongxu Li, Caiming Xiong, and Steven Hoi\.Blip: Bootstrapping language\-image pre\-training for unified vision\-language understanding and generation\.*ICML*, 2022\.URL[https://arxiv\.org/abs/2201\.12086](https://arxiv.org/abs/2201.12086)\.
- Li et al\. \(2023\)Junnan Li, Dongxu Li, Silvio Savarese, and Steven Hoi\.Blip\-2: Bootstrapping language\-image pre\-training with frozen image encoders and large language models\.*ICML*, 2023\.URL[https://arxiv\.org/abs/2301\.12597](https://arxiv.org/abs/2301.12597)\.
- Liang et al\. \(2022\)Weixin Liang, Yuhui Zhang, Yongchan Kwon, Serena Yeung, and James Zou\.Mind the gap: Understanding the modality gap in multi\-modal contrastive representation learning\.*Neurips*, 2022\.URL[https://arxiv\.org/abs/2203\.02053](https://arxiv.org/abs/2203.02053)\.
- Ming et al\. \(2022\)Yifei Ming, Ziyang Cai, Jiuxiang Gu, Yiyou Sun, Wei Li, and Yixuan Li\.Delving into out\-of\-distribution detection with vision\-language representations\.*Advances in neural information processing systems*, 35:35087–35102, 2022\.
- Parekh et al\. \(2024\)Jayneel Parekh, Pegah Khayatan, Mustafa Shukor, Alasdair Newson, and Matthieu Cord\.A concept\-based explainability framework for large multimodal models\.*Neurips*, 2024\.URL[https://arxiv\.org/abs/2406\.08074](https://arxiv.org/abs/2406.08074)\.
- Radford et al\. \(2021\)Alec Radford, Jong Wook Kim, Chris Hallacy, Aditya Ramesh, Gabriel Goh, Sandhini Agarwal, Girish Sastry, Amanda Askell, Pamela Mishkin, Jack Clark, Gretchen Krueger, and Ilya Sutskever\.Learning transferable visual models from natural language supervision\.*ICML*, 2021\.URL[https://arxiv\.org/abs/2103\.00020](https://arxiv.org/abs/2103.00020)\.
- Ramesh et al\. \(2022\)Aditya Ramesh, Prafulla Dhariwal, Alex Nichol, Casey Chu, and Mark Chen\.Hierarchical text\-conditional image generation with clip latents, 2022\.URL[https://arxiv\.org/abs/2204\.06125](https://arxiv.org/abs/2204.06125)\.
- Rombach et al\. \(2022\)Robin Rombach, Andreas Blattmann, Dominik Lorenz, Patrick Esser, and Björn Ommer\.High\-resolution image synthesis with latent diffusion models\.*CVPR*, 2022\.URL[https://arxiv\.org/abs/2112\.10752](https://arxiv.org/abs/2112.10752)\.
- Shao et al\. \(2024\)Jie\-Jing Shao, Jiang\-Xin Shi, Xiao\-Wen Yang, Lan\-Zhe Guo, and Yu\-Feng Li\.Examining the achilles’ heel of CLIP models: The worst\-performing categories, 2024\.URL[https://openreview\.net/forum?id=0S0CgZEYxR](https://openreview.net/forum?id=0S0CgZEYxR)\.
- Shi et al\. \(2024\)Liangliang Shi, Jack Fan, and Junchi Yan\.OT\-CLIP: Understanding and generalizing CLIP via optimal transport\.*ICML*, 2024\.URL[https://openreview\.net/forum?id=X8uQ1TslUc](https://openreview.net/forum?id=X8uQ1TslUc)\.
- Song et al\. \(2021\)Yang Song, Jascha Sohl\-Dickstein, Diederik P\. Kingma, Abhishek Kumar, Stefano Ermon, and Ben Poole\.Score\-based generative modeling through stochastic differential equations\.*ICLR*, 2021\.URL[https://arxiv\.org/abs/2011\.13456](https://arxiv.org/abs/2011.13456)\.
- Steck et al\. \(2024\)Harald Steck, Chaitanya Ekanadham, and Nathan Kallus\.Is cosine\-similarity of embeddings really about similarity?*WWW*, 2024\.URL[http://dx\.doi\.org/10\.1145/3589335\.3651526](http://dx.doi.org/10.1145/3589335.3651526)\.
- Tu et al\. \(2023\)Weijie Tu, Weijian Deng, and Tom Gedeon\.A closer look at the robustness of contrastive language\-image pre\-training \(clip\)\.*Neurips*, 2023\.URL[https://arxiv\.org/abs/2402\.07410](https://arxiv.org/abs/2402.07410)\.
- Vahdat et al\. \(2021\)Arash Vahdat, Karsten Kreis, and Jan Kautz\.Score\-based generative modeling in latent space\.*NeurIPS*, 2021\.URL[https://arxiv\.org/abs/2106\.05931](https://arxiv.org/abs/2106.05931)\.
- Wang et al\. \(2024\)Qizhou Wang, Yong Lin, Yongqiang Chen, Ludwig Schmidt, Bo Han, and Tong Zhang\.A sober look at the robustness of clips to spurious features\.*Neurips*, 2024\.URL[https://arxiv\.org/abs/2403\.11497](https://arxiv.org/abs/2403.11497)\.
- Wang & Isola \(2022\)Tongzhou Wang and Phillip Isola\.Understanding contrastive representation learning through alignment and uniformity on the hypersphere\.*ICML*, 2022\.URL[https://arxiv\.org/abs/2005\.10242](https://arxiv.org/abs/2005.10242)\.
- Wen et al\. \(2024\)Xin Wen, Bingchen Zhao, Yilun Chen, Jiangmiao Pang, and Xiaojuan Qi\.What makes clip more robust to long\-tailed pre\-training data? a controlled study for transferable insights\.*Neurips*, 2024\.URL[https://arxiv\.org/abs/2405\.21070](https://arxiv.org/abs/2405.21070)\.
- Yu et al\. \(2022\)Jiahui Yu, Zirui Wang, Vijay Vasudevan, Legg Yeung, Mojtaba Seyedhosseini, and Yonghui Wu\.Coca: Contrastive captioners are image\-text foundation models\.*TMLR*, 2022\.URL[https://arxiv\.org/abs/2205\.01917](https://arxiv.org/abs/2205.01917)\.
- Zaigrajew et al\. \(2025\)Vladimir Zaigrajew, Hubert Baniecki, and Przemyslaw Biecek\.Interpreting clip with hierarchical sparse autoencoders\.*ICML*, 2025\.URL[https://arxiv\.org/abs/2502\.20578](https://arxiv.org/abs/2502.20578)\.
- Zhang et al\. \(2018\)Richard Zhang, Phillip Isola, Alexei A\. Efros, Eli Shechtman, and Oliver Wang\.The unreasonable effectiveness of deep features as a perceptual metric\.*CVPR*, 2018\.URL[https://arxiv\.org/abs/1801\.03924](https://arxiv.org/abs/1801.03924)\.
- Zhou et al\. \(2024\)Qihang Zhou, Guansong Pang, Yu Tian, Shibo He, and Jiming Chen\.Anomalyclip: Object\-agnostic prompt learning for zero\-shot anomaly detection\.*ICLR*, 2024\.URL[https://arxiv\.org/abs/2310\.18961](https://arxiv.org/abs/2310.18961)\.
## Appendix AFuture Work
### A\.1Connection with Score\-based Generative Models
Beyond density estimation, the hyperspherical density learned by MovMF\-CLIP may provide a useful geometric prior for generative modeling\. Modern latent diffusion and score\-based models\(Song et al\.,[2021](https://arxiv.org/html/2607.13660#bib.bib34); Rombach et al\.,[2022](https://arxiv.org/html/2607.13660#bib.bib31); Vahdat et al\.,[2021](https://arxiv.org/html/2607.13660#bib.bib37)\)typically assume simple Gaussian priors in the latent space\. In contrast, the movMF mixture defines a directional density on the hypersphere, which naturally yields a closed\-form score function on the manifold\. This observation suggests a potential connection between hyperspherical density modeling and Riemannian score\-based generative models\(Bortoli et al\.,[2022](https://arxiv.org/html/2607.13660#bib.bib5); Huang et al\.,[2022](https://arxiv.org/html/2607.13660#bib.bib16)\)\. In particular, the learned density could provide a geometry\-aware guidance signal that encourages latent trajectories to remain within semantically meaningful regions of the representation space\. Exploring such integrations with latent diffusion or unCLIP\-style generation pipelines is an interesting direction for future work\.
### A\.2Hierarchical Modeling of Semantic Structure
Our MovMF\-CLIP currently models CLIP latent space using a flat mixture with a fixed number of components\. While this formulation already captures multimodal structure, semantic concepts in natural data often exhibit hierarchical organization\. A natural extension is therefore to explore hierarchical mixture formulations that allow components to be organized across multiple semantic levels\. For example, Bayesian nonparametric approaches such as hierarchical Dirichlet processes could allow the number of semantic components to adapt to the data automatically\. Such hierarchical modeling may provide a coarse\-to\-fine representation of semantic structure and could potentially improve robustness to long\-tail concepts by allowing rare categories to share statistical strength with related parent clusters\. Investigating hierarchical extensions of our hyperspherical mixture models remains an important and interesting future direction\.
## Appendix BWhy Whitening*Before*Hyperspherical Mixture Modeling?
CLIP embeddings are compared by cosine similarity, which motivates modeling their directions on a hypersphere\. However, the raw latent distribution is typically far from isotropic: second\-order anisotropy introduces dominant covariance directions that can distort angular geometry and confound hyperspherical clustering\. Letz∈ℝdz\\in\\mathbb\{R\}^\{d\}denote CLIP embeddings with meanμ\\muand covariance
Σ=𝔼\[\(z−μ\)\(z−μ\)⊤\]\.\\Sigma\\;=\\;\\mathbb\{E\}\\\!\\left\[\(z\-\\mu\)\(z\-\\mu\)^\{\\top\}\\right\]\.Empirically,Σ≠I\\Sigma\\neq I, reflecting global variations induced by dataset bias, frequent concepts, and representation artifacts\.
Whitening as metric normalization\.We first apply a whitening transform inℝd\\mathbb\{R\}^\{d\}:
y=W\(z−μ\),W≈Σ−1/2,y\\;=\\;W\(z\-\\mu\),\\qquad W\\approx\\Sigma^\{\-1/2\},so thatyyhas approximately standardized second\-order statistics:
𝔼\[y\]≈0,Cov\(y\)≈I\.\\mathbb\{E\}\[y\]\\approx 0,\\qquad\\mathrm\{Cov\}\(y\)\\approx I\.This step removes nuisance anisotropy and defines anintrinsic Mahalanobis geometryin the original space\. In particular, the angular similarity in whitened space corresponds to a Mahalanobis cosine similarity in the original coordinates:
yi⊤yj‖yi‖‖yj‖=\(zi−μ\)⊤Σ−1\(zj−μ\)‖zi−μ‖Σ−1‖zj−μ‖Σ−1\.\\frac\{y\_\{i\}^\{\\top\}y\_\{j\}\}\{\\\|y\_\{i\}\\\|\\\|y\_\{j\}\\\|\}\\;=\\;\\frac\{\(z\_\{i\}\-\\mu\)^\{\\top\}\\Sigma^\{\-1\}\(z\_\{j\}\-\\mu\)\}\{\\\|z\_\{i\}\-\\mu\\\|\_\{\\Sigma^\{\-1\}\}\\,\\\|z\_\{j\}\-\\mu\\\|\_\{\\Sigma^\{\-1\}\}\}\.Thus, whitening calibrates directions according to the covariance structure of the latent distribution rather than letting a few high\-variance directions dominate\. This ensures that the resultant hypersphere is defined under the intrinsic second\-order geometry of the data\.
Normalization and hyperspherical density\.After whitening, we normalize to the unit hypersphere:
u=y‖y‖∈𝕊d−1,u\\;=\\;\\frac\{y\}\{\\\|y\\\|\}\\in\\mathbb\{S\}^\{d\-1\},and model the directional density with a mixture of von Mises–Fisher distributions:
p\(u\)=∑k=1KπkCd\(κk\)exp\(κkμk⊤u\),‖μk‖=1\.p\(u\)\\;=\\;\\sum\_\{k=1\}^\{K\}\\pi\_\{k\}\\,C\_\{d\}\(\\kappa\_\{k\}\)\\,\\exp\\\!\\big\(\\kappa\_\{k\}\\,\\mu\_\{k\}^\{\\top\}u\\big\),\\qquad\\\|\\mu\_\{k\}\\\|=1\.
Why not fit movMF directly onz/‖z‖z/\\\|z\\\|?If we normalize first,u0=z/‖z‖u\_\{0\}=z/\\\|z\\\|, the subsequent movMF fit must simultaneously explain \(i\) global anisotropic scaling and \(ii\) genuine semantic multimodality\. In practice, this causes mixture components to align with dominant covariance directions rather than semantic modes, leading to redundant components, unstable concentration estimates, and degraded likelihood calibration\. Whitening*before*normalization removes global second\-order effects inℝd\\mathbb\{R\}^\{d\}and yields a hyperspherical representation whose angular geometry better reflects true density structure\.
Importantly, whitening does not impose Gaussianity\.Unlike approaches that use whitening to justify a unimodal Gaussian likelihood, we use whitening only to normalize second\-order geometry\. The distribution on the hypersphere remains explicitly multimodal and is captured by the vMF mixture\. This separation between global covariance normalization and multimodal semantic density improves identifiability, statistical efficiency of EM, and interpretability of mixture components as semantic prototypes\.
## Appendix CExtended Experimental Results
### C\.1Implementation Details\.
Details of the Semantic Relevance Metric\.For a given image, letWclusterW\_\{\\text\{cluster\}\}denote the set of keywords extracted from the most activated mixture components, and letWcaptionW\_\{\\text\{caption\}\}denote the content words \(nouns and verbs\) in the ground\-truth caption\. We compute the Hausdorff distancedHd\_\{H\}between the two embedding sets and define
Semantic Relevance=1−dH\(E\(Wcluster\),E\(Wcaption\)\),\\text\{Semantic Relevance\}=1\-d\_\{H\}\\big\(E\(W\_\{\\text\{cluster\}\}\),E\(W\_\{\\text\{caption\}\}\)\\big\),\(11\)whereE\(⋅\)E\(\\cdot\)denotes the text encoder\. Higher values indicate stronger semantic agreement between the decomposed representation and the annotations\.
Inference Measurement Details\.All inference speeds are measured as the average per\-image inference time on a workstation equipped with a single NVIDIA A100 GPU and an Intel Xeon Platinum 8468 CPU\.
### C\.2Long\-tailed and OOD Detection for Other VLMs
To verify that the conflation of semantic rarity and distributional abnormality is a universal geometric flaw and that our MovMF\-CLIP provides a universal remedy, we extend our experiments to two other popular VLMs: BLIP\-2 and CoCa\. We evaluate these models using the same long\-tailed fairness and OOD detection protocols established in Section 4\.2\.
Long\-Tailed Fairness across VLMs\.As shown in[table5](https://arxiv.org/html/2607.13660#A3.T5), the unimodal Gaussian assumption used in W\-CLIP consistently exhibits bias against tail categories across different VLM architectures, producing high AUROC values when separating head and tail samples\. In contrast, MovMF\-CLIP substantially reduces this bias, bringing the AUROC closer to the ideal value of0\.50\.5\. These results suggest that modeling the latent space as a hyperspherical mixture provides a more balanced density estimate across semantic frequencies, and the improvements remain consistent across models such as BLIP\-2 and CoCa\.
Table 5:Long\-tailed fairness across VLMs\.AUROC \(→0\.5\\to 0\.5\) for distinguishing head and tail categories using likelihood scores\. MovMF\-CLIP consistently reduces bias against tail concepts compared with W\-CLIP across BLIP\-2 and CoCa\.OOD Detection across VLMs\.[table6](https://arxiv.org/html/2607.13660#A3.T6)reports OOD detection results using the OpenImages subset as the OOD dataset\. Across both BLIP\-2 and CoCa, MovMF\-CLIP consistently improves over W\-CLIP on both the full ID set and the tail\-only subset\. The improvements remain pronounced on the tail subset, where unimodal Gaussian modeling tends to misclassify rare but valid samples as OOD\. For example, on CoCa the FPR95 on tail samples decreases from92\.12%to80\.02%, indicating that hyperspherical mixture modeling better preserves long\-tail semantics while maintaining strong OOD detection performance\.
Table 6:OOD detection across VLMs\.AUROC \(↑\\uparrow\) and FPR95 \(↓\\downarrow\) on BLIP\-2 and CoCa using OpenImages as the OOD dataset\. MovMF\-CLIP consistently improves detection performance and significantly reduces false rejection of tail samples\.
### C\.3Visualization of Likelihood Distributions for OOD Detection
To provide further intuition for the OOD detection results, we visualize the empirical log\-likelihood distributions of ID and OOD samples in Fig\.[8](https://arxiv.org/html/2607.13660#A3.F8)\. The top row shows the distributions when the full MS\-COCO is used as the ID dataset, while the bottom row restricts the ID samples to the tail subset containing rare concepts\. In both settings, MovMF\-CLIP produces a clearer separation between ID and OOD samples compared with W\-CLIP\. The improvement is particularly evident when the ID set contains only tail samples, where unimodal Gaussian modeling tends to assign low likelihood to rare but valid data\.
\(a\)ID:Full COCOvs\. OOD: OpenImages
\(b\)ID:Tail Subset Onlyvs\. OOD: OpenImages
Figure 8:Likelihood distributions for OOD detection\.Histograms of log\-likelihood scores for ID and OOD samples\.Left: W\-CLIP exhibits substantial overlap between ID and OOD distributions, particularly when the ID set contains rare concepts\.Right: MovMF\-CLIP produces better separation, reflecting improved robustness to long\-tail semantics while maintaining strong OOD discrimination\.
## Appendix DAblation Studies of Hyperparameters
In Sec\. 4\.3 of the main text, we showed that MovMF\-CLIP outperforms the SPLICE baseline\(Bhalla et al\.,[2024](https://arxiv.org/html/2607.13660#bib.bib4)\)in terms of Semantic Relevance\. To evaluate the robustness of our approach, we conduct a grid search over two key hyperparameters: the number of mixture components \(KK\) and the number of top\-frequency keywords extracted per cluster \(NN\)\.
The results are summarized in[table7](https://arxiv.org/html/2607.13660#A4.T7)\. Overall, MovMF\-CLIP demonstrates stable performance across a broad range of configurations\. Increasing the number of keywordsNNconsistently improves Semantic Relevance, as richer vocabularies better describe the semantic content of each cluster\. Regarding the number of clustersKK, performance improves when moving from small values to moderate values, reflecting the benefit of capturing more fine\-grained semantic structure\. WhenKKbecomes very large \(e\.g\.,K≥800K\\geq 800\), the improvement saturates and slightly decreases, likely due to over\-fragmentation of the latent space\. The best performance is achieved withK=500K=500andN=10N=10, reaching a Semantic Relevance of0\.6726\. Importantly, even small configurations \(*e\.g\.,*K=70K=70,N=3N=3\) remain competitive, indicating that the learned hyperspherical mixture structure is robust across different sets of hyperparameters\.
Table 7:Grid Search for Semantic Relevance\.We report the Semantic Relevance \(1−dH1\-d\_\{H\}\) on the MS\-COCO validation set using OpenCLIP ViT\-B/32, varying the number of clusters \(KK\) and keywords per cluster \(NN\)\.
## Appendix EExtended Qualitative Analyses
We provide extensive results to further demonstrate the robustness, fine\-grained interpretability of concept localization, and semantic stability under generative drifts of our MovMF\-CLIP framework\.
### E\.1Semantic Decomposition Comparison
To further validate our semantic decomposition capabilities \(extending Fig\. 4 of the main text\), we present66additional comparison cases against the SPLICE baseline in Fig\.[9](https://arxiv.org/html/2607.13660#A5.F9)\.
The results clearly demonstrate that SPLICE frequently suffers from hallucinated or overly generic descriptions\. For instance, given an image of a person holding a laptop \(top\-right\), SPLICE outputs irrelevant terms like“protester”,“chimney”, or“hvac”\. In contrast, MovMF\-CLIP precisely extracts fine\-grained semantic prototypes such as“laptop”,“table”, and“people”\. This confirms that our hyperspherical mixture successfully maps complex visual scenes to highly accurate linguistic concepts without cross\-modal contamination\.


Figure 9:Extended Results of Semantic Decomposition\.Comparison of text descriptions decoded from the latent embeddings\. MovMF\-CLIP consistently extracts precise, fine\-grained semantic concepts \(e\.g\., “wii”, “skateboard”\), while the baseline SPLICE often struggles with hallucinated or coarse terms \(e\.g\., “bored”, “hvac”\)\.
### E\.2Concept Localization
In Fig\.[11](https://arxiv.org/html/2607.13660#A5.F11), we provide 6 additional examples of concept localization\. Our MovMF\-CLIP is able to successfully localize the semantic concepts\. For example, in the outdoor street scene \(Row 4\), our method cleanly separates the“fire hydrant”from the“dog”\. Similarly, it perfectly distinguishes a“bird”perched on a“cow”\(Row 5\), and accurately localizes specific objects in complex environments, such as isolating“wine”from a“pizza”on a dining table \(Row 3\), or a“man”from boxes of“bananas”\(Row 6\)\. This robust spatial grounding verifies that our learned mixture components effectively capture orthogonal semantic concepts\.




Figure 10:Extended Results of Concept Localization\.\(Continued on next page\.\)

Figure 11:Extended Results of Concept Localization \(Continued\)\.MovMF\-CLIP successfully disentangles complex visual scenes into orthogonal semantic components\. Each heatmap accurately grounds specific keywords derived from our mixture components, demonstrating precise spatial isolation of objects\.
### E\.3Semantic Stability under Iterative Generative Drift
We further analyze semantic stability under the iterative generative drift across 6 consecutive steps\. We begin by evaluating the quantitative degradation of the semantic representations, followed by a detailed visual analysis\.
As shown in Fig\.[12](https://arxiv.org/html/2607.13660#A5.F12), we track the quantitative degradation across 1,000 COCO images\. Vanilla CLIP\-UnCLIP and W\-CLIP initially show slightly lower LPIPS and higher cosine similarity in the first round\. However, their representations rapidly deteriorate in subsequent iterations, reflected by a sharp, accelerating drop in CLIP Cosine Similarity and a continuous spike in LPIPS distance\. In contrast, our MovMF\-CLIP effectively stabilizes the semantic trajectory\. By dynamically pulling the latent embeddings toward high\-density semantic prototypes, MovMF\-CLIP significantly outperforms the baselines from round 3 onward, proving its strong capability in stabilizing representations\.


Figure 12:Quantitative Trends across Iterations\.We track the average LPIPS \(left,↓\\downarrow\) and CLIP Cosine Similarity \(right,↑\\uparrow\) over 1,000 COCO images across 6 CLIP\-UnCLIP iterations\. While W\-CLIP and Vanilla CLIP\-UnCLIP show a slight initial advantage, they suffer from accelerating degradation\. In contrast, MovMF\-CLIP stabilizes the trajectory, significantly outperforming the baseline from round 3 onward\.Fig\.[13](https://arxiv.org/html/2607.13660#A5.F13)displays the generated results across 6 consecutive steps\. This experiment dramatically exposes the geometric flaws of standard Gaussian assumptions and highlights the power of our MovMF\-CLIP manifold projection\. For Vanilla CLIP\-UnCLIP, representations quickly fall into low\-density semantic voids, causing catastrophic mode collapse \(*e\.g\.,*a surfer turning into colorful horizontal stripes, or a pizza collapsing into abstract red and green patterns\)\. While W\-CLIP mitigates some noise, it suffers from severe semantic blurring over time, turning elephants into generic smooth blobs and a pizza box into strange blue balls\. Conversely, MovMF\-CLIP effectively leverages the learned semantic prototypes as geometric anchors\. It forcefully locks the latent trajectory, preserving the core semantic identities \(skater, pizza, surfer, tennis player, elephant\) with remarkable fidelity across all iterations\.



Figure 13:Extended Results of Iterative Generative Drift\.Trajectories over 6 CLIP\-UnCLIP iterations\. Vanilla CLIP\-UnCLIP suffers from severe mode collapse \(*e\.g\.,*generating meaningless stripes\)\. W\-CLIP loses semantic details\. Our MovMF\-CLIP correctly anchors the embeddings to high\-density semantic prototypes, better preserving the original concepts\.Similar Articles
Language Modeling with Hyperspherical Flows
This paper introduces S-FLM, a novel flow-based language model that operates in a hyperspherical latent space to address the computational costs and semantic limitations of existing discrete diffusion and continuous flow models.
GEM: Geometric Entropy Mixing for Optimal LLM Data Curation
GEM reformulates LLM data curation as a variational problem on the hypersphere, using geometric entropy mixing and a minorize-maximize algorithm to discover balanced semantic clusters, achieving state-of-the-art improvements in data mixing strategies by up to 1.2% average downstream accuracy.
Hierarchical text-conditional image generation with CLIP latents
OpenAI proposes a hierarchical two-stage model for text-conditional image generation using CLIP latents: a prior that generates CLIP image embeddings from text captions, and a diffusion-based decoder that generates images from embeddings. The approach improves image diversity and enables zero-shot language-guided image manipulations.
OSMGraphCLIP: Learning Global Location Representations from OpenStreetMap Graphs
OSMGraphCLIP is a model that learns global location embeddings from OpenStreetMap data using a graph-based encoder and contrastive alignment with a spherical-harmonics location encoder. It achieves strong performance across diverse geospatial tasks, often matching or exceeding satellite-based methods.
Aligning Latent Geometry for Spherical Flow Matching in Image Generation
This paper proposes aligning latent geometry for spherical flow matching, projecting latents onto a fixed-radius sphere and using spherical linear interpolation to improve image generation quality, consistently improving FID on class-conditional ImageNet.