🤖 AI Summary
Multimodal large language models (MLLMs) face significant challenges in selectively forgetting fine-grained visual concepts—e.g., removing specific sensitive categories (e.g., “person” or “license plate”)—while preserving model performance on semantically similar yet non-target concepts, all under regulatory constraints such as the “right to be forgotten.”
Method: We propose AUVIC, the first framework systematically addressing fine-grained visual concept unlearning in MLLMs. It employs adversarial perturbation and gradient-based optimization to isolate and erase target concepts without full model retraining.
Contribution/Results: We introduce VCUBench—the first benchmark for group-level visual concept unlearning—and demonstrate that AUVIC achieves state-of-the-art target-concept forgetting rates while inducing minimal degradation (<1.5% average accuracy drop) on non-target concepts. AUVIC significantly outperforms existing unlearning methods in both efficacy and generalization preservation.
📝 Abstract
Multimodal Large Language Models (MLLMs) achieve impressive performance once optimized on massive datasets. Such datasets often contain sensitive or copyrighted content, raising significant data privacy concerns. Regulatory frameworks mandating the'right to be forgotten'drive the need for machine unlearning. This technique allows for the removal of target data without resource-consuming retraining. However, while well-studied for text, visual concept unlearning in MLLMs remains underexplored. A primary challenge is precisely removing a target visual concept without disrupting model performance on related entities. To address this, we introduce AUVIC, a novel visual concept unlearning framework for MLLMs. AUVIC applies adversarial perturbations to enable precise forgetting. This approach effectively isolates the target concept while avoiding unintended effects on similar entities. To evaluate our method, we construct VCUBench. It is the first benchmark designed to assess visual concept unlearning in group contexts. Experimental results demonstrate that AUVIC achieves state-of-the-art target forgetting rates while incurs minimal performance degradation on non-target concepts.