paper-with-me

홈 › Papers

Modality-Aware Neuron Pruning for Unlearning in Multimodal Large Language Models

2025-02-21 · Zheyuan Liu, Guangyao Dou, Xiangchi Yuan, Chunhui Zhang, Zhaoxuan Tan, Meng Jiang

Generative models such as Large Language Models (LLMs) and Multimodal Large Language Models (MLLMs) trained on massive datasets can lead them to memorize and inadvertently reveal sensitive information, raising ethical and privacy concerns. While some prior works have explored this issue in the context of LLMs, it presents a unique challenge for MLLMs due to the entangled nature of knowledge across modalities, making comprehensive unlearning more difficult. To address this challenge, we propose Modality Aware Neuron Unlearning (MANU), a novel unlearning framework for MLLMs designed to selectively clip neurons based on their relative importance to the targeted forget data, curated for different modalities. Specifically, MANU consists of two stages: important neuron selection and selective pruning. The first stage identifies and collects the most influential neurons across modalities relative to the targeted forget knowledge, while the second stage is dedicated to pruning those selected neurons. MANU effectively isolates and removes the neurons that contribute most to the forget data within each modality, while preserving the integrity of retained knowledge. Our experiments conducted across various MLLM architectures illustrate that MANU can achieve a more balanced and comprehensive unlearning in each modality without largely affecting the overall model utility.

📄 PDF Abstract BibTeX arXiv:2502.15910

Code (1)

franciscoliu/MANU 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…
Pruning 설명 없음

Similar Papers 제목 키워드 기반

Cross-Modal Unlearning via Influential Neuron Path Editing in Multimodal Large Language Models

2025-11-10 · Kunhao Li, Wenhao Li, Di Wu, Lei Yang 외 arxiv

Multimodal Large Language Models (MLLMs) extend foundation models to real-world applications by integrating inputs such as text and vision. However, their broad knowledge capacity raises growing concerns about privacy le…

General Knowledge

Dissecting Language Models: Machine Unlearning via Selective Pruning

2024-03-02 · Nicholas Pochinkov, Nandi Schoots

Understanding and shaping the behaviour of Large Language Models (LLMs) is increasingly important as applications become more powerful and more frequently adopted. This paper introduces a machine unlearning method specif…

Machine Unlearning

U-CAN: Utility-Aware Contrastive Attenuation for Efficient Unlearning in Generative Recommendation

2026-02-26 · Zezheng Wu, Rui Wang, Xinghe Cheng, Yang Shao 외 arxiv

Generative Recommendation (GenRec) typically leverages Large Language Models (LLMs) to redefine personalization as an instruction-driven sequence generation task. However, fine-tuning on user logs inadvertently encodes s…

Computational Efficiency

Unveiling and Mitigating Backdoor Vulnerabilities based on Unlearning Weight Changes and Backdoor Activeness

2024-05-30 · Weilin Lin, Li Liu, Shaokui Wei, Jianze Li 외

The security threat of backdoor attacks is a central concern for deep neural networks (DNNs). Recently, without poisoned data, unlearning models with clean data and then learning a pruning mask have contributed to backdo…

backdoor defense

TRU: Targeted Reverse Update for Efficient Multimodal Recommendation Unlearning

2026-04-02 · Zhanting Zhou, KaHou Tam, Ziqiang Zheng, Zeyu Ma 외 arxiv

Multimodal recommendation systems (MRS) jointly model user-item interaction graphs and rich item content, but this tight coupling makes user data difficult to remove once learned. Approximate machine unlearning offers an…

Multimodal Recommendation