Defending Large Language Models Against Attacks With Residual Stream Activation Analysis
Amelia Kawasaki, Andrew Davis, Houssam Abbas
TL;DR
This work defends large language models against adversarial attack prompts by analyzing residual stream activations across transformer layers in white-box settings. A structured activation-classification pipeline uses per-layer activation vectors to train LightGBM classifiers, achieving high accuracy across Broad, Domain-Specific, and Hyper-Specific attack datasets, with additional evaluation on a WildJailbreak dataset. The authors also apply LoRA-based finetuning to LLaMA 2 7B and find that finetuning yields comparable or modest gains, while confirming that classification largely leverages activation space rather than mere pre-processing signals. Overall, residual-activation analysis emerges as a promising, resource-efficient defense for detecting and mitigating attack prompts, though generalization to unseen attacks and further optimization of finetuning strategies warrant further research.
Abstract
The widespread adoption of Large Language Models (LLMs), exemplified by OpenAI's ChatGPT, brings to the forefront the imperative to defend against adversarial threats on these models. These attacks, which manipulate an LLM's output by introducing malicious inputs, undermine the model's integrity and the trust users place in its outputs. In response to this challenge, our paper presents an innovative defensive strategy, given white box access to an LLM, that harnesses residual activation analysis between transformer layers of the LLM. We apply a novel methodology for analyzing distinctive activation patterns in the residual streams for attack prompt classification. We curate multiple datasets to demonstrate how this method of classification has high accuracy across multiple types of attack scenarios, including our newly-created attack dataset. Furthermore, we enhance the model's resilience by integrating safety fine-tuning techniques for LLMs in order to measure its effect on our capability to detect attacks. The results underscore the effectiveness of our approach in enhancing the detection and mitigation of adversarial inputs, advancing the security framework within which LLMs operate.
