Do Models Share Safety Representations? Cross-Model Steering for Safe Visual Generation
Quick Answer
This study introduces a cross-model safety steering framework for generative models, allowing safety representations to be transferred between architectures without requiring unsafe data.
Quick Take
This study introduces a cross-model safety steering framework for generative models, allowing safety representations to be transferred between architectures without requiring unsafe data. Evaluations in text-to-image and text-to-video generation show that transferred safety directions achieve comparable performance to native unsafe data methods, indicating a modular approach to safety in generative AI.
Key Points
- Introduces a framework for cross-model safety steering in generative models.
- Safety directions are learned from safe-unsafe prompts and reused across models.
- Evaluated in text-to-image and text-to-video generation with diverse model pairs.
- Achieves ASR reduction and comparable CLIP-Score/FID trade-offs without unsafe data.
- Suggests a new path for lightweight, reusable safety mechanisms in AI.
Article Content
From source RSS / original summaryarXiv:2606. 05290v1 Announce Type: new Abstract: Recent progress in generative modeling has made safety control a central challenge, yet existing approaches remain largely model-specific, requiring retraining or tailored interventions for each new architecture. In this work, we ask whether safety can be represented as a portable latent direction, learned once and reused across heterogeneous generators.
We introduce the first framework for cross-model safety steering, in which a safety direction is estimated in a source LLM from paired safe-unsafe prompts, transported to a target generator through a lightweight alignment fitted on benign data alone, and applied at inference time. Crucially, our pipeline never accesses unsafe data on the target side, isolating whether safety can be transferred through shared representation geometry.
Beyond a single global direction, we also identify a multi-vector extension that captures category-specific safety behaviors, enabling more selective control. We evaluate our approach in text-to-image and text-to-video generation across diverse source-target model pairs. Across models, transferred safety directions achieve ASR reduction and CLIP-Score/FID trade-offs comparable to directions learned natively on the target model using unsafe data, while requiring no target-side unsafe data.
This indicates that safety improvements do not come at the expense of generation quality. Our results point to a modular view of safety: safety-relevant behavior is not purely model-local, but can be controlled through latent directions that persist across models. This suggests a new path toward lightweight, reusable safety mechanisms that do not require target-side unsafe data.
Reader Mode unavailable (could not extract clean content).
Want this in your inbox every morning?
Daily brief at your local 8am — bilingual EN/中文, free.
More from arXiv cs.CV
See more →LLM-Guided ANN Index Optimization for Human-Object Interaction Retrieval
A phase-aware LLM agent optimizes human-object interaction retrieval, outperforming Optuna TPE by 33.3% and VDTuner by 34.2% on the HICO-DET benchmark. This method enhances throughput by 15.3x over UniIR and demonstrates strong transferability across vector database management systems.