CVLGFeb 27

Compositional Generalization Requires Linear, Orthogonal Representations in Vision Embedding Models

arXiv:2602.24264v12.81 citationsh-index: 8Has CodeAISTATS
Originality Highly original
AI Analysis

This work addresses the fundamental challenge of how AI systems can generalize beyond training data, with implications for improving robustness in vision and other domains, though it is incremental in providing theoretical grounding for existing observations.

The authors tackled the problem of compositional generalization in vision models by formalizing geometric constraints, showing that linear and orthogonal representations are necessary for generalization to unseen combinations, and empirically validating that modern models exhibit this structure with correlation to generalization performance.

Compositional generalization, the ability to recognize familiar parts in novel contexts, is a defining property of intelligent systems. Although modern models are trained on massive datasets, they still cover only a tiny fraction of the combinatorial space of possible inputs, raising the question of what structure representations must have to support generalization to unseen combinations. We formalize three desiderata for compositional generalization under standard training (divisibility, transferability, stability) and show they impose necessary geometric constraints: representations must decompose linearly into per-concept components, and these components must be orthogonal across concepts. This provides theoretical grounding for the Linear Representation Hypothesis: the linear structure widely observed in neural representations is a necessary consequence of compositional generalization. We further derive dimension bounds linking the number of composable concepts to the embedding geometry. Empirically, we evaluate these predictions across modern vision models (CLIP, SigLIP, DINO) and find that representations exhibit partial linear factorization with low-rank, near-orthogonal per-concept factors, and that the degree of this structure correlates with compositional generalization on unseen combinations. As models continue to scale, these conditions predict the representational geometry they may converge to. Code is available at https://github.com/oshapio/necessary-compositionality.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes