Knowledge Vector Weakening: Efficient Training-free Unlearning for Large Vision-Language Models
Yejin Kim, Dongjun Hwang, Sungmin Cha, Junsuk Choe
TL;DR
This work tackles the high computational cost of unlearning in large vision–language models by introducing Knowledge Vector Weakening (KVW), a training-free, forward-propagation–only method. KVW identifies forget-related knowledge vectors in MLPs via a Forget Knowledge Accessor and progressively weakens their contributions using a gate $g(\mathcal{A})=\exp(-\gamma\mathcal{A})$, without gradient updates or retraining. Through experiments on LVLM benchmarks MLLMU-Bench and CLEAR, KVW demonstrates a more stable forget–retain trade-off and substantial computational savings compared with gradient-based and LoRA-based unlearning, closely approaching oracle forget performance while preserving retain accuracy. The method relies on a memory-like interpretation of FFNs, leveraging knowledge coefficients and a contrast between forget and retain activations, and shows robust performance across hyperparameters with clear practical advantages for safe and scalable deployment.
Abstract
Large Vision-Language Models (LVLMs) are widely adopted for their strong multimodal capabilities, yet they raise serious concerns such as privacy leakage and harmful content generation. Machine unlearning has emerged as a promising solution for removing the influence of specific data from trained models. However, existing approaches largely rely on gradient-based optimization, incurring substantial computational costs for large-scale LVLMs. To address this limitation, we propose Knowledge Vector Weakening (KVW), a training-free unlearning method that directly intervenes in the full model without gradient computation. KVW identifies knowledge vectors that are activated during the model's output generation on the forget set and progressively weakens their contributions, thereby preventing the model from exploiting undesirable knowledge. Experiments on the MLLMU and CLEAR benchmarks demonstrate that KVW achieves a stable forget-retain trade-off while significantly improving computational efficiency over gradient-based and LoRA-based unlearning methods.
