GSS: Gated Subspace Steering for Selective Memorization Mitigation in LLMs
Xuanqi Zhang, Haoyang Shang, Xiaoxiao Li
TL;DR
The paper tackles memorization in large language models by showing it is a sparse, token-level phenomenon and proposing Gated Subspace Steering (GSS), an inference-time framework that decouples memorization detection (probe) from targeted correction (steer). The optimal probe-steer pair is derived via a principled whitening-and-SVD approach (optimal subspace steering), enabling a low-rank intervention that activates only when memorization signals exceed a threshold. Empirical results across TinyMem, Pythia, GSM8K, and UltraChat demonstrate state-of-the-art memorization reduction with minimal impact on generalization performance and negligible inference-time overhead, while also offering theoretical insights into the geometry of memorization in activation spaces. The method provides a practical, scalable defense for privacy and robustness in deployment, without requiring retraining or global parameter updates.
Abstract
Large language models (LLMs) can memorize and reproduce training sequences verbatim -- a tendency that undermines both generalization and privacy. Existing mitigation methods apply interventions uniformly, degrading performance on the majority of tokens that generalize normally. We show empirically that memorization is sparse, intermittent, and token-conditioned, suggesting that effective mitigation requires context-aware intervention rather than static parameter modification. To this end, we propose a novel and effective selective memorization mitigation method -- Gated Subspace Steering (GSS), which decomposes intervention into a probe (detecting memorization-relevant activations) and a steer (applying targeted correction only when the probe exceeds a threshold). The optimal probe-steer pair emerges from a principled optimization framework based on optimal subspace steering. Experiments on four benchmarks show GSS matches or exceeds state-of-the-art memorization reduction while requiring $100-1000 \times$ less compute than optimization-based alternatives. Furthermore, we provide new theoretical insights into the geometry of memorization in neural representations.
