Multimodal Unlearning: Methods & Challenges
- Multimodal unlearning is the selective removal of knowledge from models that jointly process modalities, focusing on decoupling inter-modal associations.
- It employs diverse techniques such as gradient-based decoupling, contrastive alignment, and parameter-efficient editing to target cross-modal dependencies.
- Key challenges include managing forgetting-utility trade-offs, addressing asymmetric unlearning across modalities, and ensuring robust, adversarial-resistant evaluations.
Multimodal unlearning is the selective removal, suppression, or decoupling of knowledge from models that jointly process multiple modalities—most commonly image and text—while preserving retained capability on non-target data and tasks. In the literature, the object of forgetting is not uniform: it may be a paired cross-modal association, a visual identity, a private fact in multimodal question answering, a graph node or edge with high-dimensional multimodal features, or a relational composition such as an object–relation–object tuple (Cheng et al., 2023). Across these settings, the central technical difficulty is that multimodal knowledge is often encoded not only within modality-specific components, but also in cross-modal alignment, fusion, and shared embedding geometry, making unlearning harder than the unimodal case (Liu et al., 21 Feb 2025).
1. Historical emergence and problem formulations
The earliest dedicated multimodal formulation in this corpus is MultiDelete, presented as the first machine unlearning approach for multimodal data and models (Cheng et al., 2023). It frames multimodal unlearning as removing the effect of selected multimodal training samples from an already trained multimodal model without retraining from scratch and without destroying the model’s usefulness on the remaining data. Its central claim is that, for paired data such as image-text examples, the natural deletion target is often the association between modalities rather than the unimodal data themselves: the model should forget the relationship between paired modalities , not necessarily the individual unimodal elements and themselves (Cheng et al., 2023).
Subsequent work diversified that target. In CLIP-like encoders, CLIPErase formulates forgetting as removal of visual-textual associations in a shared embedding space, so that forgotten image-text pairs no longer align in zero-shot prediction or retrieval (Yang et al., 2024). In multimodal LLMs, MMUnlearner reformulates the task as erasing only the visual patterns associated with a given entity while preserving the corresponding textual knowledge encoded within the original parameters of the LLM backbone (Huo et al., 16 Feb 2025). MANU instead targets modality-aware neuron pruning, motivated by the claim that prior MLLM unlearning is often imbalanced across multimodal and text-only access paths (Liu et al., 21 Feb 2025). ViKeR moves to token-level granularity, arguing that prior objectives treat all answer tokens uniformly even though only a subset are privacy-bearing (Cai et al., 29 Jan 2026).
Another line of work treats multimodal unlearning as safety unlearning rather than deletion-equivalent sample removal. “Cross-Modal Safety Alignment: Is textual unlearning all you need?” studies whether unlearning solely in the textual domain can transfer to multimodal attacks in VLMs and reports that textual unlearning significantly reduces attack success for both text-based and vision-text-based attacks while preserving utility (Chakraborty et al., 2024). At a finer compositional level, “Relationship-Aware Safety Unlearning for Multimodal LLMs” argues that unsafe multimodal knowledge is often not a single concept but a relationship between otherwise benign entities, formalized as an object–relation–object tuple (Anilkumar et al., 15 Mar 2026).
A further expansion concerns structured data and domain-specific systems. FDQ studies multimodal graph unlearning in GNNs with high-dimensional multimodal node features such as CLIP or ImageBind embeddings (Zhou et al., 5 May 2026). MedForget introduces hierarchy-aware multimodal unlearning for medical AI, where deletion requests are attached to institution, patient, study, or report section rather than isolated instances (Wu et al., 10 Dec 2025). OFFSIDE focuses on misinformation unlearning in MLLMs, especially football transfer rumors, and adds selective unlearning, corrective relearning, and unimodal unlearning settings (Zheng et al., 26 Oct 2025).
This progression suggests a shift from sample-centric formulations toward finer semantic targets: associations, attributes, identities, tokens, graph structures, hierarchies, and relations. A plausible implication is that “multimodal unlearning” is best understood as a family of tasks defined by the granularity of the forgotten cross-modal dependency, rather than as a single canonical deletion problem.
2. Knowledge targets and representational granularity
A major organizing principle in the literature is the unit of forgetting. In pair-based encoder settings, MultiDelete and CLIPErase both treat the cross-modal association as primary. MultiDelete formalizes three desired properties: modality decoupling, multimodal knowledge retention, and unimodal knowledge retention, with modality decoupling requiring a deleted pair to become indistinguishable from an unrelated pair in representation space (Cheng et al., 2023). CLIPErase likewise states that after unlearning, image and text descriptions in should no longer align, while retained multimodal behavior and unimodal embedding consistency should be preserved (Yang et al., 2024).
In MLLMs, several papers argue that the forget target is more nuanced than a single pair. MMUnlearner distinguishes visual patterns from textual factual knowledge, requiring that the model no longer identify a target entity from an image while still answering text-only questions about that entity correctly (Huo et al., 16 Feb 2025). MANU identifies neurons whose activation statistics are disproportionately tied to forget data relative to retain data, separately for text-only and multimodal conditions, and prunes those neurons (Liu et al., 21 Feb 2025). ViKeR defines key tokens through the entropy of an ideal post-unlearning token distribution estimated from irrelevant visual inputs, then reweights gradients so that privacy-bearing tokens receive stronger forgetting pressure than normal tokens (Cai et al., 29 Jan 2026).
Other work makes the granularity even more explicit. AUVIC studies visual concept unlearning in group scenes, where the goal is to forget one identity while preserving nearby identities in the same image (Chen et al., 14 Nov 2025). Relationship-aware safety unlearning defines the forgotten object as a specific unsafe edge in a local relational neighborhood: the unsafe tuple should be suppressed while preserving the same objects in safe contexts, the same relation in other benign pairings, and unrelated neutral concepts (Anilkumar et al., 15 Mar 2026). SALMUBench pushes this further to association-level deletion, asking whether a face ↔ phone number or face ↔ email association can be removed without erasing other facts about the same identity or semantically neighboring identities (Selvas-Sala et al., 27 Mar 2026).
Benchmark papers reveal why granularity matters. PULSE argues that unlearning in LMMs must be evaluated across both multimodal and text-only tasks because a model that stops answering when given a face image but still reveals the same person’s details in text-only prompts has not really unlearned the knowledge (Kawakami et al., 2 Jul 2025). UnLOK-VQA similarly treats a target fact as a triple and evaluates whether the answer remains recoverable under multimodal rephrasing, nearby multimodal variants, and hidden-state attacks (Patil et al., 1 May 2025). OFFSIDE separates shared from private information for each player, then tests whether private rumor-specific facts can be forgotten while preserving shared player identity facts (Zheng et al., 26 Oct 2025).
A recurring conclusion is that coarse objectives such as global concept suppression or exact sample suppression often produce collateral damage when the true target is a structured dependency. This is explicit in relationship-aware safety unlearning, which contrasts tuple-level editing with single-concept erasure and pair-level deletion (Anilkumar et al., 15 Mar 2026).
3. Methodological families
The literature clusters into several methodological families.
Gradient-based unlearning and decoupling remain the most common baseline. MultiDelete turns its three desiderata into trainable losses: for modality decoupling, for retained multimodal knowledge, and for unimodal knowledge retention, optimized by stochastic gradient descent with (Cheng et al., 2023). In MLLMs, standard baselines include GA, GA with KL regularization, Gradient Difference, KL Minimization, and NPO, all adapted from text-only unlearning but applied to visual-question-answering or profile data (Kawakami et al., 2 Jul 2025). The recurrent finding is that these methods can lower forget-set accuracy, but often at the cost of utility loss, text-only leakage, or poor sequential stability (Kawakami et al., 2 Jul 2025).
Contrastive or similarity-based anti-alignment is central in CLIP-like settings. CLIPErase combines a Forgetting Module that reduces similarity of forgotten matched image-text pairs, a Retention Module that preserves CLIP-style contrastive matching on retained data, and a Consistency Module that keeps image and text embedding distributions close to the original model on retained data (Yang et al., 2024). In SALMUBench, Direct Similarity Minimization explicitly minimizes sensitive image-text similarity, but the benchmark shows that this can become catastrophically destructive, driving association metrics below the Clean baseline and damaging holdout identity and association structure (Selvas-Sala et al., 27 Mar 2026).
Parameter-efficient and geometry-constrained editing appears in several forms. Relationship-aware safety unlearning uses LoRA adapters on attention and projection layers and a multi-term objective 0 to suppress an unsafe tuple while preserving neighboring relations and object marginals (Anilkumar et al., 15 Mar 2026). MMUnlearner computes Fisher-style saliency for a target set 1 and preserved set 2, then applies masked forgetting updates only to parameters whose target-to-preserved saliency ratio exceeds 3 (Huo et al., 16 Feb 2025). FDQ keeps diagonal Fisher importance estimation unchanged but makes quantile-based parameter selection feature-dimension aware, shrinking the suppression rate in high-dimensional input projection layers that encode dominant cross-modal knowledge (Zhou et al., 5 May 2026).
Activation-space interventions define a newer regime. MLLMEraser is a training-free, test-time method that constructs a multimodal erasure direction from contrastive refusal/compliance image-text pairs and applies an input-aware null-space-constrained linear steering map during inference (Ding et al., 5 Oct 2025). ASRU first induces refusal behavior through activation redirection at a chosen residual-stream layer, then uses GRPO with a customized reward to refine a fine-grained refusal boundary between forget and retain examples (Guang et al., 15 May 2026). These methods treat forgetting as conditional behavioral intervention rather than permanent parameter deletion.
Pruning and masking aim to localize forgetting structurally. MANU computes four activation-based importance functions—4—aggregates them into 5, scores neurons by 6, and prunes the top 7 neurons (Liu et al., 21 Feb 2025). AUVIC uses vision-side LoRA plus adversarial image and prompt perturbations to maximize target concept activation, then suppresses it while preserving dynamically selected neighboring anchors via Gumbel-Softmax (Chen et al., 14 Nov 2025).
Text-only or language-side interventions for multimodal safety form a distinct line. “Cross-Modal Safety Alignment” freezes the visual encoder and projection layer, updates only the LLM parameters, and finds that textual unlearning can drive attack success rates on multimodal jailbreak datasets to single digits while preserving VQA utility (Chakraborty et al., 2024). The paper argues that in modern VLMs, non-text modalities are funneled into the LLM’s language space, so harmful generation behavior can sometimes be reshaped at the language bottleneck alone (Chakraborty et al., 2024). OFFSIDE later reports that unimodal methods fail on multimodal rumors, implying that such transfer is task- and representation-dependent rather than universal (Zheng et al., 26 Oct 2025).
4. Evaluation regimes, benchmarks, and attack models
Evaluation in multimodal unlearning has become a research area in its own right. MU-Bench provides the first comprehensive benchmark for machine unlearning across image, text, speech, video, visual reasoning, and text-to-image generation, with standardized deletion splits from 1% to 10% of 8, released checkpoints, and a retrain-free scorecard over deletion-set performance, retain-set performance, test performance, unlearning time, and membership inference (Cheng et al., 2024). It finds that RandLabel and SalUn are the most effective general approaches overall, while Bad-T and SCRUB are most capable of pushing deletion-set performance toward random (Cheng et al., 2024).
For multimodal dual encoders, SALMUBench introduces a more surgical protocol. It trains a Clean and a Compromised CLIP-like model from scratch on the same 400M-pair retain base, with only the Compromised model additionally trained on a synthetic sensitive set of about 60,000 persona-attribute image-text pairs (Selvas-Sala et al., 27 Mar 2026). It then evaluates forgetting efficacy through metrics such as Retrieval Failure, Association Strength, ACS, IdZSC, and CoreAssoc, and utility impact through GenKnow, InterIdSim, IntraIdSim, VisIdInt, and FragSim, using holdout identity and holdout association splits to expose over-generalized forgetting (Selvas-Sala et al., 27 Mar 2026).
For MLLMs, benchmark design increasingly stresses adversarial robustness and realism. UnLOK-VQA constructs 500 manually filtered multimodal facts from OK-VQA and augments each target triple with rephrase images, rephrase questions, neighborhood images, and neighborhood questions, then evaluates six defense objectives against seven attacks, including hidden-state attacks such as Head Projection and Probability Delta (Patil et al., 1 May 2025). Its main finding is that multimodal attacks outperform image-only and text-only ones, and that the most effective defense is one that removes answer information from internal model states rather than merely suppressing output probabilities (Patil et al., 1 May 2025).
PULSE critiques existing LMM unlearning benchmarks for only testing single-shot forgetting of fine-tuned knowledge and introduces two new axes: pre-trained knowledge unlearning and long-term sustainability evaluation under sequential unlearning requests (Kawakami et al., 2 Jul 2025). It reports that methods that can moderately unlearn fine-tuned knowledge struggle badly with pre-trained knowledge, and that after five unlearning operations generality is almost completely lost (Kawakami et al., 2 Jul 2025). OFFSIDE adds real-world image diversity, selective unlearning of rumor-specific information, corrective relearning, and unimodal-unlearning tests, and concludes that unimodal methods fail on multimodal rumors, unlearning efficacy is largely driven by catastrophic forgetting, all methods struggle with visual rumors, and all methods are vulnerable to prompt attacks (Zheng et al., 26 Oct 2025).
Domain-specific benchmarks further refine evaluation axes. MedForget models hospital data as a nested hierarchy of Institution 9 Patient 0 Study 1 Section, with 3,840 multimodal VQA pairs, a fixed 25% forget ratio, rephrased image-question variants, and a reconstruction attack that progressively adds hierarchical context to prompts (Wu et al., 10 Dec 2025). The main result is that fine-grained unlearning leaves models vulnerable to reconstruction, whereas coarser institution- or patient-level unlearning is more resistant but sacrifices more diagnostic utility (Wu et al., 10 Dec 2025). VCUBench, introduced with AUVIC, specifically evaluates concept-level visual unlearning in group scenes through TFA, NTRA, GRF-F1, Efficacy, Generality, and Perplexity (Chen et al., 14 Nov 2025).
A shared trend is that evaluation has moved beyond “forget-set accuracy goes down” toward a multi-axis diagnosis of: exact forgetting, paraphrase and out-of-distribution robustness, hidden-state leakage, collateral damage to nearby associations, generation quality, sequential sustainability, and post-edit recoverability.
5. Empirical patterns and recurring failure modes
Several empirical patterns recur across otherwise different architectures and targets.
First, forgetting–utility trade-offs are universal. MultiDelete shows that modality decoupling alone is insufficient and that multimodal and unimodal retention losses are necessary to preserve test-set performance and unimodal embeddings (Cheng et al., 2023). CLIPErase shows a similar pattern: FM alone lowers forget-set performance, FM+RM restores retained accuracy, and FM+RM+CM produces the strongest combination of complete forgetting and high retention on CIFAR-100 (Yang et al., 2024). In MLLMs, MANU’s pruning-ratio ablation shows that more pruning improves forgetting but degrades retain accuracy for both LLaVA and Idefics2 (Liu et al., 21 Feb 2025).
Second, multimodal unlearning often fails asymmetrically across access paths. PULSE reports that under GA, multimodal target accuracy can fall from 2 to 3 while text-only target accuracy only falls from 4 to 5, suggesting that a method may mainly break image-language alignment rather than erase the underlying textual knowledge (Kawakami et al., 2 Jul 2025). MANU is explicitly motivated by this imbalance and reports more balanced forgetting across multimodal and text-only evaluation than GA, Gradient Difference, KL Minimization, and NPO (Liu et al., 21 Feb 2025). This suggests that evaluation confined to one modality can systematically overestimate forgetting.
Third, strong forget metrics can mask residual recoverability. UnLOK-VQA finds that Fact Erasure attains rewrite score 6 with almost no random damage, yet still permits multimodal black-box attack success of 7 and white-box HP attack success of 8 (Patil et al., 1 May 2025). OFFSIDE shows a similar phenomenon through corrective relearning: for KL on Qwen2.5-VL-7B, forget-set factuality after unlearning is 9, but rises to 0 after relearning, which the paper interprets as evidence that the rumor was concealed rather than deleted (Zheng et al., 26 Oct 2025).
Fourth, over-generalization is a dominant failure mode. SALMUBench’s headline result is that current methods either fail to forget effectively or over-generalize by erasing more than intended (Selvas-Sala et al., 27 Mar 2026). DELETE and CLIPErase achieve strong forget metrics, but low InterIdSim and IntraIdSim show that they damage other identities and other facts about the same identity (Selvas-Sala et al., 27 Mar 2026). AUVIC frames this same problem at the visual concept level: unlearning Donald Trump with naïve gradient ascent harms Joe Biden and Boris Johnson as well, while AUVIC’s dynamic anchor preservation aims to prevent that spillover (Chen et al., 14 Nov 2025).
Fifth, generation quality after unlearning is often under-optimized. ASRU argues that prior methods evaluate output deviation while overlooking generation quality, leading to hallucinated or rigid responses, and reports average gains of 1 in unlearning effectiveness and 2 in generation quality (Guang et al., 15 May 2026). ViKeR makes a related argument at token level, showing that standard GA can corrupt normal tokens and yield malformed outputs while key privacy-bearing tokens remain insufficiently suppressed (Cai et al., 29 Jan 2026). This indicates that low forget-set accuracy is not a sufficient proxy for usable post-unlearning behavior.
Sixth, robustness to paraphrase, contextual variation, and OOD inputs is decisive. Relationship-aware safety unlearning evaluates paraphrase, contextual, and OOD image attacks and reports substantial cosine similarity drops of 3, 4, and 5 respectively while keeping preservation drift small (Anilkumar et al., 15 Mar 2026). PULSE, MedForget, and UnLOK-VQA all reach similar conclusions through different protocols: exact-prompt forgetting does not imply forgetting under realistic perturbations (Kawakami et al., 2 Jul 2025).
6. Open directions, controversies, and research trajectory
The field remains methodologically unsettled. One open question concerns what counts as successful unlearning. MU-Bench explicitly argues against treating retraining on 6 as the sole gold standard because retrained models can still retain deleted knowledge and may not even be practical in multimodal foundation settings (Cheng et al., 2024). SALMUBench, by contrast, leverages a Clean-from-scratch reference and statistical indistinguishability from Clean on efficacy metrics and from Compromised on utility metrics as its benchmark ideal (Selvas-Sala et al., 27 Mar 2026). UnLOK-VQA and OFFSIDE emphasize adversarial recoverability and hidden-state leakage over parameter-level equivalence (Patil et al., 1 May 2025).
A second controversy concerns where unlearning should act. Cross-Modal Safety Alignment reports that textual unlearning on the LLM component alone can strongly reduce multimodal attack success in LLaVA-style VLMs and that multimodal training can require about 6× more computation without clear gains if harm coverage is narrow (Chakraborty et al., 2024). OFFSIDE, however, concludes that unimodal methods fail on multimodal rumors because rumor knowledge is distributed across visual layers and fusion components (Zheng et al., 26 Oct 2025). This suggests architecture-dependent answers: language-bottleneck interventions may suffice for some safety-alignment regimes but not for misinformation or identity-specific multimodal memory.
A third active direction is test-time versus training-time unlearning. MLLMEraser shows that input-aware activation steering can yield stronger forgetting with minimal utility degradation and essentially zero training memory, but it provides behavioral suppression rather than formal deletion (Ding et al., 5 Oct 2025). ASRU sits between these extremes by pairing representation steering with RL-based refinement (Guang et al., 15 May 2026). A plausible implication is that reversible, inference-time methods may become attractive for urgent mitigation, whereas parameter-editing methods will remain relevant when persistent deletion-like behavior is required.
A fourth direction is structure-aware unlearning. Relationship-aware safety unlearning, FDQ, MedForget, and SALMUBench all argue that forgetting must respect model structure: relation graphs, high-dimensional projection layers, hierarchical data provenance, or identity–attribute association graphs (Anilkumar et al., 15 Mar 2026). This suggests that future multimodal unlearning may increasingly rely on explicit structural priors rather than uniform losses over forget examples.
Finally, scaling and deployment remain unresolved. MultiDelete and MMUnlearner demonstrate feasibility on ALBEF, BLIP, LLaVA, Qwen2-VL, and graph-text models (Cheng et al., 2023). Yet PULSE finds that existing methods are not ready for realistic deployment under pre-trained knowledge deletion and sequential requests (Kawakami et al., 2 Jul 2025), while MedForget shows that even state-of-the-art methods struggle to achieve complete, hierarchy-aware forgetting without reducing diagnostic performance (Wu et al., 10 Dec 2025). The broader trajectory therefore points less toward a single dominant algorithm than toward a set of specialized techniques matched to representational regime: dual encoders, generative MLLMs, multimodal graphs, medical hierarchies, visual concepts, and relation-sensitive safety targets.