ReasonEdit: Editing Vision-Language Models using Human Reasoning
Jiaxing Qiu, Kaihua Hou, Roxana Daneshjou, Ahmed Alaa, Thomas Hartvigsen
TL;DR
This work tackles the challenge of editing vision–language models on reasoning-heavy tasks by enabling human reasoning to guide updates without altering unrelated behavior. It introduces ReasonEdit, a retrieval-based editor that stores reasoning as a multimodal codebook of image–text entries and uses visual-evidence patches with topology-balanced embeddings to retrieve relevant facts during inference. Empirical results across four VLMs and two rationale-VQA datasets show state-of-the-art editing performance and novel generalization forms, such as rationale-gen and chain-of-error-gen, while maintaining efficiency in sequential editing. The approach offers practical, real-time editing capabilities and provides insights into cross-modal embedding topology that inform embedding selection for robust retrieval-based edits.
Abstract
Model editing aims to correct errors in large, pretrained models without altering unrelated behaviors. While some recent works have edited vision-language models (VLMs), no existing editors tackle reasoning-heavy tasks, which typically require humans and models to reason about images.We therefore propose ReasonEdit, the first VLM editor to let users explain their reasoning during editing, introducing a new, practical model editing setup. ReasonEdit continuously stores human reasoning in a codebook, and retrieves only relevant facts during inference using a novel topology-balanced multimodal embedding method inspired by network science. Across four VLMs on multiple rationale-based visual question answering datasets, ReasonEdit achieves state-of-the-art editing performance, ultimately showing that using human reasoning during editing greatly improves edit generalization.
