paper-with-me

Papers

EvoEdit: Evolving Null-space Alignment for Robust and Efficient Knowledge Editing

2025-10-11 · Sicheng Lyu, Yu Gu, Xinyu Wang, Jerry Huang, Sitao Luan, Yufei Cui, Xiao-Wen Chang, Peng Lu arxiv

Large language models (LLMs) require continual updates to rectify outdated or erroneous knowledge. Model editing has emerged as a compelling paradigm for introducing targeted modifications without the computational burden of full retraining. Existing approaches are mainly based on a locate-then-edit framework. However, in sequential editing contexts, where multiple updates are applied over time, they exhibit significant limitations and suffer from catastrophic interference, i.e., new edits compromise previously integrated updates and degrade preserved knowledge. To address these challenges, we introduce EvoEdit, a novel editing strategy that mitigates catastrophic interference through sequential null-space alignment, enabling stable and efficient model editing. By performing sequential null-space alignment for each incoming edit, EvoEdit preserves both original and previously modified knowledge representations and maintains output invariance on preserved knowledge even across long edit sequences, effectively mitigating interference. Evaluations on real-world sequential knowledge-editing benchmarks show that EvoEdit achieves better or comparable performance than prior state-of-the-art locate-then-edit techniques, with up to 3.53 times speedup. Overall, these results underscore the necessity of developing more principled approaches for designing LLMs in dynamically evolving information settings, while providing a simple yet effective solution with strong theoretical guarantees.

📄 PDF Abstract BibTeX arXiv:2510.13851

Code (0)

등록된 구현이 없습니다.

Tasks

knowledge editing

Similar Papers 제목 키워드 기반

EvoEdit: Lifelong Free-Text Knowledge Editing through Latent Perturbation Augmentation and Knowledge-driven Parameter Fusion

2025-12-04 · Pengfei Cao, Zeao Ji, Daojian Zeng, Jun Zhao 외 arxiv

Adjusting the outdated knowledge of large language models (LLMs) after deployment remains a major challenge. This difficulty has spurred the development of knowledge editing, which seeks to accurately and efficiently mod…

knowledge editing

Physically Consistent Null Space Alignment for Detection of Low-Magnitude False Data Injection Attacks

2026-06-07 · Xin Li, Chenhan Xiao, Jonathan Cohen, Aviad Elyashar 외 arxiv

False data injection attacks (FDIAs) introducing small measurement perturbations can still cause large deviations in power system state estimation when the injected signals align with the pseudo-null space of the system …

GNSP: Gradient Null Space Projection for Preserving Cross-Modal Alignment in VLMs Continual Learning

2025-07-26 · Tiantian Peng, Yuyang Liu, Shuo Yang, Qiuhe Hong 외 arxiv

Contrastive Language-Image Pretraining has demonstrated remarkable zero-shot generalization by aligning visual and textual modalities in a shared embedding space. However, when continuously fine-tuned on diverse tasks, C…

Zero-shot GeneralizationKnowledge DistillationCross-Modal RetrievalContinual Learning

Memory-Free Continual Learning with Null Space Adaptation for Zero-Shot Vision-Language Models

2025-10-24 · Yujin Jo, Taesup Kim arxiv

Pre-trained vision-language models (VLMs), such as CLIP, have demonstrated remarkable zero-shot generalization, enabling deployment in a wide range of real-world tasks without additional task-specific training. However, …

Zero-shot GeneralizationContinual Learning

Test-Time Alignment of Text-to-Image Diffusion Models via Null-Text Embedding Optimisation

2025-11-25 · Taehoon Kim, Henry Gouk, Timothy Hospedales arxiv

Test-time alignment (TTA) aims to adapt models to specific rewards during inference. However, existing methods tend to either under-optimise or over-optimise (reward hack) the target reward function. We propose Null-Text…