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

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

21 Feb 2025arXiv:2502.15910archive 2025-07-28

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.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2502.15910")

Code

Syntology Ran 6 of 18 code samples harvested from 1 repository linked to this paper; 12 have no recorded run. Of those that ran: 6 ran · our draft was wrong.

By repository: official repository: 18 samples from 1 repository, 6 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

franciscoliu/MANU officialmentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 6 ran; 0 honoured the contract we drafted; 12 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

6ran · our draft was wrong
12unverified

Licence: 18 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from franciscoliu/MANU. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

collect_feedforward_activations franciscoliu/MANU/prune/prune_incremental.py official repository ran · our draft was wrong no licence file found · pointer only · 012682048242c85c · report
compute_combined_scores_incremental franciscoliu/MANU/prune/prune_incremental.py official repository ran · our draft was wrong no licence file found · pointer only · 1936a6a620306829 · report
compute_top_k_pruning_mask franciscoliu/MANU/prune/prune_incremental.py official repository ran · our draft was wrong no licence file found · pointer only · 884614df85440489 · report
count_pruned_parameters franciscoliu/MANU/prune/prune_incremental.py official repository ran · our draft was wrong no licence file found · pointer only · 422f3314c273c0db · report
train_collate_fn_idefics franciscoliu/MANU/prune/prune_incremental.py official repository ran · our draft was wrong no licence file found · pointer only · b6ab11c5237058a8 · report
train_collate_fn_llava franciscoliu/MANU/prune/prune_incremental.py official repository ran · our draft was wrong no licence file found · pointer only · 9b5f99e80cb377b2 · report
ActivationCollector franciscoliu/MANU/prune/prune_incremental.py official repository unverified no licence file found · pointer only · 01036113c76fb38d · report
LLAVA_multimodal_Dataset franciscoliu/MANU/prune/prune_incremental.py official repository unverified no licence file found · pointer only · c7b5cc3fa249a851 · report
LLAVA_unimodal_Dataset franciscoliu/MANU/prune/prune_incremental.py official repository unverified no licence file found · pointer only · 2812caca072f9365 · report
apply_mask_to_layer franciscoliu/MANU/prune/prune_incremental.py official repository unverified no licence file found · pointer only · 4786cdd3a43d1a0d · report
apply_structural_pruning franciscoliu/MANU/prune/prune_incremental.py official repository unverified no licence file found · pointer only · 04f7c6fa5a1e0db9 · report
clear_all_memory franciscoliu/MANU/prune/prune_incremental.py official repository unverified no licence file found · pointer only · b7aef12e8abb7da2 · report
get_most_available_gpu franciscoliu/MANU/prune/prune_incremental.py official repository unverified no licence file found · pointer only · 084a9497037ca179 · report
iterative_pruning franciscoliu/MANU/prune/prune_incremental.py official repository unverified no licence file found · pointer only · ca29d3f8875120b9 · report
load_model_and_processor franciscoliu/MANU/prune/prune_incremental.py official repository unverified no licence file found · pointer only · 195c0b426d03016d · report
print_memory_status franciscoliu/MANU/prune/prune_incremental.py official repository unverified no licence file found · pointer only · 9b08516f8e4fd5e2 · report
print_pruning_stats franciscoliu/MANU/prune/prune_incremental.py official repository unverified no licence file found · pointer only · 975739fd25fbaca2 · report
register_feedforward_hooks franciscoliu/MANU/prune/prune_incremental.py official repository unverified no licence file found · pointer only · 0dea24d76b257587 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AWARECLIPPruning

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections