Search papers, labs, and topics across Lattice.
The paper introduces Dynamic Subspace Concept Alignment (DSCA), a novel method for lifelong knowledge editing in VLMs that mitigates catastrophic forgetting by structurally isolating concepts. DSCA decomposes the VLM's representation space into orthogonal semantic subspaces using incremental clustering and PCA on joint vision-language representations, enabling precise edits within these isolated subspaces. Experiments demonstrate that DSCA achieves state-of-the-art stability and knowledge retention in continual lifelong editing, maintaining high single-edit success rates and backward transfer scores while reducing hallucination.
By structurally isolating concepts in orthogonal subspaces, DSCA enables VLMs to withstand 1000+ sequential edits with minimal forgetting, a leap beyond existing methods that rely on optimization alone.
Model editing aims to update knowledge to add new concepts and change relevant information without retraining. Lifelong editing is a challenging task, prone to disrupting previously learned concepts, especially for Vision Language Models (VLMs), because sequential edits can lead to degraded reasoning and cross modal misalignment. Existing VLM knowledge editing methods based on gated adapters, activation edits, and parameter merging techniques address catastrophic forgetting seen in full fine tuning; however, they still operate in the shared representation space of the VLM, where concepts are entangled, so edits interfere with other non relevant concepts. We hypothesize that this instability persists because current methods algorithmically control edits via optimization rather than structurally separating knowledge. We introduce Dynamic Subspace Concept Alignment (DSCA) which by design mitigates this limitation by decomposing the representation space into a set of orthogonal semantic subspaces and proposing edits only in those transformed spaces. These subspaces are obtained through incremental clustering and PCA on joint vision language representations. This process structurally isolates concepts, enabling precise, non interfering edits by turning isolation from a soft training objective into an architectural property. The surgical edits are guided by a multi term loss function for maintaining task fidelity, edit locality, and cross modal alignment. With the base model frozen, our method achieves 98 percent single edit success, remains over 95 percent after 1000 sequential edits, lowers hallucination by 3 to 5 percent, and achieves the best backward transfer (BWT) scores on continual instruction tuning benchmarks. Extensive experiments demonstrate DSCA state of the art stability and knowledge retention capability in continual lifelong editing across various datasets and benchmarks.