Erase visual patterns associated with the target entity from a multimodal model.
Multimodal machine unlearning · ACL 2025 Findings
MMUnlearner
Reformulating multimodal machine unlearning around visual forgetting and textual retention.
1 The Hong Kong University of Science and Technology (Guangzhou) · 2 The Hong Kong University of Science and Technology · 3 Tongji University
Project overview
MMUnlearner removes target visual concepts while preserving common perception and textual knowledge.
Motivation
Multimodal unlearning requires modality-aware forgetting boundaries.
Removing a target visual concept should not inadvertently erase its textual knowledge or degrade the model's general perception and reasoning capabilities.
Machine-unlearning methods developed for unimodal classifiers do not directly specify what should be forgotten in a multimodal large language model. A target entity may be represented simultaneously through visual appearance, linguistic facts, and associations with common concepts. Updating shared parameters can therefore cause broad collateral degradation.
MMUnlearner reformulates the objective as selective visual forgetting under explicit retention constraints. It distinguishes target visual patterns from textual knowledge and common visual perception, then localizes parameter updates according to both saliency and gradient geometry.
Objectives
Selective forgetting and retention
Retain textual knowledge and language behavior that should remain available after unlearning.
Use geometry-constrained ascent and weight saliency to localize the update.
Methodology
Saliency-guided, geometry-constrained unlearning
MMUnlearner identifies target-relevant parameters, computes competing forgetting and retention directions, and restricts optimization to a safe update subspace.
Modality-aware objectives
The training objective increases loss on target visual instances while retaining performance on textual descriptions and non-target visual concepts. This decomposition states explicitly which aspects of an entity should remain accessible.
Weight-saliency localization
A saliency map estimates the parameters most responsible for the forget set relative to retained knowledge. Optimization is concentrated on this subset to reduce unnecessary changes to the broader multimodal model.
Geometry-constrained ascent
The forgetting gradient is adjusted according to its geometric relationship with retention gradients. Conflicting components are constrained, allowing target evidence to be suppressed while limiting interference with textual knowledge and general utility.
Visual results
Framework and forgetting–retention evaluation
The method figures make the retained and forgotten regions explicit, while the experiments expose the tradeoffs.






Citation
BibTeX
@article{huo2025mmunlearner,
title = {MMUnlearner: Reformulating Multimodal Machine Unlearning in the Era of Multimodal Large Language Models},
author = {Huo, Jiahao and Yan, Yibo and Zheng, Xu and Lyu, Yuanhuiyi and Zou, Xin and Wei, Zhihua and Hu, Xuming},
journal = {Findings of the Association for Computational Linguistics: ACL 2025},
year = {2025}
}