paper-with-me

Papers

Knowledge Vector Weakening: Efficient Training-free Unlearning for Large Vision-Language Models

2026-01-29 · Yejin Kim, Dongjun Hwang, Sungmin Cha, Junsuk Choe arxiv

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.

📄 PDF Abstract BibTeX arXiv:2601.21794

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

Unlearning of Knowledge Graph Embedding via Preference Optimization

2025-07-28 · Jiajun Liu, Wenjun Ke, Peng Wang, Yao He 외 arxiv

Existing knowledge graphs (KGs) inevitably contain outdated or erroneous knowledge that needs to be removed from knowledge graph embedding (KGE) models. To address this challenge, knowledge unlearning can be applied to e…

Knowledge Graph EmbeddingKnowledge Graphs

Intrinsic Evaluation of Unlearning Using Parametric Knowledge Traces

2024-06-17 · Yihuai Hong, Lei Yu, Haiqin Yang, Shauli Ravfogel 외

The task of "unlearning" certain concepts in large language models (LLMs) has attracted immense attention recently, due to its importance in mitigating undesirable model behaviours, such as the generation of harmful, pri…

Towards Robust Knowledge Unlearning: An Adversarial Framework for Assessing and Improving Unlearning Robustness in Large Language Models

2024-08-20 · Hongbang Yuan, Zhuoran Jin, Pengfei Cao, Yubo Chen 외

LLM have achieved success in many fields but still troubled by problematic content in the training corpora. LLM unlearning aims at reducing their influence and avoid undesirable behaviours. However, existing unlearning m…

Learn to Unlearn: Meta-Learning-Based Knowledge Graph Embedding Unlearning

2024-12-01 · Naixing Xu, Qian Li, Xu Wang, Bingchen Liu 외

Knowledge graph (KG) embedding methods map entities and relations into continuous vector spaces, improving performance in tasks like link prediction and question answering. With rising privacy concerns, machine unlearnin…

Graph EmbeddingKnowledge Graph EmbeddingLink PredictionMachine Unlearning+2

Selective, Controlled and Domain-Agnostic Unlearning in Pretrained CLIP: A Training- and Data-Free Approach

2025-12-16 · Ashish Mishra, Gyanaranjan Nayak, Tarun Kumar, Arpit Shah 외 arxiv

Pretrained models like CLIP have demonstrated impressive zero-shot classification capabilities across diverse visual domains, spanning natural images, artistic renderings, and abstract representations. However, real-worl…