用层次语义树锚定解决CLIP持续学习中的遗忘问题
Hierarchical Semantic Tree Anchoring for CLIP-Based Class-Incremental Learning
- 将视觉语言特征嵌入双曲空间,显式建模概念层级结构
- 通过投影梯度到共享映射的零空间,有效缓解旧知识遗忘
- 适用于需要持续学习且依赖层级关系的视觉识别任务
类别增量学习(CIL)使模型能在不遗忘旧知识的前提下持续学习新类别。近年来,如CLIP的视觉-语言模型凭借多模态预训练提供可迁移特征,非常适合用于CIL。然而,真实世界的视觉与语言概念具有固有的层次性:如“狗”包含“拉布拉多”和“金毛寻回犬”等细粒度类别,每类对应特定图像。现有基于CLIP的CIL方法未能显式捕捉这一层级结构,导致细粒度类别特征在增量更新中漂移,最终引发灾难性遗忘。为此,我们提出HASTEN(层级语义树锚定),将层级信息引入CIL以减少遗忘。首先,利用外部知识图谱作为监督,将视觉与文本特征嵌入双曲空间,有效保留数据演化过程中的层次结构。其次,为缓解灾难性遗忘,将梯度投影至共享双曲映射的零空间,防止对先前任务造成干扰。两项机制协同作用,使模型能通过维持层级关系抵抗遗忘。大量实验表明,HASTEN始终优于现有方法,同时提供统一的结构化表示。
原文摘要 · Abstract (English)
Class-Incremental Learning (CIL) enables models to learn new classes continually while preserving past knowledge. Recently, vision-language models like CLIP offer transferable features via multi-modal pre-training, making them well-suited for CIL. However, real-world visual and linguistic concepts are inherently hierarchical: a textual concept like "dog" subsumes fine-grained categories such as "Labrador" and "Golden Retriever," and each category entails its images. But existing CLIP-based CIL methods fail to explicitly capture this inherent hierarchy, leading to fine-grained class features drift during incremental updates and ultimately to catastrophic forgetting. To address this challenge, we propose HASTEN (Hierarchical Semantic Tree Anchoring) that anchors hierarchical information into CIL to reduce catastrophic forgetting. First, we employ an external knowledge graph as supervision to embed visual and textual features in hyperbolic space, effectively preserving hierarchical structure as data evolves. Second, to mitigate catastrophic forgetting, we project gradients onto the null space of the shared hyperbolic mapper, preventing interference with prior tasks. These two steps work synergistically to enable the model to resist forgetting by maintaining hierarchical relationships. Extensive experiments show that HASTEN consistently outperforms existing methods while providing a unified structured representation.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。