Edit at your own risk: evaluating the robustness of edited models to distribution shifts
Davis Brown, Charles Godfrey, Cody Nizinski, Jonathan Tu, Henry Kvinge
TL;DR
The paper examines how post-hoc model edits impact robustness to distribution shifts, addressing a gap where validation accuracy dominates evaluation. It develops a robustness-aware editing framework across two task families and introduces 1-layer interpolation (1-LI) to balance original and edited-task performance. Empirical results show that edits generally degrade robustness, with the degradation depending on editing method and layer; importantly, 1-LI often mitigates this degradation and reveals a monotone linear interpolation phenomenon (MLI) extending to single-layer edits. These findings offer practical guidance for choosing editing strategies that preserve robustness in real-world deployments facing distribution shifts.
Abstract
The current trend toward ever-larger models makes standard retraining procedures an ever-more expensive burden. For this reason, there is growing interest in model editing, which enables computationally inexpensive, interpretable, post-hoc model modifications. While many model editing techniques are promising, research on the properties of edited models is largely limited to evaluation of validation accuracy. The robustness of edited models is an important and yet mostly unexplored topic. In this paper, we employ recently developed techniques from the field of deep learning robustness to investigate both how model editing affects the general robustness of a model, as well as the robustness of the specific behavior targeted by the edit. We find that edits tend to reduce general robustness, but that the degree of degradation depends on the editing algorithm and layers chosen. Motivated by these observations we introduce a new model editing algorithm, 1-layer interpolation (1-LI), which uses weight-space interpolation to navigate the trade-off between editing task accuracy and general robustness.
