LGAICLJun 18, 2025

LoX: Low-Rank Extrapolation Robustifies LLM Safety Against Fine-tuning

arXiv:2506.15606v311 citationsh-index: 13Has Code
Originality Incremental advance
AI Analysis

This addresses a critical safety problem for real-world LLM deployments by enhancing robustness against fine-tuning attacks, though it is an incremental improvement over existing alignment methods.

The paper tackles the vulnerability of aligned large language models (LLMs) to safety degradation from fine-tuning, even with benign data, by proposing Low-Rank Extrapolation (LoX), a training-free method that reduces attack success rates by 11% to 54% against such attacks while maintaining task adaptability.

Large Language Models (LLMs) have become indispensable in real-world applications. However, their widespread adoption raises significant safety concerns, particularly in responding to socially harmful questions. Despite substantial efforts to improve model safety through alignment, aligned models can still have their safety protections undermined by subsequent fine-tuning - even when the additional training data appears benign. In this paper, we empirically demonstrate that this vulnerability stems from the sensitivity of safety-critical low-rank subspaces in LLM parameters to fine-tuning. Building on this insight, we propose a novel training-free method, termed Low-Rank Extrapolation (LoX), to enhance safety robustness by extrapolating the safety subspace of an aligned LLM. Our experimental results confirm the effectiveness of LoX, demonstrating significant improvements in robustness against both benign and malicious fine-tuning attacks while preserving the model's adaptability to new tasks. For instance, LoX leads to 11% to 54% absolute reductions in attack success rates (ASR) facing benign or malicious fine-tuning attacks. By investigating the ASR landscape of parameters, we attribute the success of LoX to that the extrapolation moves LLM parameters to a flatter zone, thereby less sensitive to perturbations. The code is available at github.com/VITA-Group/LoX.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes