Targeted Vaccine: Safety Alignment for Large Language Models against Harmful Fine-Tuning via Layer-wise Perturbation
Guozhi Liu, Weiwei Lin, Tiansheng Huang, Ruichao Mo, Qi Mu, Li Shen
TL;DR
Harmful fine-tuning poses a risk to aligned large language models and existing alignment defenses incur high memory costs. The authors introduce Targeted Vaccine (T-Vaccine), which identifies safety-critical layers via harmful gradient norms and perturbs only a subset of layers while freezing the rest, achieving superior defense performance with substantial memory savings. Comparative results show T-Vaccine outperforms Vaccine, TAR, and RepNoise across models and datasets, enabling 7B-scale models on consumer GPUs with much lower memory usage. The work offers a practical, memory-efficient alignment-stage defense with strong robustness to harmful fine-tuning and provides guidance on hyperparameters for layer selection. Potential extensions include applying the approach to multimodal settings and RLHF pipelines.
Abstract
Harmful fine-tuning attack poses a serious threat to the online fine-tuning service. Vaccine, a recent alignment-stage defense, applies uniform perturbation to all layers of embedding to make the model robust to the simulated embedding drift. However, applying layer-wise uniform perturbation may lead to excess perturbations for some particular safety-irrelevant layers, resulting in defense performance degradation and unnecessary memory consumption. To address this limitation, we propose Targeted Vaccine (T-Vaccine), a memory-efficient safety alignment method that applies perturbation to only selected layers of the model. T-Vaccine follows two core steps: First, it uses gradient norm as a statistical metric to identify the safety-critical layers. Second, instead of applying uniform perturbation across all layers, T-Vaccine only applies perturbation to the safety-critical layers while keeping other layers frozen during training. Results show that T-Vaccine outperforms Vaccine in terms of both defense effectiveness and resource efficiency. Comparison with other defense baselines, e.g., RepNoise and TAR also demonstrate the superiority of T-Vaccine. Notably, T-Vaccine is the first defense that can address harmful fine-tuning issues for a 7B pre-trained models trained on consumer GPUs with limited memory (e.g., RTX 4090). Our code is available at https://github.com/Lslland/T-Vaccine.
