MATH · IN · MODELS
structures / Manifolds / Hyperbolic Manifold

Hyperbolic Manifold

OBJECTgeometric-objectsubsetK:negativemanifoldadvancedhow it's classified →

Manifold of constant negative curvature. Ball volume grows exponentially with radius — a natural geometry for encoding hierarchies with exponential branching.

Replicationcomputed from the corpus — never hand-assigned
2 papers · no shared authors3 architecture classes · across papers2 domains · across papers6 model families · across papers
Filled = two or more values reported by papers that share no author — replication. Outlined = two or more values, but all from a single study — breadth, not replication. Grey = a single value. Derived from paper authorship and each model's architecture class, domain and family; it updates itself when a paper is added.

Definition

A manifold of constant negative sectional curvature 1/ρ2-1/\rho^2 (curvature 1-1 for the standard normalisation). Two standard models, isometric to each other:

  • Poincaré disk: the open unit disk D2={zR2:z<1}\mathbb{D}^2 = \{z \in \mathbb{R}^2 : \|z\| < 1\} with metric ds2=4(dx2+dy2)(1z2)2ds^2 = \dfrac{4(dx^2+dy^2)}{(1-\|z\|^2)^2}.
  • Upper half-plane: H={(x,y):y>0}\mathbb{H} = \{(x,y) : y>0\} with metric ds2=(dx2+dy2)/y2ds^2 = (dx^2+dy^2)/y^2.

Geodesics in the Poincaré disk are arcs of circles meeting the boundary D2\partial\mathbb{D}^2 orthogonally (or diameters, as a degenerate case).

Intuition

In flat space, a tree with branching factor >1> 1 “sprawls”: the number of nodes at depth rr grows polynomially with rr (or the tree simply doesn’t embed at low distortion). In hyperbolic space, volume itself grows exponentially with radius, so exponentially many nodes can be placed at (approximately) equal distance from a root — hyperbolic space has “room” for a tree that flat space doesn’t.

Properties

  • Exponential ball growth. In nn-dimensional Euclidean space, the volume of a ball of radius rr grows as Θ(rn)\Theta(r^n) (polynomial). In nn-dimensional hyperbolic space, it grows as Θ(e(n1)r)\Theta(e^{(n-1)r}) (exponential in rr) — a qualitatively different growth rate, not just a constant-factor difference.
  • Negative Gaussian curvature everywhere, constant at 1/ρ2-1/\rho^2. By Gauss–Bonnet, a hyperbolic triangle’s angle sum is less than π\pi, by an amount proportional to its area: α+β+γ=πAρ2\alpha+\beta+\gamma = \pi - \frac{A}{\rho^2}.
  • Conformal but not isometric to the Euclidean disk. The Poincaré metric dshyp2=λ(z)2dsEuc2ds^2_{\text{hyp}} = \lambda(z)^2\, ds^2_{\text{Euc}} with conformal factor λ(z)=21z2\lambda(z) = \frac{2}{1-\|z\|^2} \to \infty as z1\|z\|\to 1 — angles are preserved (conformal), but lengths blow up near the boundary, so the boundary circle D2\partial\mathbb{D}^2 sits at infinite hyperbolic distance from the center despite being at finite Euclidean distance.
  • Isometry group. Isometries of D2\mathbb{D}^2 are exactly the Möbius transformations preserving the disk, zeiϕza1aˉzz \mapsto e^{i\phi}\frac{z-a}{1-\bar a z} for aD2a \in \mathbb{D}^2, ϕR\phi \in \mathbb{R} — analogous to O(2)O(2) rotations/reflections for the circle, but a much larger (non-compact) group.
  • Trees embed with arbitrarily low distortion. A tree with bounded branching factor and NN nodes requires Ω(logN)\Omega(\log N) Euclidean dimensions to embed with low distortion, but embeds in the 2-dimensional Poincaré disk with distortion 1\to 1 as the scale factor increases — the exponential volume growth matches the exponential growth in the number of tree nodes at each depth.

Open question: is BERT’s syntactic subspace actually hyperbolic?

