Legacy Concept Lab

Representation Learning & Embedding Geometry

Word & token embeddings in LMs, vision embeddings in CLIP-like models, multimodal embeddings in Gemini and GPT-4V

Concept 10 of 100RepresentationsPhase 5
#10EmbeddingsRepresentations
key equation
L=E[logexp(sim(f(x),g(y))/τ)yexp(sim(f(x),g(y))/τ)]\mathcal L = - \mathbb E \left[ \log \frac{\exp(\mathrm{sim}(f(x),g(y))/\tau)}{\sum_{y'} \exp(\mathrm{sim}(f(x), g(y'))/\tau)} \right]
Phase 5: Representation & interpretabilityConcept 10 of 100
Migrated:view the updated version in /domainsThis /foundations page is legacy during migration.

Why It Matters for Modern Models

  • Word & token embeddings in LMs, vision embeddings in CLIP-like models, multimodal embeddings in Gemini and GPT-4V
  • Latent spaces of Stable Diffusion designed so distances correspond to semantic similarity

What Tutorials Skip

What is still poorly explained in textbooks and papers:

  • Geometric explanation of anisotropy (representations bunch along a few directions) and how normalization/whitening alter behavior
  • Visuals showing how representations evolve across layers (local to global features)

Interactive Visualization

Core Math (Optional Deep Dive)

If you want intuition first, start with the key equation and the visualization. Come back here for the full walkthrough.

Key Equation
L=E[logexp(sim(f(x),g(y))/τ)yexp(sim(f(x),g(y))/τ)]\mathcal L = - \mathbb E \left[ \log \frac{\exp(\mathrm{sim}(f(x),g(y))/\tau)}{\sum_{y'} \exp(\mathrm{sim}(f(x), g(y'))/\tau)} \right]

Learn a mapping fθ:XRdf_\theta: \mathcal X \to \mathbb R^d such that inner products or distances reflect meaningful relations.

Contrastive objective (InfoNCE-style):

L=E[logexp(sim(f(x),g(y))/τ)yexp(sim(f(x),g(y))/τ)]\mathcal L = - \mathbb E \left[ \log \frac{\exp(\mathrm{sim}(f(x),g(y))/\tau)}{\sum_{y'} \exp(\mathrm{sim}(f(x), g(y'))/\tau)} \right]

This pushes "positive" pairs together, "negatives" apart; at optimum, it maximizes a lower bound on mutual information between views.

Canonical Papers

Representation Learning: A Review and New Perspectives

Bengio et al.2013IEEE TPAMI
Read paper →

Connections

Next Moves

Explore this concept from different angles — like a mathematician would.