KORE: Enhancing Knowledge Injection for Large Multimodal Models via Knowledge-Oriented Augmentations and Constraints
Kailin Jiang, Hongbo Jiang, Ning Jiang, Zhi Gao, Jinhe Bi, Yuchen Ren, Bin Li, Yuntao Du, Lei Liu, Qing Li
TL;DR
This work addresses the challenge of injecting new knowledge into large multimodal models while retaining prior knowledge to avoid catastrophic forgetting. It introduces Kore, a synergistic framework that combines knowledge-oriented augmentation (Kore-augmentation) to generate structured, multi-round dialogue and instruction data, with a covariance-based constraint (Kore-constraint) that initializes adapters in the null space of activation covariances to minimize interference with existing knowledge. The approach is validated across multiple LMMs and scales, showing superior performance in both knowledge adaptation and retention compared with full fine-tuning, LoRA, and continual-learning baselines, and it supports task-specific retention through knowledge-oriented constraints. The results demonstrate Kore’s universality, scalability, and potential for practical deployment in continual knowledge evolution of multimodal models.
Abstract
Large Multimodal Models encode extensive factual knowledge in their pre-trained weights. However, its knowledge remains static and limited, unable to keep pace with real-world developments, which hinders continuous knowledge acquisition. Effective knowledge injection thus becomes critical, involving two goals: knowledge adaptation (injecting new knowledge) and knowledge retention (preserving old knowledge). Existing methods often struggle to learn new knowledge and suffer from catastrophic forgetting. To address this, we propose KORE, a synergistic method of KnOwledge-oRientEd augmentations and constraints for injecting new knowledge into large multimodal models while preserving old knowledge. Unlike general text or image data augmentation, KORE automatically converts individual knowledge items into structured and comprehensive knowledge to ensure that the model accurately learns new knowledge, enabling accurate adaptation. Meanwhile, KORE stores previous knowledge in the covariance matrix of LMM's linear layer activations and initializes the adapter by projecting the original weights into the matrix's null space, defining a fine-tuning direction that minimizes interference with previous knowledge, enabling powerful retention. Extensive experiments on various LMMs, including LLaVA-v1.5-7B, LLaVA-v1.5-13B, and Qwen2.5-VL-7B, show that KORE achieves superior new knowledge injection performance and effectively mitigates catastrophic forgetting.