Chen, Fu, Xu, Xie, Tan, Chen & Jing (2021, “Probing BERT in Hyperbolic Spaces,” ICLR) fit a Poincaré-ball probe (Hyperbolic (Poincaré) probing) against the same dependency-tree recovery task Tree Metric Embedding targets, and find it consistently outperforms an equivalent Euclidean Structural probing (metric/distance probe) probe on BERT/ELMo (e.g. BERTBASE layer 7 UUAS 79.8%→83.7%) — but the paper is explicit that this does not establish genuine negative curvature: “we cannot conclude that the syntactic subspaces are indeed hyperbolic.” Per Exercise 6 above, probe-outperformance on a distance-recovery task is exactly the kind of evidence this page already flags as weaker than the exponential-volume-growth signature that would directly confirm hyperbolic structure — no paper in this map’s corpus has yet run that more direct test on a real pretrained LLM’s residual stream. This remains the open item this page previously flagged: a probing-based paper now exists (unlike the pre-LLM WordNet hyperbolic-embedding work, which trains embeddings from scratch rather than probing a pretrained model), but it stops short of confirming the structure itself — logged as a citation here, not as a manifolds-hyperbolic Observation (see the syntax-tree-metric-embedding Observation, filed instead under Tree Metric Embedding, for the specific, textually-supported claim this paper does support).

Key evidence: post-hoc hyperbolic projection reveals a depth ordering absent in Euclidean space, without any hyperbolic training

Madan, Pujol Vidal, Møgelmose, Escalera, Nasrollahi, Taylor & Moeslund (2026) take frozen slot embeddings from three existing object-centric slot-attention systems (SPOT, VideoSAUR, SlotContrast — none trained with any hyperbolic objective) and apply Post-hoc Lorentz projection: mapping the Euclidean slots onto the Lorentz hyperboloid at fixed curvature, with zero re-training. Coarse, scene-level slots consistently land farther from the hyperboloid origin than fine, object-level slots — a hierarchy-consistent depth ordering invisible in the native Euclidean space — and hyperbolic projection measurably reduces cross-level distance-distribution overlap relative to Euclidean (e.g. 0.62→0.37 on VideoSAUR at c=0.2c=0.2). Notably, the direction of the depth ordering is “the opposite of what a supervised hyperbolic model would produce,” which the authors attribute to the complete absence of hyperbolic supervision — a useful contrast case to the BERT-hyperbolic-probing open question above (that probe is supervised to recover tree distance) and the HierNet caveat below (which finds no advantage at all for a supervised hyperbolic model over Euclidean on a controlled benchmark). See object-centric-slot-embeddings-show-hierarchy- consistent-depth-ordering-under-post-hoc-hyperbolic-projection.

Caveat: hyperbolic embeddings don’t beat Euclidean ones at recovering known hierarchy, in a controlled head-to-head test

Shen, Farhadi & Kusupati (2023, “Are ‘Hierarchical’ Visual Representations Hierarchical?”) build HierNet, a purpose-made 12-dataset benchmark from ImageNet’s BREEDs subset with known ground-truth class hierarchies at multiple depths, then directly compare MERU (a hyperbolic version of CLIP) against ordinary CLIP by clustering each model’s embeddings (hyperbolic distance for MERU, Euclidean for CLIP) and scoring the discovered clusters against the true hierarchy via adjusted mutual information, purity, and hierarchical optimal-transport distance. Across all 12 datasets, MERU and CLIP are “almost indistinguishable” on every metric — hyperbolic geometry provides no measurable advantage at recovering the very hierarchical structure it is theoretically supposed to encode better. (A parallel comparison of Matryoshka Representations against fixed and PCA-reduced embeddings finds a real but narrow benefit, mostly on fine-grained/high-dimension settings, not a general hierarchy-capturing advantage either.) This is a purely comparative benchmark result with no causal intervention and no new geometric-shape claim of its own — logged here as a citation and caveat on this page’s own exponential-volume-growth motivation for hyperbolic embeddings, not filed as a manifolds-hyperbolic Observation (consistent with how the BERT-hyperbolic-probing open question above is handled): a rigorous negative result about whether the theoretical promise pays off in practice is different in kind from finding a new instance of the structure, which is what this map’s Observations otherwise catalog.

Exercises

Base

  1. In 2-dimensional Euclidean space, how does the circumference of a circle of radius rr grow with rr? Contrast with hyperbolic space, where the circumference of a hyperbolic circle of radius rr is 2πsinh(r)2\pi\sinh(r) (for curvature 1-1).
Solution

