Exploiting the Semantic Knowledge of Pre-trained Text-Encoders for Continual Learning
Lu Yu, Zhe Tao, Dipam Goswami, Hantao Yao, Bart{\l}omiej Twardowski, Joost Van de Weijer, Changsheng Xu

TL;DR
This paper introduces a novel continual learning approach that leverages semantic knowledge from pre-trained text-encoders, specifically using CLIP, to improve knowledge retention and transfer across tasks by integrating semantic guidance and knowledge distillation.
Contribution
It proposes Semantically-guided Representation Learning and Knowledge Distillation modules that utilize text embeddings for enhanced continual learning performance.
Findings
Outperforms existing methods on general datasets
Effective in fine-grained classification tasks
Demonstrates improved knowledge transfer and retention
Abstract
Deep neural networks (DNNs) excel on fixed datasets but struggle with incremental and shifting data in real-world scenarios. Continual learning addresses this challenge by allowing models to learn from new data while retaining previously learned knowledge. Existing methods mainly rely on visual features, often neglecting the rich semantic information encoded in text. The semantic knowledge available in the label information of the images, offers important semantic information that can be related with previously acquired knowledge of semantic classes. Consequently, effectively leveraging this information throughout continual learning is expected to be beneficial. To address this, we propose integrating semantic guidance within and across tasks by capturing semantic similarity using text embeddings. We start from a pre-trained CLIP model, employ the \emph{Semantically-guided…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Text Readability and Simplification
MethodsContrastive Language-Image Pre-training · Knowledge Distillation
