1UT El Paso · 2Southern Illinois University Carbondale · 3Hanyang University · 4UIUC
A guard model fine-tuned on entirely benign data can lose all safety alignment — not through adversarial manipulation, but through standard domain specialization.
Safety representations concentrate into few discriminative directions. Fine-tuning targets exactly those directions — causing 77% drift within the safety subspace. Concentrated representations are efficient but catastrophically brittle.
A guard model fine-tuned on entirely benign data can lose all safety alignment — not through adversarial manipulation, but through standard domain specialization. We demonstrate this failure across three purpose-built safety classifiers — LlamaGuard, WildGuard, and Granite Guardian — deployed as protection layers in agentic AI pipelines, and show that it originates in the destruction of latent safety geometry: the structured harmful–benign representational boundary that guides classification.
We extract per-layer safety subspaces via SVD on class-conditional activation differences and track how this boundary evolves under benign fine-tuning. Granite Guardian undergoes complete collapse — refusal rate drops from 85% to 0%, CKA falls to zero, and 100% of outputs become ambiguous — a severity exceeding prior findings on general-purpose LLMs.
To mitigate this, we propose Fisher-Weighted Safety Subspace Regularization (FW-SSR), a training-time penalty combining curvature-aware direction weights derived from diagonal Fisher information with an adaptive λt that scales with task–safety gradient conflict. FW-SSR recovers 75% refusal on Granite Guardian (CKA = 0.983) and reduces WildGuard's Attack Success Rate to 3.6% — below the unmodified baseline.
FW-SSR replaces the uniform penalty with a curvature-aware adaptive variant that protects exactly the directions most critical to safety classification.
O = original aligned model · FT = baseline fine-tuned (no defense) · Mit = FW-SSR mitigated. Bold = best among {FT, Mit} per metric per model.
| Metric | Granite Guardian 3.0-2B | LlamaGuard-3-8B | WildGuard | ||||||
|---|---|---|---|---|---|---|---|---|---|
| Original | Fine-tuned | FW-SSR | Original | Fine-tuned | FW-SSR | Original | Fine-tuned | FW-SSR | |
| Safety Behavior (20 harmful prompts) | |||||||||
| Refusal Rate ↑ | 85.0% | 0.0% | 75.0% | 5.0% | 15.0% | 25.0% | 35.0% | 5.0% | 20.0% |
| Compliance Rate ↓ | 0.0% | 0.0% | 5.0% | 5.0% | 10.0% | 10.0% | 0.0% | 5.0% | 0.0% |
| Ambiguous Rate | 15.0% | 100.0% | 20.0% | 90.0% | 75.0% | 65.0% | 65.0% | 90.0% | 80.0% |
| Latent Safety Geometry (final probed layer) | |||||||||
| Safety Drift ↓ | 0.00 | 48.64 | 30.44 | 0.00 | 45.99 | 38.00 | 0.00 | 17.21 | 17.17 |
| Drift Ratio ↓ | 0.00 | 0.77 | 0.56 | 0.00 | 0.51 | 0.44 | 0.00 | 0.65 | 0.64 |
| Fisher Score ↑ | 0.68 | 0.00 | 0.55 | 0.62 | 0.47 | 0.54 | 0.97 | 1.01 | 1.08 |
| Inter-Class Dist. ↑ | 12.19 | 0.00 | 11.36 | 12.34 | 9.97 | 11.25 | 11.03 | 7.94 | 8.64 |
| CKA vs. Original ↑ | 1.00 | 0.00 | 0.98 | 1.00 | 0.83 | 0.83 | 1.00 | 0.83 | 0.86 |
Structural geometry predicts safety behavior more reliably than absolute displacement. Granite Guardian's FW-SSR achieves CKA = 0.98 and 75% refusal recovery despite only 37% drift suppression — activations moved substantially but their relational organization is preserved.