Hugging Face Daily PapersAashiq Muhamed, Mona T. Diab, Virginia Smith1 min readpaperadvanced
Decoy Direction Optimization: A Post-Hoc Defense Against LLM Abliteration
Summary
Decoy Direction Optimization (DDO) is a post‑hoc weight‑editing defense for open‑weight LLMs that injects a high‑magnitude nonlinear decoy into MLP neurons, corrupting contrastive estimators used by Refusal Feature Ablation (RFA) attacks. The paper proves a spectral bound on the effect, evaluates DDO on six model families (including Llama‑3‑8B‑Instruct), and shows <10 % attack success rate (ASR)…
- Injecting a strong, nonlinear decoy signal can mislead RFA’s contrastive direction estimator, forcing the attacker to ablate an orthogonal, harmless feature.
- DDO achieves comparable protection to finetuned defenses with orders‑of‑magnitude lower computational cost, making it practical for rapid deployment on new checkpoints.
- The defense is evaluated across multiple model families and under adaptive multi‑phase attacks, demonstrating robustness but still leaving a non‑zero ASR (~10‑15 %).
- A spectral bound is provided to formalize how the decoy perturbs the estimator, offering a theoretical guarantee of the defense’s effect.
Open‑weight LLMs are increasingly deployed with safety guardrails that can be bypassed via lightweight post‑hoc attacks like RFA, which avoid costly finetuning. DDO offers a scalable, low‑overhead mitigation that can be applied after model release, addressing a practical security gap in the LLM eco…
8/10

