paper-with-me

Papers

Safety Anchor: Defending Harmful Fine-tuning via Geometric Bottlenecks

2026-05-07 · Guoxin Lu, Letian Sha, Qing Wang, Peijie Sun, Hao Zhou, Hua Dai, Fu Xiao arxiv

The safety alignment of Large Language Models (LLMs) remains vulnerable to Harmful Fine-tuning (HFT). While existing defenses impose constraints on parameters, gradients, or internal representations, we observe that they can be effectively circumvented under persistent HFT. Our analysis traces this failure to the inherent redundancy of the high-dimensional parameter space: attackers exploit optimization trajectories that are orthogonal to defense constraints to restore harmful capabilities while deceptively adhering to safety restrictions. To address this, we propose Safety Bottleneck Regularization (SBR). SBR shifts the defensive focus from the redundant parameter space to the unembedding layer, which serves as a geometric bottleneck. By anchoring the final hidden states of harmful queries to those of the safety-aligned model, SBR enables the model to maintain safe responses even under persistent HFT. Extensive experiments confirm SBR's effectiveness, demonstrating that utilizing just a single safety anchor is sufficient to reduce the Harmful Score to $<$10 while preserving competitive performance on benign downstream tasks.

📄 PDF Abstract BibTeX arXiv:2605.05995

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Covert Malicious Finetuning: Challenges in Safeguarding LLM Adaptation

2024-06-28 · Danny Halawi, Alexander Wei, Eric Wallace, Tony T. Wang 외

Black-box finetuning is an emerging interface for adapting state-of-the-art language models to user needs. However, such access may also let malicious actors undermine model safety. To demonstrate the challenge of defend…

AsFT: Anchoring Safety During LLM Fine-Tuning Within Narrow Safety Basin

2025-06-10 · Shuo Yang, Qihui Zhang, Yuyang Liu, Yue Huang 외

Large language models (LLMs) are vulnerable to safety risks during fine-tuning, where small amounts of malicious or harmless data can compromise safeguards. In this paper, building on the concept of alignment direction -…

SPARD: Defending Harmful Fine-Tuning Attack via Safety Projection with Relevance-Diversity Data Selection

2026-05-27 · Shuhao Chen, Weisen Jiang, Yeqi Gong, Shengda Luo 외 arxiv

Fine-tuning large language models often undermines their safety alignment, a problem further amplified by harmful fine-tuning attacks in which adversarial data removes safeguards and induces unsafe behaviors. We propose …

Defending MoE LLMs against Harmful Fine-Tuning via Safety Routing Alignment

2025-09-26 · Jaehan Kim, Minkyoo Song, Seungwon Shin, Sooel Son arxiv

Recent large language models (LLMs) have increasingly adopted the Mixture-of-Experts (MoE) architecture for efficiency. MoE-based LLMs heavily depend on a superficial safety mechanism in which harmful inputs are routed s…

Refusing Intent, Not Form: Wrapper-Based Intent-Group Supervision for LLM Safety

2026-08-13 · Ping Wu, Haibo Tong, Feifei Zhao, Han Shen 외 arxiv

Safety tuning can improve harmful refusal, but models may learn surface-form shortcuts: wrapped harmful prompts bypass safety, while similarly wrapped benign prompts are over-refused. We propose Wrapper-Based Intent-Form…