paper-with-me

홈 › Papers

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

2026-03-13 · Xiangkui Cao, Jie Zhang, Meina Kan, Shiguang Shan, Xilin Chen arxiv

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. The code is available at https://github.com/Xiangkui-Cao/Neural-Gate.

📄 PDF Abstract BibTeX arXiv:2603.12598

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Multi-P$^2$A: A Multi-perspective Benchmark on Privacy Assessment for Large Vision-Language Models

2024-12-27 · Jie Zhang, Xiangkui Cao, Zhouyu Han, Shiguang Shan 외

Large Vision-Language Models (LVLMs) exhibit impressive potential across various tasks but also face significant privacy risks, limiting their practical applications. Current researches on privacy assessment for LVLMs is…

Evaluation and Analysis of Hallucination in Large Vision-Language Models

2023-08-29 · Junyang Wang, Yiyang Zhou, Guohai Xu, Pengcheng Shi 외

Large Vision-Language Models (LVLMs) have recently achieved remarkable success. However, LVLMs are still plagued by the hallucination problem, which limits the practicality in many scenarios. Hallucination refers to the …

HallucinationHallucination Evaluation

Learnable Privacy Neurons Localization in Language Models

2024-05-16 · Ruizhe Chen, Tianxiang Hu, Yang Feng, Zuozhu Liu

Concerns regarding Large Language Models (LLMs) to memorize and disclose private information, particularly Personally Identifiable Information (PII), become prominent within the community. Many efforts have been made to …

MemorizationSpecificity

Privy: Envisioning and Mitigating Privacy Risks for Consumer-facing AI Product Concepts

2025-09-27 · Hao-Ping Lee, Yu-Ju Yang, Matthew Bilik, Isadora Krsek 외 arxiv

AI creates and exacerbates privacy risks, yet practitioners lack effective resources to identify and mitigate these risks. We present Privy, a tool that guides practitioners without privacy expertise through structured p…

Steering LVLMs via Sparse Autoencoder for Hallucination Mitigation

2025-05-22 · Zhenglin Hua, Jinghan He, Zijun Yao, Tianxu Han 외

Large vision-language models (LVLMs) have achieved remarkable performance on multimodal tasks such as visual question answering (VQA) and image captioning. However, they still suffer from hallucinations, generating text …

HallucinationImage CaptioningQuestion AnsweringVisual Question Answering+1