NeFut Logo NeFut
Admin Login

[CS.AI] Decoupling Knowledge Editing in MLLMs

Published at: 2026-06-18 22:00 Last updated: 2026-06-20 13:47
#AI #LLM #Open Source

Abstract

Although Knowledge Editing provides an efficient mechanism for updating the knowledge of Multimodal Large Language Models (MLLMs), we find that current paradigms still suffer from an important yet remain underexplored issue: editing decoupling failure, where entity-related knowledge can be updated when the model is triggered by multimodal inputs (text--image query pairs), however, it often reverts to outdated pre-edit facts when the paired inputs are split into unimodal ones.

Our in-depth empirical analysis reveals that the entity knowledge in MLLMs is not stored as a unified representation, but is instead distributed across disentangled modality-specific pathways. As a result, updates biased toward multimodal queries fail to propagate effectively to unimodal circuits. To bridge this gap, we propose DECODE, which explicitly disentangles and localizes modality-specific neuron groups for targeted knowledge. Extensive experiments demonstrate that DECODE consistently achieves effective knowledge updates under different modality triggers, thereby mitigating editing decoupling failures.

Blogger's Review: The introduction of DECODE offers a novel approach to address knowledge updating issues in multimodal large language models. By explicitly disentangling modality-specific neuron groups, it significantly enhances the effectiveness of knowledge editing. This research not only enriches the theoretical foundation of knowledge editing but also brings hope for improving model performance in practical applications.

Original Source: https://arxiv.org/abs/2606.17057

[h] Back to Home