paper-with-me

Papers

BalancEdit: Dynamically Balancing the Generality-Locality Trade-off in Multi-modal Model Editing

2025-05-02 · Dongliang Guo, Mengxuan Hu, Zihan Guan, Thomas Hartvigsen, Sheng Li

Large multi-modal models inevitably decay over time as facts change and previously learned information becomes outdated. Traditional approaches such as fine-tuning are often impractical for updating these models due to their size and complexity. Instead, direct knowledge editing within the models presents a more viable solution. Current model editing techniques, however, typically overlook the unique influence ranges of different facts, leading to compromised model performance in terms of both generality and locality. To address this issue, we introduce the concept of the generality-locality trade-off in multi-modal model editing. We develop a new model editing dataset named OKEDIT, specifically designed to effectively evaluate this trade-off. Building on this foundation, we propose BalancEdit, a novel method for balanced model editing that dynamically achieves an optimal balance between generality and locality. BalancEdit utilizes a unique mechanism that generates both positive and negative samples for each fact to accurately determine its influence scope and incorporates these insights into the model's latent space using a discrete, localized codebook of edits, without modifying the underlying model weights. To our knowledge, this is the first approach explicitly addressing the generality-locality trade-off in multi-modal model editing. Our comprehensive results confirm the effectiveness of BalancEdit, demonstrating minimal trade-offs while maintaining robust editing capabilities. Our code and dataset will be available.

📄 PDF Abstract BibTeX arXiv:2505.01343

Code (0)

등록된 구현이 없습니다.

Tasks

knowledge editingModel Editing

Similar Papers 제목 키워드 기반

Reforming the Mechanism: Editing Reasoning Patterns in LLMs with Circuit Reshaping

2026-03-06 · Zhenyu Lei, Qiong Wu, Jianxiong Dong, Yinhan He 외 arxiv

Large language models (LLMs) often exhibit flawed reasoning ability that undermines reliability. Existing approaches to improving reasoning typically treat it as a general and monolithic skill, applying broad training wh…

Contrastive Learning

Robust Transformer with Locality Inductive Bias and Feature Normalization

2023-01-27 · Omid Nejati Manzari, Hossein Kashiani, Hojat Asgarian Dehkordi, Shahriar Baradaran Shokouhi

Vision transformers have been demonstrated to yield state-of-the-art results on a variety of computer vision tasks using attention-based networks. However, research works in transformers mostly do not investigate robustn…

Inductive BiasTraffic Sign Recognition

Fast Federated Learning by Balancing Communication Trade-Offs

2021-05-23 · Milad Khademi Nori, Sangseok Yun, Il-Min Kim

Federated Learning (FL) has recently received a lot of attention for large-scale privacy-preserving machine learning. However, high communication overheads due to frequent gradient transmissions decelerate FL. To mitigat…

Federated LearningPrivacy Preserving

Locality-aware Fair Scheduling in LLM Serving

2025-01-24 · Shiyi Cao, Yichuan Wang, Ziming Mao, Pin-Lun Hsu 외

Large language model (LLM) inference workload dominates a wide variety of modern AI applications, ranging from multi-turn conversation to document analysis. Balancing fairness and efficiency is critical for managing dive…

FairnessLanguage ModelingLanguage ModellingLarge Language Model+1

Massive Editing for Large Language Models Based on Dynamic Weight Generation

2025-12-16 · Wentao Wan, Qiqing Lao, Zhiwei Xie, Hefeng Wu 외 arxiv

Knowledge Editing (KE) is a field that studies how to modify some knowledge in Large Language Models (LLMs) at a low cost (compared to pre-training). Currently, performing large-scale edits on LLMs while ensuring the Rel…

knowledge editing