Hierarchical Semantic Tree Anchoring for CLIP-Based Class-Incremental Learning
Tao Hu, Lan Li, Zhen-Hao Xie, Da-Wei Zhou

TL;DR
This paper introduces HASTEN, a hierarchical semantic tree anchoring method for CLIP-based class-incremental learning, which preserves hierarchical relationships to reduce forgetting and improve continual learning performance.
Contribution
HASTEN leverages external knowledge graphs and hyperbolic embedding to explicitly encode hierarchy, and employs gradient projection to prevent forgetting in CLIP-based CIL.
Findings
HASTEN outperforms existing CIL methods in experiments.
It effectively preserves hierarchical relationships during incremental learning.
The approach reduces catastrophic forgetting significantly.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications · Advanced Graph Neural Networks
