Q-realign: Piggybacking Realignment on Quantization for Safe and Efficient LLM Deployment
Qitao Tan, Xiaoying Song, Ningxi Cheng, Ninghao Liu, Xiaoming Zhai, Lingzi Hong, Yanzhi Wang, Zhen Xiang, Geng Yuan
TL;DR
Q-realign presents a post-training quantization–based defense that restores safety alignment degraded by fine-tuning without re-entering the training loop. By analyzing intermediate activations to quantify spatial separability and employing per-layer, learnable PTQ that jointly reconstructs benign activations while re-separating malicious ones via a Softplus-guided loss, the method decouples safety recovery from fine-tuning. The approach yields strong safety improvements with minimal impact on task performance and significantly reduces memory and compute overhead, enabling safety-aware deployment even for mid-sized LLMs (e.g., 7B) on consumer hardware, with runtimes as short as ~40 minutes. Its plug-and-play nature and cross-model effectiveness make it a practical turnkey solution for safe deployment in real-world, resource-constrained settings.
Abstract
Public large language models (LLMs) are typically safety-aligned during pretraining, yet task-specific fine-tuning required for deployment often erodes this alignment and introduces safety risks. Existing defenses either embed safety recovery into fine-tuning or rely on fine-tuning-derived priors for post-hoc correction, leaving safety recovery tightly coupled with training and incurring high computational overhead and a complex workflow. To address these challenges, we propose \texttt{Q-realign}, a post-hoc defense method based on post-training quantization, guided by an analysis of representational structure. By reframing quantization as a dual-objective procedure for compression and safety, \texttt{Q-realign} decouples safety alignment from fine-tuning and naturally piggybacks into modern deployment pipelines. Experiments across multiple models and datasets demonstrate that our method substantially reduces unsafe behaviors while preserving task performance, with significant reductions in memory usage and GPU hours. Notably, our approach can recover the safety alignment of a fine-tuned 7B LLM on a single RTX 4090 within 40 minutes. Overall, our work provides a practical, turnkey solution for safety-aware deployment.
