CLFeb 21, 2025

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

arXiv:2502.15910v322 citationsh-index: 9ACL
Originality Incremental advance
AI Analysis

This addresses privacy and ethical concerns for users of MLLMs by enabling targeted unlearning, though it is an incremental improvement over existing unlearning methods for LLMs.

The paper tackles the problem of sensitive information memorization in Multimodal Large Language Models (MLLMs) by proposing Modality Aware Neuron Unlearning (MANU), a framework that selectively prunes neurons to achieve comprehensive unlearning across modalities while preserving model utility.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes