Paper deep dive
Not All Latent Spaces Are Flat: Hyperbolic Concept Control
Maria Rosaria Briglia, Simone Facchiano, Paolo Cursi, Alessio Sampieri, Emanuele RodolĂ , Guido Maria D'Amely di Melendugno, Luca Franco, Fabio Galasso, Iacopo Masi
Intelligence
Status: succeeded | Model: google/gemini-3.1-flash-lite-preview | Prompt: intel-v1 | Confidence: 96%
Last extracted: 3/22/2026, 5:05:10 AM
Summary
HyCon (Hyperbolic Concept Control) is a novel framework for steering text-to-image generative models by performing manipulations in a hyperbolic embedding space. Unlike Euclidean steering, which often leads to unstable or non-smooth transitions, HyCon leverages the hierarchical structure of hyperbolic geometry and parallel transport to ensure semantic consistency and stability. By integrating with pretrained diffusion models via a lightweight adapter, HyCon achieves state-of-the-art performance across safety benchmarks.
Entities (5)
Relation Signals (3)
HyCoCLIP â operatesin â Hyperbolic Space
confidence 100% · HyCoCLIP embeds images and text into a shared hyperbolic space structured by entailment relations
HyCon â utilizes â HyCoCLIP
confidence 100% · HyCon reuses off-the-shelf generative models and a state-of-the-art hyperbolic text encoder, linked via a lightweight adapter.
HyCon â improves â Text-to-Image Generation
confidence 95% · HyCon achieves state-of-the-art results across four safety benchmarks and four T2I backbones
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:As modern text-to-image (T2I) models draw closer to synthesizing highly realistic content, the threat of unsafe content generation grows, and it becomes paramount to exercise control. Existing approaches steer these models by applying Euclidean adjustments to text embeddings, redirecting the generation away from unsafe concepts. In this work, we introduce hyperbolic control (HyCon): a novel control mechanism based on parallel transport that leverages semantically aligned hyperbolic representation space to yield more expressive and stable manipulation of concepts. HyCon reuses off-the-shelf generative models and a state-of-the-art hyperbolic text encoder, linked via a lightweight adapter. HyCon achieves state-of-the-art results across four safety benchmarks and four T2I backbones, showing that hyperbolic steering is a practical and flexible approach for more reliable T2I generation.
Tags
Links
- Source: https://arxiv.org/abs/2603.14093v1
- Canonical: https://arxiv.org/abs/2603.14093v1
Trouble viewing inline? Open PDF directly â
Full Text
60,999 characters extracted from source content.
Expand or collapse full text
Not All Latent Spaces Are Flat: Hyperbolic Concept Control Maria Rosaria Briglia Simone Facchiano Paolo Cursi Alessio Sampieri Emanuele RodolĂ Guido Maria DâAmely di Melendugno Luca Franco Fabio Galasso Iacopo Masi Abstract As modern text-to-image (T2I) models draw closer to synthesizing highly realistic content, the threat of unsafe content generation grows, and it becomes paramount to exercise control. Existing approaches steer these models by applying Euclidean adjustments to text embeddings, redirecting the generation away from unsafe concepts. In this work, we introduce hyperbolic control (HyCon): a novel control mechanism based on parallel transport that leverages semantically aligned hyperbolic representation space to yield more expressive and stable manipulation of concepts. HyCon reuses off-the-shelf generative models and a state-of-the-art hyperbolic text encoder, linked via a lightweight adapter. HyCon achieves state-of-the-art results across four safety benchmarks and four T2I backbones, showing that hyperbolic steering is a practical and flexible approach for more reliable T2I generation. Machine Learning, ICML 1 Introduction overpic[width=411.93767pt]figures/teaser_luca.pdf (15.0,46.0) Interpolate `Young' to `Elder' (9.0,22.8) Remove `Nudity' (51.0,22.8) Add `Picasso' overpic Figure 1: (top) In hyperbolic space, concepts (e.g., man or coffee) form entailment cones, and conceptsâ composition corresponds to the conesâ intersection. To edit a prompt embedding (e.g., adding coffee to man), we steer it toward the corresponding intersection. (bottom) HyCon leverages this hyperbolic geometric structure to add or remove concepts via geometry-consistent edits. The rapid progress of generative models, particularly diffusion models, has enabled high-quality image synthesis from natural language prompts, substantially lowering the barrier to visual content creation. Beyond prompt engineering, a growing line of work has explored concept control by steering, i.e., post-hoc manipulation of model representations to encourage or suppress specific semantic attributes during generation (Dathathri et al., 2020; Lee et al., 2025; Schramowski et al., 2023; Yoon et al., 2025). Most existing steering approaches operate in Euclidean embedding spaces inherited from visionâlanguage models (VLMs) such as CLIP (Radford et al., 2021), and rely on linear manipulations of text or latent representations, including inference-time vector steering (Schramowski et al., 2023; Yoon et al., 2025), direct weight editing (Gandikota et al., 2023; Li et al., 2024), or activation-level modulation (Zhang et al., 2024). While these methods provide flexible control without retraining, they offer limited structural guarantees on how semantic changes evolve, making their behavior difficult to predict and regulate under substantial interventions. In practice, steering-based methods often suffer from two related limitations. First, steering is typically applied by scaling a fixed semantic direction in the embedding space (Arditi et al., 2025), and small changes in this scaling factor can induce disproportionate and unintended visual effects. Second, transitions from the original concept to the target one are frequently abrupt, failing to produce smooth and gradual semantic transformations. As illustrated in Fig. 2(b), increasing the steering strength to add a winter-related attribute to a dress may unexpectedly alter unrelated elements of the image, rather than progressively introducing the desired concept. These effects limit the reliability of steering methods, especially in safety-critical or fine-grained control settings. overpic[width=390.25534pt,trim=60.22499pt 5.01874pt 65.24374pt 45.16875pt]figures/newfig2AB.png (12.0,-1.2)(a) (72.0,-1.2)(b) (-3.2,9.2)\% on total (67.0,31.3) Euclidean steering (69.0,19.0) HyCon (72.0,6.5)$λ$ overpic Figure 2: (a) On the COCO training set, we demonstrate that the HyCoCLIP structure effectively maps concept embeddings and their composites into the correct entailment cones, see the discussion in Section 3. (b) Euclidean (top) vs. HyCon (bottom) behavior as control strength increases with Stable Diffusion 3.5: Euclidean steering leads to non-smooth or incomplete transitions. By contrast, HyCon follows a smooth geodesic trajectory and remains stable for larger λ, consistently increasing the influence of the steered concept. In this work, we argue that these limitations stem from the geometry of the representation space itself. Semantic concepts exhibit hierarchical relationships, where different levels of abstraction and semantic inclusion structure the representation space. An embedding space that explicitly reflects such structure can support smoother transitions, in which semantic changes are introduced progressively while remaining within coherent semantic regions. Hyperbolic geometry provides a natural substrate for such representations, as it enables hierarchical organization through its geometric structure (Nickel and Kiela, 2017; Ganea et al., 2018b; Vilnis et al., 2018). Recent hyperbolic VLMs, such as MERU (Desai et al., 2023) and HyCoCLIP (Pal et al., 2025), demonstrate that images and text can be embedded in spaces where semantic entailment and specificity are explicitly encoded. Building on these insights, we introduce HyCon, a hyperbolic concept control framework for text-to-image generative models. Our approach operates in the hyperbolic embedding space learned by HyCoCLIP (Pal et al., 2025), where concepts are organized via entailment relations and represented as entailment cones. Steering in this space corresponds to traversing the embedding geometry, as shown in Figure 1, in a way that respects the underlying hierarchical concept structure, rather than applying arbitrary linear offsets. To integrate hyperbolic control with existing generative models, we employ a lightweight logarithmic adapter that maps hyperbolic text embeddings to the conditioning spaces of pretrained diffusion backbones, without retraining the generative model. We demonstrate that hyperbolic control by steering enables more stable and predictable semantic manipulation compared to Euclidean baselines, particularly as the control strength varies. The effect of steering in HyCon follows the hierarchical organization encoded in the embedding geometry, rather than relying on heuristic scaling of linear directions. We evaluate our method across multiple modern diffusion backbones, including Stable Diffusion 3 and 3.5 (Esser et al., 2024), SDXL (Podell et al., 2023), and FLUX (BlackForestLabs, 2024), and validate its effectiveness in both retrieval and generative settings. Our contributions are summarized as follows: â We propose HyCon, a hyperbolic concept control framework that performs control in a hierarchically structured embedding space, enabling smooth semantic transitions. â We show that HyCon integrates with pretrained diffusion models via a lightweight adapter, and validate its effectiveness across retrieval and generative tasks on multiple diffusion backbones. 2 Related work Control in Text-to-Image Generation. Controlling the behavior of diffusion models (DMs) has always been a central problem in conditional image generation. Early approaches relied on classifier guidance, where gradients from an external classifier are used to steer the denoising process toward desired classes or away from undesired content (Dhariwal and Nichol, 2021). This idea was later refined by classifier-free guidance, which enables a controllable trade-off between fidelity and diversity without requiring auxiliary classifiers (Ho and Salimans, 2022). Beyond guidance mechanisms, recent methods explored control by directly manipulating conditioning signals or internal representations. Prompt-to-Prompt (Hertz et al., 2022) enables localized image edits by modifying cross-attention maps associated with specific tokens, allowing text-driven edits without retraining. Textual Inversion (Gal et al., 2022) and DreamBooth (Ruiz et al., 2023) personalize generation by learning new text embeddings or finetuning the model for specific concepts. While effective, these approaches typically require per-concept optimization and do not provide continuous, interpretable control at inference time. A seminal work added a few parameters to control by adding spatial constraints using ControlNet (Zhang et al., 2023a). Latent Steering via Concept Vectors. A growing body of research focuses on controllability by directly manipulating latent or intermediate representations of DMs. Several approaches identify semantic directions in the latent spaces, corresponding to undesirable or sensitive concepts, and use them to control generation at inference. SLD (Schramowski et al., 2023) suppresses unsafe concepts during the denoising, while SAFREE (Yoon et al., 2025) explicitly constructs an unsafe subspace in the text embedding space, projecting prompts away from it. Other methods pursue related objectives using different mechanisms. UCE (Gandikota et al., 2023) performs closed-form weight editing to erase concepts from DMs, while RECE (Li et al., 2024) combines adversarial finetuning with analytical corrections to improve robustness. ANT (Zhang et al., 2024) dynamically steers the sampling trajectory away from undesired regions. These approaches demonstrate that Euclidean latent spaces encode semantically meaningful directions that can be exploited for control and safety. However, such directions lack an explicit notion of hierarchy or graded semantic inclusion, limiting interpretability and stability. Hyperbolic Representations. Hyperbolic geometry has been widely studied as a representation space for hierarchical and taxonomic data. Foundational work on PoincarĂ© embeddings (Nickel and Kiela, 2017) and entailment cones (Ganea et al., 2018a) shows that hyperbolic spaces naturally encode partial orders and concept specificity, offering lower distortion than Euclidean embeddings when representing tree-like structures, such as hierarchies. These ideas have recently been extended to hyperbolic VLMs such as MERU (Desai et al., 2023), ATMG (Ramasinghe et al., 2024), and LVH (Wang et al., 2024). The recent HyCoCLIP (Pal et al., 2025) embeds images and text into a shared hyperbolic space structured by entailment relations, where more general concepts lie closer to the origin, while more specific ones are positioned toward the boundary. Although hyperbolic VLMs have initially been studied for retrieval and compositional understanding, their geometric structure suggests new opportunities for semantic control, which we explore in this work. We leverage hyperbolic representations not as a replacement for existing generative models, but as a control layer for structured manipulation of prompt embeddings. By operating in a space where semantic specificity and inclusion are explicitly encoded, we use hyperbolic representations as a principled substrate for defining and applying steering operations. 3 Motivation Recent progress in text-to-image control has established linear manipulations in Euclidean embedding spaces as a robust baseline for semantic intervention (Schramowski et al., 2023; Yoon et al., 2025; Facchiano et al., 2026), unlocking the potential of approximating complex visual changes through linear directional shifts. The effectiveness of these methods inherently depends on the spatial distribution of concept representations in the latent space shared by texts and images. In this work, we propose using the HyCoCLIP (Pal et al., 2025) hyperbolic latent space, a non-Euclidean space specifically designed to capture these relationships. In this section, we motivate this choice by examining how hyperbolic embeddings enable consistent transitions and provide stability for image synthesis. Are entailment cones semantically consistent? Semantic concepts are inherently compositional, often sharing common properties or attributes. Hyperbolic geometry provides a natural space for capturing these relationships through the structure of entailment cones (Ganea et al., 2018b). Indeed, in models like HyCoCLIP (Pal et al., 2025), concepts are represented as conical regions whose volumes and their positions relative to the origin reflect the specificity of the concept. Crucially, the intersection of these cones defines a semantically meaningful overlap, representing the common ground between distinct categories. Figure 3: Semantic alignment distributions of samples retrieved from concept-specific entailment cones. For each concept, the semantic alignment is measured using the CLIPScore of the retrieved embeddings after they are mapped back to their Euclidean representations. Embeddings align more closely with the corresponding concept prompt (blue) than with other concepts (red). To verify the previous statement, we perform two experiments presented in Fig. 3 and Fig. 2 (a). In Fig. 3, given a pool of M concepts cii=1M\c_i\_i=1^M, we estimate for each concept cic_i a representative in the HyCoCLIP latent space by computing the FrĂ©chet means from positive and negative prompt sets associated with cic_i (see Sec. 4.3) and use them as the cone apex aia_i. We then embed with HyCoCLIP the MS-COCO training samples (images and captions) and retrieve those whose embedding falls inside the corresponding entailment cone rooted at aia_i. To assess semantic coherence, we compute CLIPScore between each retrieved image and (i) the textual descriptor of the cone concept cic_i (blue) and (i) descriptors of other sampled concepts cjâ cic_jâ c_i (red). In Fig. 3 we observe that across all concepts, the samples retrieved from a cone are more aligned with the coneâs concept than with non-target concepts, indicating that entailment cones capture well-localized semantic regions in the embedding space. As illustrated in Fig. 2(a), steering in hyperbolic space can be viewed as moving across entailment cones and, for composed semantics, toward their intersections. We filter MS-COCO captions containing man, car and coffee concepts, and count how many fall inside the corresponding cone (bar height). The percentage below each bar reports the fraction of captions that lie in the relative cone. We repeat the same analysis for pairwise and triple intersections. Results show that single-concept captions are almost entirely contained in their cones (98.11â99.98%) and multi-concept captions largely fall in the expected intersections (93.33â100%), supporting the cone-intersection view of concept composition. Hyperbolic steering thus anchors the transformation within the intersection of entailment cones, preventing representation drift into uninterpretable latent regions. Geometric Pacing under Strong Steering. Hyperbolic geometry also confers increased stability. In Euclidean spaces, steering directions are only locally meaningful, and increasing their magnitude often pushes representations outside semantically valid regions (Facchiano et al., 2026). In contrast, hyperbolic entailment cones are infinite, allowing larger displacements while remaining within the concept region. This effect is illustrated in Fig. 2(b). While Euclidean steering either fails to reach the target or collapses under large scaling, hyperbolic steering tolerates stronger interventions without semantic breakdown. This induces a form of geometric pacing, whereby the geometry constrains how rapidly representations can traverse semantic regions, yielding smoother and more predictable behavior as control strength increases. Similar pacing effects arising from hierarchical representations in curved spaces have been observed in prior work (Franco et al., 2023). Hierarchical transitions and geometric pacing together represent the two main strengths of hyperbolic concept control. This motivates HyCon, a framework that leverages hyperbolic representations to get interpretable and stable steering while ensuring compatibility with existing backbones. 4 Methodology We present HyCon, a framework for concept-level control in hyperbolic latent spaces. We first review refusal vectors and the required hyperbolic preliminaries in Section 4.1âfurther details in Appendix A. Then, we introduce the problem setup (Section 4.2), define a concept direction on the hyperbolic manifold (Section 4.3), and finally show how to apply this control to arbitrary inputs (Section 4.4). 4.1 Preliminaries Refusal Vectors. Euclidean latent steering typically achieves semantic control by editing embeddings along concept-specific directions (Mikolov et al., 2013; Marks and Tegmark, 2023; Park et al., 2024; Facchiano et al., 2026). This relies on the assumption that high-level concepts are (at least locally) linearly encoded in representation space, as formalized by Concept Activation Vectors (TCAV) (Kim et al., 2018). Within this view, a refusal vector is a direction cââdv_c ^d associated with an undesired concept c such that moving an embedding orthogonally to v reduces that concept in the generated output (Arditi et al., 2025). Given a new input with embedding ââdx ^d and a refusal vector cv_c steering is typically performed as: âČ=âλââš,câ©âcâ2âc,x =x-λ ,v_c \|v_c\|^2v_c, (1) where λ>0λ>0 controls the strength of the steering. A key limitation of refusal-vector steering is that it applies a linear shift in Euclidean space, which is only a local approximation of a highly non-linear representation manifold. For large λ, the edit can drift off-manifold, with no guaranteed semantic validity and often degraded generationsâsee Fig. 2 (b). Hyperbolic Geometry. Hyperbolic space is a Riemannian manifold of constant negative curvature, which can be represented through equivalent models. Following prior work (Nickel and Kiela, 2018; Kosyakov, 2007), we adopt the n-dimensional Lorentz model ÎșnL^n_Îș with curvature âÎș-Îș and Îș>0Îș>0, defined as: Îșn=âân+1|âš,â©â=â1Îș,x0>0,L^n_Îș= \x ^n+1\; |\; ,x _L=- 1Îș,\;x_0>0 \, (2) where âšâ ,â â©â ·,· _L stands for the Lorentzian inner product (c.f. Appendix A). Since trajectories in the hyperbolic manifold are geodesic curves, we express local directions at âÎșnp ^n_Îș in the associated tangent space TâÎșn=âân+1|âš,â©â=0.T_pL^n_Îș= \v ^n+1\; |\; ,p _L=0 \. (3) We can move between ÎșnL^n_Îș and TâÎșnT_pL^n_Îș via the logarithmic and exponential maps. The logarithmic map logÎș:ÎșnâTâÎșn ^Îș_p:L^n_Îșâ T_pL^n_Îș converts a manifold point into a tangent-space direction at p, while the exponential map expÎș:TâÎșnâÎșn ^Îș_p:T_pL^n_Îș ^n_Îș maps a tangent vector back to the hyperbolic manifold by following the corresponding geodesic. As a result, directions that are linear in the tangent space are realized on the manifold as geodesic updates that respect the intrinsic hyperbolic geometry, enabling principled editing steps. Crucially, such directions are point-dependent: a direction v is only defined in the local tangent space where it is mapped (e.g., âTâÎșnvâ T_pL^n_Îș) and cannot be directly applied at another point âÎșnq ^n_Îș. To transfer v from p to q while preserving its local geometric meaning, we transport it along the geodesic connecting p and q via parallel transport. Formally, let ,âÎșnp,q ^n_Îș and âTâÎșnvâ T_pL^n_Îș; the transported direction is PTââ()=+âš,â©â1Îșââš,â©ââ(+),PT_p (v)=v+ ,q _L 1Îș- ,q _L\,(p+q), (4) and by construction PTââ()âTâÎșnPT_p (v)â T_qL^n_Îș. In practice, this allows us to compute a semantic direction at a reference point p, and then coherently apply it at any target point âÎșnq ^n_Îș consistently with the local geometry of the manifold. 4.2 Problem Setup Our goal is to define a hyperbolic direction that leads to a semantic concept c and can be used to control its presence in the generated output. Specifically, let c be the semantic concept to be removed (e.g., ânudityâ). We define two sets of prompts. The positive prompts +=pi+i=1NP^+=\p_i^+\_i=1^N, containing concept c (i.e., a naked man in the park), and the negative prompts â=pjâj=1NP^-=\p_j^-\_j=1^N where c is absent (i.e., a man in the park). We obtain their hyperbolic representation by embedding each prompt into the hyperbolic manifold ÎșnL^n_Îș using the HyCoCLIP (Pal et al., 2025) text encoder Ί : i+=Ίâ(pi+)âÎșn,jâ=Ίâ(pjâ)âÎșn.x_i^+= (p_i^+) ^n_Îș, _j^-= (p_j^-) ^n_Îș. (5) 4.3 Hyperbolic Concept Direction To obtain a single, geometry-consistent direction associated with concept c, we first summarize the two prompt sets by their representative centroids on the manifold. Concretely, we compute the FrĂ©chet Mean (FrĂ©chet, 1948) of the positive and negative embeddings in hyperbolic space: + ÎŒ^+ =argâminâÎșnââi=1N+dâ2â(,i+) = *arg\,min_y ^n_Îș _i=1^N_+d_L^2(y,x_i^+) (6) â ÎŒ^- =argâminâÎșnââj=1Nâdâ2â(,jâ), = *arg\,min_y ^n_Îș _j=1^N_-d_L^2(y,x_j^-), where dââ(â ,â )d_L(·,·) denotes the Lorentzian geodesic distance and ,±âÎșny,x^± ^n_Îș. We adopt the FrĂ©chet Mean to compute the centroids ensuring the mean belongs to the sheet surface. The semantic direction corresponding to concept c, is defined by the displacement between + ÎŒ^+ and â ÎŒ^- represented by the geodesic that connects the two points in the hyperbolic manifold. The geodesic is uniquely identified by a direction in the tangent space T+âÎșnT_ ÎŒ^+L^n_Îș, defined as the logarithmic map of â ÎŒ^- at + ÎŒ^+: +=log+ÎșâĄ(â)âT+âÎșn.r_ ÎŒ^+= ^Îș_ ÎŒ^+( ÎŒ^-)\;â\;T_ ÎŒ^+L^n_Îș. (7) The vector +r_ ÎŒ^+ represents the control direction, local to + ÎŒ^+, that transforms a concept-present representation into its concept-removed counterpart. 4.4 Hyperbolic Control via Geodesic Motion To control a new prompt in hyperbolic space, we apply the concept direction defined in Eq. (7) to the new input embeddings. However, tangent directions in hyperbolic geometry are point-specific and can not be directly used at another point. Therefore, given a new prompt p with embedding =Ίâ(p)âÎșnz= (p) ^n_Îș, we first transfer the concept direction +âT+âÎșnr_ ÎŒ^+â T_ ÎŒ^+L^n_Îș to the local tangent space at z via parallel transport along the geodesic connecting + ÎŒ^+ and z. This yields a geometrically consistent direction with the new application point in TâÎșnT_zL^n_Îș. We then normalize the transported vector to later control its strength: =PT+ââ(+)then^=ââ.r_z=PT_ ÎŒ^+ (r_ ÎŒ^+) r_z= r_z\|r_z\|_L. (8) Concept control is performed by moving the new input embedding z along the geodesic with direction r_z, resulting in a modified version of z defined as: ~=expÎșâĄ(λâ^), z= ^Îș_z (λ\, r_z ), (9) where λ>0λ>0 controls the control strength. This procedure ensures that concept control respects the intrinsic geometry of hyperbolic space, yielding semantically consistent transformations across the manifold. The proposed paradigm is then empirically evaluated in Section 5, where experiments regarding both retrieval (Section 5.1) and image generation (Section 5.3) demonstrate its effectiveness when compared with current state-of-the-art methods. 5 Experiments We evaluate HyCon in three stages. First, we validate the geometric assumptions of hyperbolic representations through retrieval-based analyses. We assess hyperbolic concept control in safety-critical steering for text-to-image DMs, reporting also the effect of the lightweight adapter used to interface hyperbolic embeddings with standard diffusion backbones. Finally, qualitative results are reported in Section 5.4. 5.1 Retrieval Experiment Setup. Retrieval experiments are designed to verify the geometric assumption exploited by HyCon. As discussed in Section 3, in HyCoCLIP (Pal et al., 2025) the multi-concept semantics emerge as the intersection of the relative concept regions (entailment cones). Concretely, we define a pool of concepts, and we begin with a query caption unrelated to any of them. We then introduce a second concept via our hyperbolic control procedure. We evaluate whether the edited embedding belongs to the cone of the added concept. We use the MS-COCO dataset (Lin et al., 2014), consisting of approximately 118K images annotated with 92 object categories and 5 captions per image. Results. Table 1 shows retrieval results (R@K, Kâ1,5,10Kâ\1,5,10\) when testing our hyperbolic concept control on HyCoCLIP embeddings. Columns correspond to the entailment cones of different concepts (CSeaC_Sea, CGrassC_Grass, CSnowC_Snow, CCarpetC_Carpet), and rows report the same underlying caption before editing (Caption) and after adding a target concept via our method (e.g., + Sea, + Grass, + Snow). In the Caption row, R@1 is zero across all cones, indicating that the original queries do not belong to any of the considered cones. After steering, R@1 increases at least to 0.780.78 for all concepts, while steering toward Sea, Grass, and Snow achieves R@5 values of 0.990.99 or higher, with R@10 reaching 1.001.00 for Grass and Snow. The Carpet concept is a control case, with retrieval scores being â0 0 when steering toward other concepts, indicating minimal cross-concept interference. This shows that HyCon reliably moves embeddings into the intended cones, while non-target cones remain unaffected. Table 1: Retrieval performance before and after hyperbolic concept control. Captions do not activate any entailment cone CconceptC_concept. Adding a specific concept to the caption moves embeddings into the intended semantic cone while leaving non-target concepts unaffected, indicating selective and stable steering. CSeaC_Sea CGrassC_Grass CSnowC_Snow CCarpetC_Carpet Caption R@1 0.00 0.00 0.00 0.00 R@5 0.04 0.31 0.02 0.14 R@10 0.07 0.45 0.04 0.23 + Sea R@1 0.78 0.10 0.00 0.00 R@5 0.99 0.36 0.00 0.00 R@10 0.99 0.56 0.01 0.01 + Grass R@1 0.01 0.83 0.00 0.00 R@5 0.03 1.00 0.00 0.00 R@10 0.06 1.00 0.00 0.00 + Snow R@1 0.09 0.04 0.89 0.00 R@5 0.29 0.16 1.00 0.00 R@10 0.40 0.27 1.00 0.00 5.2 Adapter Analysis Setup. To interface hyperbolic representations with standard diffusion backbones, we learn a lightweight MLP adapter gÏg_Ï that maps HyCoCLIP embedding to the CLIP embedding space expected by the generative model. Concretely, given a caption p, we extract its hyperbolic embedding =Ίâ(p)âÎșnx= (p) ^n_Îș with HyCoCLIP and map it back to a Euclidean representation via the logarithmic map at the origin, =logÎșâĄ()âânu= ^Îș_0(x) ^n. In parallel, we predict the corresponding CLIP text embedding CLIPâ(p)CLIP(p). Further details in Appendix B. To allow the generation with the HyCoCLIP embeddings, we train an adapter gÏg_Ï to match the original CLIP space using an â2 _2 regression objective: âadapt=âgÏâ(logÎșâĄ(Ίâ(p)))âCLIPâ(p)â22.L_adapt= \|g_Ï ( ^Îș_0( (p)) )-CLIP(p) \|_2^2. (10) We train gÏg_Ï on Flickr30k (Young et al., 2014) and keep it fixed in all downstream experiments, so that all concept edits operate purely through hyperbolic steering of Ίâ(p) (p) followed by the same deterministic mapping to the diffusion backbone. Some diffusion backbones additionally use a T5 text encoder (e.g., SD3, SD3.5, FLUX), for which a hyperbolic counterpart is not available. We thus control the T5 influence by rescaling its conditioning vector by a scalar prompt scale (ref. Sec. 6). Results. We evaluate the impact of the HyCoCLIPâ adapter on generation quality on Flickr30k using CLIPScore, FID, and cosine similarity with vanilla CLIP. As shown in Table 2, the adapted setting closely matches the vanilla baseline across all backbones, with CLIPScore differences within â0.001â 0.001â0.0030.003 and FID increases typically below 11 point. High cosine similarity (0.730.73â0.820.82) indicates that the adapter preserves the semantics of the original text conditioning. These results show that the lightweight adapter introduces only a minimal quality gap, enabling stable hyperbolic control in downstream generation experiments. Table 2: Effect of the HyCoCLIPâ adapter on Flickr30k test set. We compare vanilla CLIP conditioning against adapter-based conditioning across diffusion backbones using CLIPScore, FID, and cosine similarity between vanilla and adapted embeddings. Model Setting CLIP â FID â Cosine Sim. â SDXL Vanilla 0.3264 53.29 0.81 Adapted 0.3260 53.40 SD3 Vanilla 0.3225 58.89 0.82 Adapted 0.3212 59.79 SD3.5 Vanilla 0.3250 53.51 0.73 Adapted 0.3232 53.84 FLUX1 Vanilla 0.3141 64.17 0.80 Adapted 0.3115 65.01 Table 3: Unified evaluation across multiple safety benchmarks and diffusion backbones. Hyperbolic control consistently improves safety-related metrics compared to existing steering methods, while maintaining competitive image quality across datasets. Method P4D Ring-a-Bell MMA-Diffusion UnlearnDiffAttk COCO NudeNet â GPT-4o â NudeNet â GPT-4o â NudeNet â GPT-4o â NudeNet â GPT-4o â FID â CLIPâ LPIPS â SDXL 72.19 41.06 69.62 49.37 35.20 25.00 30.28 9.15 â 0.32 â SAFREE 26.53 12.93 32.91 17.72 7.80 2.00 12.68 1.41 132.60 0.28 0.77 HyCon 21.19 11.26 26.58 17.72 7.70 0.90 8.45 2.82 60.49 0.27 0.55 SD3 53.64 16.56 67.09 29.11 17.10 9.20 34.51 8.45 â 0.32 â SAFREE 26.49 3.31 32.91 21.52 9.00 1.40 12.77 2.11 41.82 0.32 0.68 HyCon 17.22 3.31 27.85 15.19 8.20 2.00 21.13 1.41 47.86 0.31 0.69 SD3.5 42.38 18.54 50.63 32.91 23.30 9.20 23.24 11.97 â 0.32 â SAFREE 25.83 3.31 45.63 27.85 9.00 2.00 12.86 1.41 49.48 0.32 0.70 HyCon 5.96 0.66 6.33 5.06 7.90 0.20 4.23 0.00 44.33 0.31 0.49 FLUX1 64.90 37.75 82.28 53.16 28.00 12.00 42.96 18.31 â 0.31 â HyCon 2.65 1.32 31.65 13.92 2.80 0.00 4.93 0.00 50.07 0.29 0.57 5.3 Steering Experiments Setup. We evaluate hyperbolic concept control in generative settings by interfacing HyCon with multiple pretrained backbones, including SDXL (Podell et al., 2023), SD 3, SD 3.5 (Esser et al., 2024), and FLUX (BlackForestLabs, 2024; BlackForestLabs et al., 2025). We benchmark on four established safety-oriented datasets: P4D (Chin et al., 2024), Ring-A-Bell (Tsai et al., 2024), MMA-Diffusion (Yang et al., 2024), and UnlearnDiffAttk (Zhang et al., 2023b). Image quality is additionally evaluated on a subset of MS-COCO prompts. We compare hyperbolic control against SAFREE (Yoon et al., 2025), which removes unsafe concepts via orthogonal projection in the Euclidean space. SAFREE is reported only for DMs that expose compatible text-conditioning interfaces (thus, FLUX is omitted). Following prior art (Yoon et al., 2025), we report safety-related metrics, including NudeNet (notAI tech, 2019) and GPT-based classifiers where applicable. Image quality and fidelity on the COCO retain set are measured using FID, CLIPScore, and LPIPS. Results. Table 3 summarizes safety and quality results across all evaluated datasets and diffusion backbones. Hyperbolic control consistently outperforms both the vanilla baseline and SAFREE on safety metrics, while preserving the image quality and semantic on the retain set. On SDXL, hyperbolic control improves NudeNet scores over SAFREE by approximately 5%5\% on P4D and Ring-A-Bell, with gains also in MMA-Diffusion and UnlearnDiffAttk. On Stable Diffusion 3.5, hyperbolic control reduces unsafe content by 39%39\% relative to SAFREE on Ring-A-Bell, with GPT-based scores approaching zero across multiple datasets. On FLUX, hyperbolic control achieves near-complete suppression of unsafe content, yielding consistently low NudeNet scores and GPT-based detections on several benchmarks. Importantly, these safety improvements do not come at the expense of generation quality. Across COCO, hyperbolic control maintains competitive FID, CLIPScore, and LPIPS values, often matching or improving upon SAFREE while providing stronger and more stable concept suppression. Comparison. In Fig. 4, and consistently with the results reported in Table 3, HyCon demonstrates stronger censorship performance than SAFREE. Furthermore, HyCon better preserves the semantic content, prompt adherence, and fine-grained image details. The latter is evident in Fig. 4 (bottom), which highlights the retain performances of SAFREE and our method on the COCO dataset. Concept Addition. HyCon enables the capability of adding new concepts into the original generation. Once a concept direction is defined, it can be added to the original embeddings. We illustrate this capability in Fig. 2 for the âWinterâ attribute, and in Fig. 5 (bottom) for the âNightâ attribute. overpic[width=359.90538pt]figures/qualitatives/comparison.pdf (6.0,96.0) Original (26.0,96.0) SAFREE (47.0,96.0) HyCon (20.0,50.0) Remove 'Nudity' (9.0,2.0) Remove 'Nudity' on other concepts overpic Figure 4: Qualitative results on Ring-a-Bell (top) and COCO retain set (bottom). For each dataset, columns show Baseline, SAFREE, and HyCon (left to right). On Ring-a-Bell, both methods suppress the target unsafe concept, while on COCO HyCon better preserves non-target content and overall visual fidelity. 5.4 Qualitative Analysis Concept Sliding. Modulating the control strength in latent space allows for smooth transitions between embeddings. Hyperbolic embeddings further ensure strong content preservation, which, when combined with control modulation, enables effective concept sliding. This behavior is clearly illustrated in Fig. 5 and Fig. 1, where characteristic features of the target concept are progressively removed from or added to the original generation. More samples in Appendix C. Figure 5: Qualitative examples. Top row: removing the âVan Goghâ concept HyCon. As the steering strength increases, the generation remains stable and preserves the intended content. Bottom row: adding the concept ânightâ. Zoom in for details. 6 Discussion We study the impact of key design choices on the behavior of HyCon. In particular, we evaluate the effect of λ and the T5 prompt scale on the trade-off between safety and content retention. We then compare hyperbolic control with a Euclidean refusal-vector baseline across backbones. Figure 6: Steeringâretention trade-offs. Top: NudeNet (Ring-a-Bell) vs. FID (COCO) across steering scales λ. Bottom: NudeNet (Ring-a-Bell) vs. CLIP (COCO) across T5 prompt scales. Control Scale λ. The scale λ controls the trade-off between target concept suppression and retain-set quality (Fig. 6, top). With λ=0λ=0, nudity remains high (NudeNet 29.3%29.3\%) while FID is lowest (41.641.6). Increasing λ rapidly reduces nudity, reaching â10%â 10\% at λ=0.5λ=0.5, with a modest FID increase to â43.6â 43.6. For λâ[1,3]λâ[1,3], NudeNet stays low with limited FID variation (â44.0â 44.0â44.644.6), and even large values (e.g., λ=25λ=25) do not cause catastrophic quality degradation. We therefore set λ=3λ=3 as a stable compromise between effective suppression and retain-set fidelity. Ablation on Prompt Scale. We ablate the prompt scale, which rescales the T5 text embedding and controls the strength of textual conditioning (Fig. 6, bottom). At the baseline (=1=1), the model achieves high alignment (CLIP â0.34â 0.34) but also a high nudity rate (NudeNet â34%â 34\%). Reducing the prompt scale substantially lowers nudity (to â10%â 10\%) while largely preserving CLIP (â0.33â 0.33). Further reductions below 0.20.2 continue to suppress unsafe content (NudeNet â8%â 8\%) but noticeably degrade prompt adherence (CLIP â0.28â 0.28 at 0.10.1 and â0.21â 0.21 at 0.00.0). We therefore fix the prompt scale to 0.250.25 as a stable compromise between safety and textâimage alignment. Hyperbolic vs. Euclidean. In Table 4, we compare hyperbolic steering with a Euclidean refusal-vector baseline across four diffusion backbones. Vanilla models exhibit high unsafe rates on Ring-A-Bell across all backbones (e.g., 50-82% using NudeNet and 29-53% with GPT-4o). Both steering methods substantially reduce nudity, with backbone-dependent behavior. On SDXL, HyCon achieves lower unsafe rates than the Euclidean baseline under both NudeNet and GPT-4o, though with a modest margin. HyCon further outperforms the Euclidean baseline on SD3 and SD3.5. On FLUX, hyperbolic steering yields a clear advantage, reducing the GPT-4o unsafe rate by approximately 33%33\% compared to the Euclidean baseline. On COCO, both methods exhibit comparable retention, with similar CLIP scores and moderate changes in FID and LPIPS. Overall, hyperbolic steering is competitive with Euclidean refusal vectors and provides more reliable suppression under GPT-4o on several backbones. Table 4: Safetyâretention trade-off for Euclidean refusal-vector steering Vs. HyCon across diffusion backbones. We report nudity suppression on Ring-a-Bell (NudeNet, GPT-4o) and retention on COCO (FID, CLIP, LPIPS). Method Ring-a-Bell COCO NudeNet GPT-4o FID â CLIP â LPIPS â SDXL 69.62 49.37 â 0.32 â Euclidean 30.51 19.68 63.87 0.27 0.56 HyCon 26.58 17.72 60.43 0.27 0.55 SD3 67.09 29.11 â 0.32 â Euclidean 31.65 25.32 39.21 0.31 0.45 HyCon 27.85 15.19 47.86 0.31 0.69 SD3.5 50.63 32.91 â 0.32 â Euclidean 7.59 12.66 42.07 0.32 0.45 HyCon 6.33 5.06 44.33 0.31 0.49 FLUX1 82.28 53.16 â 0.31 â Euclidean 27.85 46.84 53.00 0.28 0.58 HyCon 31.65 13.92 50.07 0.29 0.57 7 Conclusions We presented HyCon, the hyperbolic concept control framework for text-to-image diffusion models. Experiments show that hyperbolic steering enables stable and selective control across retrieval and generation. Compared to Euclidean baselines, our method achieves comparable or improved metrics while maintaining competitive generation quality. Overall, hyperbolic latent representations provide a principled basis for interpretable and reliable model control. Impact Statement This work contributes to the advancement of Machine Learning by introducing a method for controlling content generation. While this approach has the potential to reduce the creation of unsafe or harmful material, it may also be misused to generate NSFW or otherwise sensitive content. These dual-use considerations should be carefully acknowledged and addressed when deploying the method. Acknowledgments We acknowledge partial financial support from Panasonic, the MUR FIS2 grant n. FIS-2023-00942 âNEXUSâ (cup B53C25001030001), and the Sapienza grants RG123188B3EF6A80 (CENTS), RM1241910E01F571 (V3LI), and Seed of ERC grant âMINT.AIâ (cup B83C25001040001). We acknowledge CINECA for computational resources and support. SF is co-funded by CINECA. References A. Arditi, O. Obeso, A. Syed, D. Paleka, N. Panickssery, W. Gurnee, and N. Nanda (2025) Refusal in language models is mediated by a single direction. In Advances in Neural Information Processing Systems (NeurIPS), Cited by: §1, §4.1. BlackForestLabs, S. Batifol, A. Blattmann, F. Boesel, S. Consul, C. Diagne, T. Dockhorn, J. English, Z. English, P. Esser, S. Kulal, K. Lacey, Y. Levi, C. Li, D. Lorenz, J. MĂŒller, D. Podell, R. Rombach, H. Saini, A. Sauer, and L. Smith (2025) FLUX.1 kontext: flow matching for in-context image generation and editing in latent space. External Links: 2506.15742, Link Cited by: §5.3. BlackForestLabs (2024) FLUX. Note: https://github.com/black-forest-labs/flux Cited by: §1, §5.3. Z. Chin, C. Jiang, C. Huang, P. Chen, and W. Chiu (2024) Prompting4Debugging: red-teaming text-to-image diffusion models by finding problematic prompts. arXiv preprint arXiv:2309.06135. Cited by: §5.3. S. Dathathri, A. Madotto, J. Lan, J. Hung, E. Frank, P. Molino, J. Yosinski, and R. Liu (2020) Plug and play language models: a simple approach to controlled text generation. In ICLR, Cited by: §1. K. Desai, M. Nickel, T. Rajpurohit, J. Johnson, and R. Vedantam (2023) Hyperbolic image-text representations. In Proceedings of the 40th International Conference on Machine Learning, ICMLâ23. Cited by: §1, §2. P. Dhariwal and A. Nichol (2021) Diffusion models beat gans on image synthesis. In Advances in Neural Information Processing Systems (NeurIPS), Cited by: §2. P. Esser, S. Kulal, A. Blattmann, R. Entezari, J. MĂŒller, H. Saini, Y. Levi, D. Lorenz, A. Sauer, F. Boesel, D. Podell, T. Dockhorn, Z. English, K. Lacey, A. Goodwin, Y. Marek, and R. Rombach (2024) Scaling rectified flow transformers for high-resolution image synthesis. arXiv preprint arXiv:2403.03206. Cited by: §1, §5.3. S. Facchiano, S. Saravalle, M. Migliarini, E. D. Matteis, A. Sampieri, A. Pilzer, E. RodolĂ , I. Spinelli, L. Franco, and F. Galasso (2026) Video unlearning via low-rank refusal vector. In ICLR, Cited by: §3, §3, §4.1. L. Franco, P. Mandica, B. Munjal, and F. Galasso (2023) Hyperbolic self-paced learning for self-supervised skeleton-based action representations. In ICLR, Cited by: §3. M. FrĂ©chet (1948) Les Ă©lĂ©ments alĂ©atoires de nature quelconque dans un espace distanciĂ©. In Annales de lâinstitut Henri PoincarĂ©, Vol. 10, p. 215â310. Cited by: §4.3. R. Gal, Y. Alaluf, Y. Atzmon, O. Patashnik, A. H. Bermano, G. Chechik, and D. Cohen-Or (2022) An image is worth one word: personalizing text-to-image generation using textual inversion. arXiv preprint arXiv:2208.01618. Cited by: §2. R. Gandikota, J. MaterzyĆska, J. Fiotto-Kaufman, and D. Bau (2023) Erasing concepts from diffusion models. In Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), Cited by: §1, §2. O. Ganea, G. BĂ©cigneul, and T. Hofmann (2018a) Hyperbolic neural networks. In NeurIPS, Cited by: §2. O. Ganea, G. Becigneul, and T. Hofmann (2018b) Hyperbolic entailment cones for learning hierarchical embeddings. In Proc. International Conference on Machine Learning (ICML), Cited by: §1, §3. A. Hertz, R. Mokady, J. Tenenbaum, R. Ironi, O. Fried, and T. Dekel (2022) Prompt-to-prompt image editing with cross-attention control. In Proc. International Conference on Learning Representations (ICLR), Cited by: §2. J. Ho and T. Salimans (2022) Classifier-free diffusion guidance. In NeurIPS Workshop on Deep Generative Models and Downstream Applications, Cited by: §2. B. Kim, M. Wattenberg, J. Gilmer, C. Cai, J. Wexler, F. ViĂ©gas, and R. Sayres (2018) Interpretability beyond feature attribution: quantitative testing with concept activation vectors (tcav). In Proceedings of the International Conference on Machine Learning (ICML), Cited by: §4.1. B. P. Kosyakov (2007) Geometry of minkowski space. In Introduction to the Classical Theory of Particles and Fields, p. 1â50. Cited by: §4.1. B. W. Lee, I. Padhi, K. N. Ramamurthy, E. Miehling, P. Dognin, M. Nagireddy, and A. Dhurandhar (2025) Programming refusal with conditional activation steering. In ICLR, Cited by: §1. Y. Li, Y. Zhang, Z. Liu, and J. Zhou (2024) Reliable and efficient concept erasure for text-to-image diffusion models. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Cited by: §1, §2. T. Lin, M. Maire, S. Belongie, J. Hays, P. Perona, D. Ramanan, P. DollĂĄr, and C. L. Zitnick (2014) Microsoft coco: common objects in context. In Computer Vision â ECCV 2014, Cited by: §5.1. S. Marks and M. Tegmark (2023) The geometry of truth: emergent linear structure in large language model representations of true/false datasets. ArXiv abs/2310.06824. External Links: Link Cited by: §4.1. T. Mikolov, W. Yih, and G. Zweig (2013) Linguistic regularities in continuous space word representations. In Proceedings of the 2013 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, L. Vanderwende, H. DaumĂ© I, and K. Kirchhoff (Eds.), Atlanta, Georgia, p. 746â751. External Links: Link Cited by: §4.1. M. Nickel and D. Kiela (2017) PoincarĂ© embeddings for learning hierarchical representations. In Advances in Neural Information Processing Systems (NeurIPS), Cited by: §1, §2. M. Nickel and D. Kiela (2018) Learning continuous hierarchies in the lorentz model of hyperbolic geometry. In International conference on machine learning, p. 3779â3788. Cited by: §4.1. notAI tech (2019) Nudenet: neural nets for nudity classification, detection and selective censoring.. Cited by: §5.3. A. Pal, M. van Spengler, G. DâAmely, A. Flaborea, F. Galasso, and P. Mettes (2025) Compositional entailment learning for hyperbolic vision-language models. In Proc. International Conference on Learning Representations (ICLR), Cited by: §1, §1, §2, §3, §3, §4.2, §5.1. K. Park, Y. J. Choe, and V. Veitch (2024) The linear representation hypothesis and the geometry of large language models. In Proceedings of the 41st International Conference on Machine Learning, ICMLâ24. Cited by: §4.1. D. Podell, Z. English, K. Lacey, A. Blattmann, T. Dockhorn, J. Muller, J. Penna, and R. Rombach (2023) SDXL: improving latent diffusion models for high-resolution image synthesis. arXiv preprint arXiv:2307.01952. Cited by: §1, §5.3. A. Radford, J. W. Kim, C. Hallacy, A. Ramesh, et al. (2021) Learning transferable visual models from natural language supervision. In Proc. International Conference on Machine Learning (ICML), Cited by: §1. S. Ramasinghe, V. Shevchenko, G. Avraham, and A. Thalaiyasingam (2024) Accept the modality gap: an exploration in the hyperbolic space. In 2024 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Vol. , p. 27253â27262. External Links: Document Cited by: §2. N. Ruiz, Y. Li, P. Jampani, Y. Pritch, M. Rubinstein, and K. Aberman (2023) DreamBooth: fine tuning text-to-image diffusion models for subject-driven generation. In Proc. IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Cited by: §2. P. Schramowski, C. Turan, N. Andersen, K. Roth, and K. Kersting (2023) Safe latent diffusion: mitigating inappropriate degeneration in diffusion models. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Cited by: §1, §2, §3. Y. Tsai, Y. Chuang, P. Chen, Y. Liu, and W. Chiu (2024) Ring-a-bell! how reliable are concept removal methods for diffusion models?. arXiv preprint arXiv:2402.00257. Cited by: §5.3. L. Vilnis, X. Li, S. Murty, and A. Mccallum (2018) Probabilistic embedding of knowledge graphs with box lattice measures. In ACL, p. 263â272. Cited by: §1. Z. Wang, S. Ramasinghe, C. Xu, J. Monteil, L. Bazzani, and T. Ajanthan (2024) Learning visual hierarchies in hyperbolic space for image retrieval. External Links: Link Cited by: §2. Y. Yang, R. Gao, X. Wang, T. Ho, N. Xu, and Q. Xu (2024) MMA-diffusion: multimodal attacks on diffusion models. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Cited by: §5.3. J. Yoon, S. Yu, V. Patil, H. Yao, and M. Bansal (2025) SAFREE: training-free and adaptive guard for safe text-to-image and video generation. In International Conference on Learning Representations, Cited by: §1, §2, §3, §5.3. P. Young, A. Lai, M. Hodosh, and J. Hockenmaier (2014) From image descriptions to visual denotations: new similarity metrics for semantic inference over event descriptions. Transactions of the Association for Computational Linguistics 2, p. 67â78. External Links: Document Cited by: §5.2. L. Zhang, A. Rao, and M. Agrawala (2023a) Adding conditional control to text-to-image diffusion models. Cited by: §2. Y. Zhang, Y. Li, Z. Liu, and J. Zhou (2023b) UnlearnDiff: erasing concepts from diffusion models. In Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), Cited by: §5.3. Y. Zhang, Y. Li, Z. Liu, and J. Zhou (2024) Set you straight: auto-steering denoising trajectories to sidestep unwanted concepts. In Proceedings of the ACM International Conference on Multimedia (ACM M), Cited by: §1, §2. Appendix A Further Details on Preliminaries In this section, we will provide further details on the Lorentz hyperbolic model. The Hyperbolic space is a Riemannian manifold with constant negative curvature, commonly modeled using either the Lorentz (hyperboloid) model or the PoincarĂ© ball model. Lorentz model ÎșnL^n_Îș of hyperbolic space characterizes itself as a hyperbolic model with constant negative curvature âÎș-Îș and Îș>0Îș>0. The n-dimensional hyperbolic space ânH^n can be defined in (n+1)(n+1)-dimensional Minkowski space as: ân=âân+1âŁâš,â©â=â1Îș,0>0,H^n=\x ^n+1 ,x _L=- 1Îș,\;x_0>0\, (11) where Îș>0Îș>0 is the curvature parameter and âš,â©â ,y _L denotes the Lorentzian inner product defined as: âš,â©â=âx0ây0+âi=1nxiâyi ,y _L=-x_0y_0+ _i=1^nx_iy_i (12) and then the Lorentzian norm is defined as ââ=âš,â©â.\|x\|_L= ,x _L. (13) Given a spatial component ~âân x ^n, the corresponding Lorentzian point is constructed as x0=1Îș+â~â2,=(x0,~).x_0= 1Îș+\| x\|^2, =(x_0, x). (14) Exponential and Logarithmic maps. These operators allow to move between the hyperbolic manifold and its Euclidean tangent space while preserving the intrinsic local geometry of the hyperbolic space. The tangent space at a point âÎșnp ^n_Îș is TâÎșn=âân+1|âš,â©â=0.T_pL^n_Îș= \v ^n+1\; |\; ,p _L=0 \. (15) Let âÎșnp ^n_Îș and let âTâÎșnvâ T_pL^n_Îș be a tangent vector at p. The exponential map expÎș:TâÎșnâÎșn ^Îș_p:T_pL^n_Îș ^n_Îș is given by expÎșâĄ()=coshâĄ(Îșâââ)â+sinhâĄ(Îșâââ)Îșââââ, ^Îș_p(v)= \! ( Îș\,\|v\|_L )p+ \! ( Îș\,\|v\|_L ) Îș\,\|v\|_L\,v, (16) Let ,âÎșnp,q ^n_Îș with â q , we can define the logarithmic map logÎș:ÎșnâTâÎșn ^Îș_p:L^n_Îșâ T_pL^n_Îș as logÎșâĄ()=arcoshâĄ(âÎșââš,â©â)(âÎșââš,â©â)2â1â(+Îșââš,â©ââ). ^Îș_p(q)= arcosh\! (-Îș ,q _L ) (-Îș ,q _L )^2-1 (q+Îș ,q _L\,p ). (17) These operators provide an exact mapping between points on the hyperboloid sheet and their corresponding tangent space, in both directions, enabling evaluation under either geometric assumption. Geodesic Distance The geodesic distance in hyperbolic space is a fundamental measure allowing the characterization of the intrinsic separation between two points on the manifold. For points ,âÎșnp,q ^n_Îș in the Lorentz model, the geodesic distance dââ(,)d_L(p,q) is defined as: dââ(,)=1ÎșâarcoshâĄ(âÎșââš,â©â),d_L(p,q)= 1 Îșarcosh\! (-Îș ,q _L ), (18) where âš,â©â ,q _L is the Lorentzian inner product, and arcoshâĄ(â )arcosh(·) denotes the inverse hyperbolic cosine function. This distance measures the length of the shortest path connecting the two points along the hyperboloid. Properties of the Geodesic Distance. The geodesic distance dââ(,)d_L(p,q) possesses the following properties: â Non-negativity: dââ(,)â„0d_L(p,q)â„ 0 for all ,âÎșnp,q ^n_Îș. â Symmetry: dââ(,)=dââ(,)d_L(p,q)=d_L(q,p). â Identity of indiscernibles: dââ(,)=0d_L(p,q)=0 if and only if =p=q. The geodesic distance is critical for various applications, including optimization and embedding tasks, as it maintains fidelity to the hyperbolic geometry of the space. Appendix B Details on the Adapter B.1 Architecture To bridge the HyCoCLIP embedding space with the Diffusion Modelsâ CLIP text embedding spaces, we employ a lightweight residual MLP adapter that maps fixed 512-dimensional HyCoCLIP representations to the pooled CLIP text embedding spaces. The output dimensionality is model-dependent: it is set to 768 for models relying on a single CLIP encoder (SDXL and FLUX1), and to 2048 for SD3 and SD3.5, where the pooled text representation is obtained by concatenating embeddings from two CLIP encoders (CLIP-L and CLIP-G). The adapter is implemented as a residual MLP, with GELUâs and dropout. A skip connection from input to output is employed. B.2 Training Procedure The adapter is trained in a supervised manner to align HyCoCLIP embeddings with the target CLIP pooled text embeddings of the diffusion model. Training is performed using MSE loss, and optimization is carried out with the AdamW optimizer. Early stopping is applied to prevent overfitting. The diffusion and CLIP backbone models are kept frozen throughout training. B.3 Details on the Datasets To train the adapters, we use paired text embeddings extracted from the FLICKR-30k dataset. We only use the textual captions associated with each image to align representations from HyCoCLIP and the CLIP text encoders: no image information is used during training. Appendix C Qualitative Samples In this section, we present qualitative examples corresponding to the tasks highlighted in Section 5.4. We leverage the previously introduced modelsâSDXL, SD 3, SD 3.5, and FLUX1âto evaluate the effectiveness of the concept control introduced by our method. Figure 7 illustrates the effect of increasing the steering strength λ on the generation process when injecting the concept old into a given starting image. As λ grows, the target concept becomes progressively more evident, while low values result in subtle, almost imperceptible changes. This demonstrates the continuous and controllable nature of the proposed concept steering mechanism, allowing fine-grained modulation between preservation of the original content and effective concept insertion. Figures 8, Figure 11 and 12 focus on environmental and stylistic manipulations. In these examples, the steering direction is gradually introduced across rows, resulting in smooth transitions of background attributes such as season, lighting, or artistic style. Notably, the main subject remains visually stable throughout the process, highlighting the methodâs ability to localize semantic changes without inducing unintended alterations to the subject identity or structure. In contrast, Figure 9 showcases a scenario where the steering direction primarily targets the subject itself. Here, the method successfully morphs the subject into a different semantic category while largely preserving the surrounding environment. This behavior underlines the flexibility of the approach, which can selectively affect either subject-centric or context-centric features depending on the chosen steering direction. Figure 10 presents qualitative results for SD 3.5 under a fixed steering strength λ=3λ=3, following the ablation discussed in Sec. 6. The examples demonstrate the effect of removing the nudity concept, where the model consistently modifies the targeted attributes while maintaining overall scene coherence and semantic consistency, confirming the robustness of the method across architectural variants. Finally, Figure 11 and Figure 12 further illustrate the removal or insertion of stylistic and environmental concepts. Across all cases, changes are introduced progressively and smoothly, without abrupt artifacts, reinforcing the interpretability and controllability of the proposed steering mechanism. Overall, these qualitative results validate the methodâs ability to perform precise, disentangled concept manipulation across different models and task settings. Figure 7: This image shows the effect of the growing value of the λ parameter on the generation process. The control aim is to insert the concept of âoldâ inside the starting picture. Realized on SD3.5 Figure 8: The images illustrate the impact of gradually introducing the steering direction shown in each row. The concept we want to insert is related to the environment and is subtly introduced while keeping the subject unchanged. Figure 9: The images illustrate the impact of gradually introducing the steering direction shown in the bottom caption. In this case, we want to change the subject of our generation into another one; in this case, the steering primarily affects the subject, keeping the environment unchanged. Figure 10: The images show the effect, given a fixed λ=3λ=3, as argued in Sec. 6, of the removal of the addition of the nudity concept for the SD 3.5 architecture. We can see that the model greatly preserves the context while changing the steered features in both cases. overpic[width=433.62pt]figures/supplementary/sliders2.png overpic Figure 11: The images illustrate the impact of gradually introducing the steering direction shown in each row. The concept we want to insert is related to the environment or the style of the subject and is subtly introduced while keeping the subject unchanged. Figure 12: The images illustrate the impact of gradually introducing the steering direction shown in each row. The concept we want to remove is related to the environment or the style of the subject and is subtly introduced while keeping the subject unchanged.