Latent Fusion Jailbreak: Blending Harmful and Harmless Representations to Elicit Unsafe LLM Outputs

· Source: cs.CL updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Cybersecurity & Data Privacy · Depth: Expert, extended

Summary

Latent Fusion Jailbreak (LFJ) is a novel representation-based attack that bypasses safety alignments in large language models (LLMs) by interpolating hidden states from thematically and syntactically similar harmful and benign query pairs. This method performs gradient-guided interpolation at influential layers and tokens, then optimizes parameters to balance attack success, output fluency, and computational efficiency. Evaluations on models like Vicuna and LLaMA-2 across benchmarks such as AdvBench and MaliciousInstruct achieved an average attack success rate (ASR) of 94.01%, outperforming existing jailbreak techniques. To counter LFJ, an adversarial training defense fine-tunes models on these interpolated examples, reducing ASR by over 80% without degrading performance on benign inputs.

Key takeaway

For AI Security Engineers developing or deploying LLMs, this research highlights a critical, stealthy vulnerability in current safety mechanisms. You should prioritize implementing representation-based defenses, such as the proposed adversarial training framework, which reduced Latent Fusion Jailbreak (LFJ) success rates by over 80%. Proactively fine-tune your models on interpolated adversarial examples to enhance robustness against internal state manipulation, rather than solely relying on input-level filters.

Key insights

Blending harmful and benign hidden states can covertly bypass LLM safety alignments.

Principles

Method

LFJ selects similar harmful/benign query pairs, performs gradient-guided hidden state interpolation at critical layers/tokens, then optimizes interpolation parameters for attack success and fluency.

In practice

Topics

Best for: Research Scientist, CTO, VP of Engineering/Data, AI Scientist, AI Security Engineer, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.