paper-with-me

Papers

Attribution Analysis Meets Model Editing: Advancing Knowledge Correction in Vision Language Models with VisEdit

2024-08-19 · Qizhou Chen, Taolin Zhang, Chengyu Wang, Xiaofeng He, Dakan Wang, Tingting Liu

Model editing aims to correct outdated or erroneous knowledge in large models without costly retraining. Recent research discovered that the mid-layer representation of the subject's final token in a prompt has a strong influence on factual predictions, and developed Large Language Model (LLM) editing techniques based on this observation. However, for Vision-LLMs (VLLMs), how visual representations impact the predictions from a decoder-only language model remains largely unexplored. To the best of our knowledge, model editing for VLLMs has not been extensively studied in the literature. In this work, we employ the contribution allocation and noise perturbation methods to measure the contributions of visual representations for token predictions. Our attribution analysis shows that visual representations in mid-to-later layers that are highly relevant to the prompt contribute significantly to predictions. Based on these insights, we propose VisEdit, a novel model editor for VLLMs that effectively corrects knowledge by editing intermediate visual representations in regions important to the edit prompt. We evaluated VisEdit using multiple VLLM backbones and public VLLM editing benchmark datasets. The results show the superiority of VisEdit over the strong baselines adapted from existing state-of-the-art editors for LLMs.

📄 PDF Abstract BibTeX arXiv:2408.09916

Code (1)

qizhou000/visedit 공식 구현 pytorch

Tasks

DecoderLanguage ModelingLanguage ModellingLarge Language ModelModel Editing

Similar Papers 제목 키워드 기반

ACE: Attribution-Controlled Knowledge Editing for Multi-hop Factual Recall

2025-10-09 · Jiayu Yang, Yuxuan Fan, Songning Lai, Shengen Wu 외 arxiv

Large Language Models (LLMs) require efficient knowledge editing (KE) to update factual information, yet existing methods exhibit significant performance decay in multi-hop factual recall. This failure is particularly ac…

knowledge editing

The Anatomy of an Edit: Mechanism-Guided Activation Steering for Knowledge Editing

2026-03-21 · Yuan Cao, Mingyang Wang, Hinrich Schütze arxiv

Large language models (LLMs) are increasingly used as knowledge bases, but keeping them up to date requires targeted knowledge editing (KE). However, it remains unclear how edits are implemented inside the model once app…

knowledge editing

Edit Less, Achieve More: Dynamic Sparse Neuron Masking for Lifelong Knowledge Editing in LLMs

2025-10-25 · Jinzhe Liu, Junshu Sun, Shufan Shen, Chenxue Yang 외 arxiv

Lifelong knowledge editing enables continuous, precise updates to outdated knowledge in large language models (LLMs) without computationally expensive full retraining. However, existing methods often accumulate errors th…

knowledge editing

Building Bridges, Not Walls -- Advancing Interpretability by Unifying Feature, Data, and Model Component Attribution

2025-01-31 · Shichang Zhang, Tessa Han, Usha Bhalla, Hima Lakkaraju

The increasing complexity of AI systems has made understanding their behavior a critical challenge. Numerous methods have been developed to attribute model behavior to three key aspects: input features, training data, an…

AttributeModel Editing

Golden Layers and Where to Find Them: Improved Knowledge Editing for Large Language Models Via Layer Gradient Analysis

2026-02-22 · Shrestha Datta, Hongfu Liu, Anshuman Chhabra arxiv

Knowledge editing in Large Language Models (LLMs) aims to update the model's prediction for a specific query to a desired target while preserving its behavior on all other inputs. This process typically involves two stag…

knowledge editing