Euclidean: circumference =2πr= 2\pi r, linear in rr. Hyperbolic: 2πsinh(r)=2π(erer2)πer2\pi\sinh(r) = 2\pi\left(\frac{e^r-e^{-r}}{2}\right) \sim \pi e^r for large rr — exponential in rr, growing far faster than the linear Euclidean case.

  1. A hyperbolic triangle has angle sum π0.5\pi - 0.5 (in a space of curvature 1-1). What is its area?
Solution

From α+β+γ=πA\alpha+\beta+\gamma = \pi - A (curvature 1-1, so ρ=1\rho=1): A=π(π0.5)=0.5A = \pi - (\pi-0.5) = 0.5.

Middle

  1. Show that as a point zD2z \in \mathbb{D}^2 approaches the boundary along a radius (i.e. z=tuz = t\cdot u for fixed unit vector uu, t1t \to 1^-), the hyperbolic distance from the origin to zz diverges, using ds2=4d2(1z2)2ds^2 = \frac{4\,d\ell^2}{(1-\|z\|^2)^2} along the radius.
Solution

Along the radius, parametrise by Euclidean arc length t[0,1)t \in [0,1), d=dtd\ell = dt. Hyperbolic distance from 00 to z=tuz=tu: dhyp(0,z)=0t21s2ds=2artanh(t)=ln ⁣1+t1td_{\text{hyp}}(0,z) = \int_0^t \frac{2}{1-s^2}\,ds = 2\,\text{artanh}(t) = \ln\!\frac{1+t}{1-t}. As t1t \to 1^-, 1+t1t\frac{1+t}{1-t} \to \infty, so dhypd_{\text{hyp}} \to \infty — the boundary is infinitely far away in the hyperbolic metric, despite being at finite Euclidean distance 11.

  1. Explain, using the exponential-volume-growth property, why a balanced binary tree of depth kk (with 2k2^k leaves) can be embedded in the 2-dimensional Poincaré disk with all leaves at approximately the same radius, whereas embedding the same tree in the Euclidean plane with all leaves equidistant from the root forces leaves to crowd arbitrarily close together as kk grows.
Solution

In the Euclidean plane, a circle of radius rr has circumference 2πr2\pi r (grows linearly), but the tree has 2k2^k leaves (grows exponentially in depth kk). Placing all 2k2^k leaves at Euclidean radius rr forces their angular spacing to shrink as 2πr/2k02\pi r/2^k \to 0 — leaves crowd together exponentially fast, forcing severe metric distortion (nearby-in-angle leaves are not nearby-in-tree-distance). In the hyperbolic disk, the circumference at hyperbolic radius rr is πer\sim \pi e^r (grows exponentially in rr), which can be matched to the exponentially growing leaf count 2k2^k by choosing rkln2r \propto k\ln 2 — angular spacing between leaves can stay bounded away from zero as kk grows, since both quantities grow exponentially at comparable rates. This is the precise sense in which hyperbolic space’s volume growth rate “matches” a tree’s node-count growth rate.

Pro

  1. Prove that the Poincaré disk and the upper half-plane model are isometric, using the Möbius map w=i1+z1zw = i\dfrac{1+z}{1-z} sending D2H\mathbb{D}^2 \to \mathbb{H}.
Solution

Sketch: Möbius transformations are conformal (angle-preserving) maps of the extended complex plane, and this particular map sends the unit circle z=1|z|=1 to the real axis and the disk’s interior to the upper half-plane (checked by testing e.g. z=0w=iHz=0 \mapsto w=i \in \mathbb{H}, and z=1w=z=1\mapsto w=\infty, tracing the boundary correspondence). A direct computation of dw/dzdw/dz and substitution into the two metrics — dsD2=4dz2(1z2)2ds^2_{\mathbb{D}} = \frac{4|dz|^2}{(1-|z|^2)^2} and dsH2=dw2(Imw)2ds^2_{\mathbb{H}} = \frac{|dw|^2}{(\text{Im}\,w)^2} — shows they agree under the pullback by this map (both reduce to the same expression in zz and dzdz), confirming the map is a Riemannian isometry, not just a homeomorphism.

  1. A dataset’s activations for a hierarchical concept are probed for hyperbolic structure by checking whether pairwise cosine similarity (an Sd1S^{d-1}-native, not hyperbolic-native, quantity) correlates with tree distance. Explain why a high correlation here is weaker evidence for genuinely hyperbolic geometry than checking the exponential-volume-growth signature directly, and propose a more direct test.
Solution

Cosine similarity is the natural metric readout for Sphere, not for a hyperbolic manifold — a correlation between cosine similarity and tree distance could arise from any geometry (including a purely Euclidean or spherical embedding) that happens to place semantically closer concepts at smaller angles, without the embedding having negative curvature at all. It is consistent with, but does not distinguish, hyperbolic structure from other monotonic embeddings of tree distance. A more direct test: estimate the actual volume (or point count, for a discrete embedding) within balls of increasing radius rr around a fixed point, using the manifold’s own intrinsic/geodesic distance (not cosine similarity), and check whether it grows like e(n1)re^{(n-1)r} (hyperbolic) versus rnr^n (Euclidean) or saturates (spherical, compact) — this directly targets the exponential-growth property that is the actual defining signature of negative curvature, rather than a proxy correlation.

Found in (2 observations · 6 families)

HyCoCLIP

Not All Latent Spaces Are Flat: Hyperbolic Concept Control (2026)measured

Hyperbolic parallel-transport steering outperforms Euclidean concept control

Details

Briglia et al. introduce HyCon, which steers concepts in HyCoCLIP's pretrained Lorentz-model hyperbolic embedding space rather than the flat Euclidean CLIP space used by prior methods [briglia-etal-2026-hycon] Entailment-cone membership tests on MS-COCO captions confirm the reused geometry holds, with at least 93.33% (up to about 100%) of single/multi-concept captions falling within their expected Frechet-mean cone intersections [briglia-etal-2026-hycon] The method computes a concept direction between Frechet means and parallel-transports it along the geodesic to each query point before applying it, unlike flat additive steering that reuses one global direction [briglia-etal-2026-hycon] Across four safety benchmarks and four text-to-image backbones (SDXL, SD3, SD3.5, FLUX.1), HyCon substantially cuts unsafe-content generation while preserving quality (e.g. SD3.5/P4D NudeNet 42.4 to 5.96) [briglia-etal-2026-hycon] A direct ablation against a Euclidean refusal-vector baseline (same extraction, no transport) shows parallel transport itself is the source of the improvement [briglia-etal-2026-hycon]

models: HyCoCLIP · method: Hyperbolic parallel-transport steering

Stable Diffusion

Not All Latent Spaces Are Flat: Hyperbolic Concept Control (2026)measured

Hyperbolic parallel-transport steering outperforms Euclidean concept control

Details

Briglia et al. introduce HyCon, which steers concepts in HyCoCLIP's pretrained Lorentz-model hyperbolic embedding space rather than the flat Euclidean CLIP space used by prior methods [briglia-etal-2026-hycon] Entailment-cone membership tests on MS-COCO captions confirm the reused geometry holds, with at least 93.33% (up to about 100%) of single/multi-concept captions falling within their expected Frechet-mean cone intersections [briglia-etal-2026-hycon] The method computes a concept direction between Frechet means and parallel-transports it along the geodesic to each query point before applying it, unlike flat additive steering that reuses one global direction [briglia-etal-2026-hycon] Across four safety benchmarks and four text-to-image backbones (SDXL, SD3, SD3.5, FLUX.1), HyCon substantially cuts unsafe-content generation while preserving quality (e.g. SD3.5/P4D NudeNet 42.4 to 5.96) [briglia-etal-2026-hycon] A direct ablation against a Euclidean refusal-vector baseline (same extraction, no transport) shows parallel transport itself is the source of the improvement [briglia-etal-2026-hycon]

models: Stable Diffusion XL, Stable Diffusion 3, Stable Diffusion 3.5 · method: Hyperbolic parallel-transport steering

FLUX

Not All Latent Spaces Are Flat: Hyperbolic Concept Control (2026)measured

Hyperbolic parallel-transport steering outperforms Euclidean concept control

Details

Briglia et al. introduce HyCon, which steers concepts in HyCoCLIP's pretrained Lorentz-model hyperbolic embedding space rather than the flat Euclidean CLIP space used by prior methods [briglia-etal-2026-hycon] Entailment-cone membership tests on MS-COCO captions confirm the reused geometry holds, with at least 93.33% (up to about 100%) of single/multi-concept captions falling within their expected Frechet-mean cone intersections [briglia-etal-2026-hycon] The method computes a concept direction between Frechet means and parallel-transports it along the geodesic to each query point before applying it, unlike flat additive steering that reuses one global direction [briglia-etal-2026-hycon] Across four safety benchmarks and four text-to-image backbones (SDXL, SD3, SD3.5, FLUX.1), HyCon substantially cuts unsafe-content generation while preserving quality (e.g. SD3.5/P4D NudeNet 42.4 to 5.96) [briglia-etal-2026-hycon] A direct ablation against a Euclidean refusal-vector baseline (same extraction, no transport) shows parallel transport itself is the source of the improvement [briglia-etal-2026-hycon]

