paper-with-me

Papers

Prototype-Sample Relation Distillation: Towards Replay-Free Continual Learning

2023-03-26 · Nader Asadi, MohammadReza Davari, Sudhir Mudur, Rahaf Aljundi, Eugene Belilovsky

In Continual learning (CL) balancing effective adaptation while combating catastrophic forgetting is a central challenge. Many of the recent best-performing methods utilize various forms of prior task data, e.g. a replay buffer, to tackle the catastrophic forgetting problem. Having access to previous task data can be restrictive in many real-world scenarios, for example when task data is sensitive or proprietary. To overcome the necessity of using previous tasks' data, in this work, we start with strong representation learning methods that have been shown to be less prone to forgetting. We propose a holistic approach to jointly learn the representation and class prototypes while maintaining the relevance of old class prototypes and their embedded similarities. Specifically, samples are mapped to an embedding space where the representations are learned using a supervised contrastive loss. Class prototypes are evolved continually in the same latent space, enabling learning and prediction at any point. To continually adapt the prototypes without keeping any prior task data, we propose a novel distillation loss that constrains class prototypes to maintain relative similarities as compared to new task data. This method yields state-of-the-art performance in the task-incremental setting, outperforming methods relying on large amounts of data, and provides strong performance in the class-incremental setting without using any stored data points.

📄 PDF Abstract BibTeX arXiv:2303.14771

Code (1)

naderasadi/clhive 공식 구현 pytorch

Tasks

Continual LearningRelationRepresentation Learning

Similar Papers 제목 키워드 기반

Contrastive Continual Learning with Importance Sampling and Prototype-Instance Relation Distillation

2024-03-07 · Jiyong Li, Dilshod Azizov, Yang Li, Shangsong Liang

Recently, because of the high-quality representations of contrastive learning methods, rehearsal-based contrastive continual learning has been proposed to explore how to continually learn transferable representation embe…

Continual LearningContrastive LearningRelationRepresentation Learning

Adversarial Pseudo-replay for Exemplar-free Class-incremental Learning

2025-11-22 · Hiroto Honda arxiv

Exemplar-free class-incremental learning (EFCIL) aims to retain old knowledge acquired in the previous task while learning new classes, without storing the previous images due to storage constraints or privacy concerns. …

class-incremental learningKnowledge DistillationAdversarial Attack

Improving Continual Relation Extraction by Distinguishing Analogous Semantics

2023-05-11 · Wenzheng Zhao, Yuanning Cui, Wei Hu

Continual relation extraction (RE) aims to learn constantly emerging relations while avoiding forgetting the learned relations. Existing works store a small number of typical samples to re-train the model for alleviating…

Continual Relation ExtractionKnowledge DistillationRelationRelation Extraction

Prototype Latent World Model Replay for Class-Incremental Learning

2026-06-28 · Weizhi Nie, Hui Wang, Weijie Wang, Yuting Su arxiv

Class-incremental learning requires a model to learn new classes while preserving decision regions for old ones. This is difficult when raw old samples are no longer available. We propose Prototype Latent World Model Rep…

class-incremental learning

Consistent Representation Learning for Continual Relation Extraction

2022-03-05 · Findings (ACL) 2022 5 · Kang Zhao, Hua Xu, Jiangong Yang, Kai Gao

Continual relation extraction (CRE) aims to continuously train a model on data with new relations while avoiding forgetting old ones. Some previous work has proved that storing a few typical samples of old relations and …

Continual Relation ExtractionContrastive LearningKnowledge DistillationRelation+2