โ๏ธ Knowledge Editing¶
๐ท CVPR2026 ยท 2 paper notes
๐ Same area in other venues: ๐ฌ ICLR2026 (15) ยท ๐ฌ ACL2026 (10) ยท ๐งช ICML2026 (8) ยท ๐ค AAAI2026 (4) ยท ๐ง NeurIPS2025 (6) ยท ๐งช ICML2025 (2)
- Attribution-Guided Model Rectification of Unreliable Neural Network Behaviors
-
This paper proposes an attribution-guided dynamic model rectification framework that repositions rank-one model editing from domain adaptation to behavior rectification. By quantifying layer editability via Integrated Gradients to automatically locate suspect layers, it repairs three types of unreliable behaviorsโbackdoor attacks, spurious correlations, and feature leakageโusing only a single clean sample.
- SAME: Sparse and Anchored Model Editing for Heterogeneous Incremental Learning under Limited Data
-
This work adapts the "locate-then-edit FFN key-value pairs" paradigm from Large Language Models (LLMs) to Vision-Language Models (VLMs) like CLIP. Under a newly proposed "Heterogeneous Incremental Learning (HIL)" settingโcharacterized by no task identities, cross-domain shifts, and few-shot dataโthe authors propose sparse fine-tuning, dual-anchor constraints, and closed-form solutions to directly "write" new task knowledge into the FFN output projection matrices. The method requires no additional parameters, achieves 6.8% higher average accuracy than existing continual learning methods, and retains 95.8% of oracle performance.