models: FLUX.1 · method: Hyperbolic parallel-transport steering

SPOT (Self-Training with Patch-Order Permutation)

A Hyperbolic Perspective on Hierarchical Structure in Object-Centric Scene Representations (2026)measured

Frozen slot embeddings show hierarchy-consistent depth under hyperbolic projection

Details

Madan et al. take frozen slot embeddings from three pretrained slot-attention systems (SPOT, VideoSAUR, SlotContrast) and project them onto the Lorentz hyperboloid at fixed curvatures, with no retraining [madan-etal-2026-hyperbolic-object-centric-scene-reps] Coarse scene-level slots sit farther from the origin than fine object-level slots, a consistent depth ordering absent in native Euclidean space [madan-etal-2026-hyperbolic-object-centric-scene-reps] Hyperbolic projection at curvature 0.2 substantially reduces coarse/fine distributional overlap (0.49 to 0.41 SlotContrast, 0.62 to 0.37 VideoSAUR, 0.51 to 0.36 SPOT) [madan-etal-2026-hyperbolic-object-centric-scene-reps] A curvature-task tradeoff holds (low curvature best for retrieval, moderate for separation), the ordering is the opposite of a supervised hyperbolic model's, and no causal intervention is performed [madan-etal-2026-hyperbolic-object-centric-scene-reps]

models: SPOT (MS-COCO, frozen DINOv2 backbone) · method: Post-hoc Lorentz projection

VideoSAUR

A Hyperbolic Perspective on Hierarchical Structure in Object-Centric Scene Representations (2026)measured

Frozen slot embeddings show hierarchy-consistent depth under hyperbolic projection

Details

Madan et al. take frozen slot embeddings from three pretrained slot-attention systems (SPOT, VideoSAUR, SlotContrast) and project them onto the Lorentz hyperboloid at fixed curvatures, with no retraining [madan-etal-2026-hyperbolic-object-centric-scene-reps] Coarse scene-level slots sit farther from the origin than fine object-level slots, a consistent depth ordering absent in native Euclidean space [madan-etal-2026-hyperbolic-object-centric-scene-reps] Hyperbolic projection at curvature 0.2 substantially reduces coarse/fine distributional overlap (0.49 to 0.41 SlotContrast, 0.62 to 0.37 VideoSAUR, 0.51 to 0.36 SPOT) [madan-etal-2026-hyperbolic-object-centric-scene-reps] A curvature-task tradeoff holds (low curvature best for retrieval, moderate for separation), the ordering is the opposite of a supervised hyperbolic model's, and no causal intervention is performed [madan-etal-2026-hyperbolic-object-centric-scene-reps]

models: VideoSAUR (YTVIS 2021, DINOv2 backbone) · method: Post-hoc Lorentz projection

SlotContrast

A Hyperbolic Perspective on Hierarchical Structure in Object-Centric Scene Representations (2026)measured

Frozen slot embeddings show hierarchy-consistent depth under hyperbolic projection

Details

Madan et al. take frozen slot embeddings from three pretrained slot-attention systems (SPOT, VideoSAUR, SlotContrast) and project them onto the Lorentz hyperboloid at fixed curvatures, with no retraining [madan-etal-2026-hyperbolic-object-centric-scene-reps] Coarse scene-level slots sit farther from the origin than fine object-level slots, a consistent depth ordering absent in native Euclidean space [madan-etal-2026-hyperbolic-object-centric-scene-reps] Hyperbolic projection at curvature 0.2 substantially reduces coarse/fine distributional overlap (0.49 to 0.41 SlotContrast, 0.62 to 0.37 VideoSAUR, 0.51 to 0.36 SPOT) [madan-etal-2026-hyperbolic-object-centric-scene-reps] A curvature-task tradeoff holds (low curvature best for retrieval, moderate for separation), the ordering is the opposite of a supervised hyperbolic model's, and no causal intervention is performed [madan-etal-2026-hyperbolic-object-centric-scene-reps]

models: SlotContrast (YTVIS 2021, frozen DINOv2 backbone) · method: Post-hoc Lorentz projection