Papers › Towards Unified Multimodal Editing with Enhanced Knowledge Collaboration

Towards Unified Multimodal Editing with Enhanced Knowledge Collaboration

30 Sep 2024arXiv:2409.19872archive 2025-07-28

Kaihang Pan, Zhaoyu Fan, Juncheng Li, Qifan Yu, Hao Fei, Siliang Tang, Richang Hong, Hanwang Zhang, Qianru Sun

The swift advancement in Multimodal LLMs (MLLMs) also presents significant challenges for effective knowledge editing. Current methods, including intrinsic knowledge editing and external knowledge resorting, each possess strengths and weaknesses, struggling to balance the desired properties of reliability, generality, and locality when applied to MLLMs. In this paper, we propose UniKE, a novel multimodal editing method that establishes a unified perspective and paradigm for intrinsic knowledge editing and external knowledge resorting. Both types of knowledge are conceptualized as vectorized key-value memories, with the corresponding editing processes resembling the assimilation and accommodation phases of human cognition, conducted at the same semantic levels. Within such a unified framework, we further promote knowledge collaboration by disentangling the knowledge representations into the semantic and truthfulness spaces. Extensive experiments validate the effectiveness of our method, which ensures that the post-edit MLLM simultaneously maintains excellent reliability, generality, and locality. The code for UniKE is available at \url{https://github.com/beepkh/UniKE}.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2409.19872")

Code

Syntology Ran 8 of 19 code samples harvested from 1 repository linked to this paper; 11 have no recorded run. Of those that ran: 1 ran · honoured contract; 3 ran · our draft was wrong; 1 ran · fixture could not drive it; 3 ran with no contract checked.

By repository: official repository: 19 samples from 1 repository, 8 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

beepkh/unike officialmentioned in paperpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

19 samples harvested; 8 ran; 1 honoured the contract we drafted; 11 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
3ran · our draft was wrong
1ran · fixture could not drive it
3ran
11unverified

Licence: 19 of the 19 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from beepkh/unike. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Encoder beepkh/unike/easyeditor/models/unike/unike_main.py official repository ran · metamorphic tier: invariant no licence file found · pointer only · 3717ed2305bb8b9c · report
_get_base_weight beepkh/unike/easyeditor/models/unike/unike_main.py official repository ran · honoured contract no licence file found · pointer only · 8943e2165f639f47 · report
calculate_act_loss beepkh/unike/easyeditor/models/unike/unike_main.py official repository ran no licence file found · pointer only · 5b1873386cf1ed1f · report
calculate_memory_loss beepkh/unike/easyeditor/models/unike/unike_main.py official repository ran no licence file found · pointer only · 8dba22ace195c6df · report
dict_to beepkh/unike/easyeditor/models/unike/unike_main.py official repository ran · our draft was wrong no licence file found · pointer only · f2d353335799ab77 · report
label_smoothed_nll_loss beepkh/unike/easyeditor/models/unike/unike_main.py official repository ran · our draft was wrong no licence file found · pointer only · 96b6713ff1c322ca · report
loss_func beepkh/unike/easyeditor/models/unike/unike_main.py official repository ran · fixture could not drive it no licence file found · pointer only · 7ba48886f3a5f906 · report
top_k_loss_func beepkh/unike/easyeditor/models/unike/unike_main.py official repository ran · our draft was wrong no licence file found · pointer only · 2ca71dad76c3bb9a · report
AdapterLayer beepkh/unike/easyeditor/models/unike/unike_main.py official repository unverified no licence file found · pointer only · 648995be6cb40f64 · report
Editor beepkh/unike/easyeditor/models/unike/unike_main.py official repository unverified no licence file found · pointer only · 51c187ed723da0d5 · report
ModifyLinearInput beepkh/unike/easyeditor/models/unike/unike_main.py official repository unverified no licence file found · pointer only · 011035322343dea0 · report
ModifyLinearOutput beepkh/unike/easyeditor/models/unike/unike_main.py official repository unverified no licence file found · pointer only · fe21c00022ae8e87 · report
ModifyMLPLayer beepkh/unike/easyeditor/models/unike/unike_main.py official repository unverified no licence file found · pointer only · 29fd9e522a6956a9 · report
ModuleDetector beepkh/unike/easyeditor/models/unike/unike_main.py official repository unverified no licence file found · pointer only · daae636487798d58 · report
UniKEHyperParams beepkh/unike/easyeditor/models/unike/unike_main.py official repository unverified no licence file found · pointer only · 361411fa2c1fc795 · report
_small_init_editing_params beepkh/unike/easyeditor/models/unike/unike_main.py official repository unverified no licence file found · pointer only · 02525b1d6294479b · report
construct_mm_samples beepkh/unike/easyeditor/models/unike/unike_main.py official repository unverified no licence file found · pointer only · bdc0fef874d747c6 · report
cu_del beepkh/unike/easyeditor/models/unike/unike_main.py official repository unverified no licence file found · pointer only · ee665e7116e379bd · report
execute_unike beepkh/unike/easyeditor/models/unike/unike_main.py official repository unverified no licence file found · pointer only · 028048e51861cf58 · report

Tasks

knowledge editing

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections