Table of Contents
Fetching ...

Neural Gate: Mitigating Privacy Risks in LVLMs via Neuron-Level Gradient Gating

Xiangkui Cao, Jie Zhang, Meina Kan, Shiguang Shan, Xilin Chen

Abstract

Large Vision-Language Models (LVLMs) have shown remarkable potential across a wide array of vision-language tasks, leading to their adoption in critical domains such as finance and healthcare. However, their growing deployment also introduces significant security and privacy risks. Malicious actors could potentially exploit these models to extract sensitive information, highlighting a critical vulnerability. Recent studies show that LVLMs often fail to consistently refuse instructions designed to compromise user privacy. While existing work on privacy protection has made meaningful progress in preventing the leakage of sensitive data, they are constrained by limitations in both generalization and non-destructiveness. They often struggle to robustly handle unseen privacy-related queries and may inadvertently degrade a model's performance on standard tasks. To address these challenges, we introduce Neural Gate, a novel method for mitigating privacy risks through neuron-level model editing. Our method improves a model's privacy safeguards by increasing its rate of refusal for privacy-related questions, crucially extending this protective behavior to novel sensitive queries not encountered during the editing process. Neural Gate operates by learning a feature vector to identify neurons associated with privacy-related concepts within the model's representation of a subject. This localization then precisely guides the update of model parameters. Through comprehensive experiments on MiniGPT and LLaVA, we demonstrate that our method significantly boosts the model's privacy protection while preserving its original utility.

Neural Gate: Mitigating Privacy Risks in LVLMs via Neuron-Level Gradient Gating

Abstract

Large Vision-Language Models (LVLMs) have shown remarkable potential across a wide array of vision-language tasks, leading to their adoption in critical domains such as finance and healthcare. However, their growing deployment also introduces significant security and privacy risks. Malicious actors could potentially exploit these models to extract sensitive information, highlighting a critical vulnerability. Recent studies show that LVLMs often fail to consistently refuse instructions designed to compromise user privacy. While existing work on privacy protection has made meaningful progress in preventing the leakage of sensitive data, they are constrained by limitations in both generalization and non-destructiveness. They often struggle to robustly handle unseen privacy-related queries and may inadvertently degrade a model's performance on standard tasks. To address these challenges, we introduce Neural Gate, a novel method for mitigating privacy risks through neuron-level model editing. Our method improves a model's privacy safeguards by increasing its rate of refusal for privacy-related questions, crucially extending this protective behavior to novel sensitive queries not encountered during the editing process. Neural Gate operates by learning a feature vector to identify neurons associated with privacy-related concepts within the model's representation of a subject. This localization then precisely guides the update of model parameters. Through comprehensive experiments on MiniGPT and LLaVA, we demonstrate that our method significantly boosts the model's privacy protection while preserving its original utility.
Paper Structure (34 sections, 8 equations, 7 figures, 4 tables)

This paper contains 34 sections, 8 equations, 7 figures, 4 tables.

Figures (7)

  • Figure 1: Pipeline of Neural Gate. Neural Gate truncates the gradients of inactive and weakly active neurons, thereby mitigating their influence on model editing.
  • Figure 2: Feature change measurement and statistical analysis. (a-b) Framework for quantifying feature shifts of privacy subject S via paired query construction and learnable vector-based interventions. (c) $I = \{i \mid 0 \le i < d\}$ denote the set of feature dimensions; the color of each cell in (c) represents the proportion of the corresponding dimension within $I$. (d) Layer-wise proportion of strongly active neurons.
  • Figure 3: Privacy risk mitigation performance on PrivacyPair. $RtA$ and $1 - RtA$ are used to evaluate the model’s performance on sensitive and insensitive queries, respectively.
  • Figure 4: Results on PrivacyPair-test under Different $\alpha$ Settings.
  • Figure 5: Case study of success and failure scenarios after applying Neural Gate.
  • ...and 2 more figures