paper-with-me

Papers

Prototype Recalls for Continual Learning

2019-09-25 · Mengmi Zhang, Tao Wang, Joo Hwee Lim, Jiashi Feng

Continual learning is a critical ability of continually acquiring and transferring knowledge without catastrophically forgetting previously learned knowledge. However, enabling continual learning for AI remains a long-standing challenge. In this work, we propose a novel method, Prototype Recalls, that efficiently embeds and recalls previously learnt knowledge to tackle catastrophic forgetting issue. In particular, we consider continual learning in classification tasks. For each classification task, our method learns a metric space containing a set of prototypes where embedding of the samples from the same class cluster around prototypes and class-representative prototypes are separated apart. To alleviate catastrophic forgetting, our method preserves the embedding function from the samples to the previous metric space, through our proposed prototype recalls from previous tasks. Specifically, the recalling process is implemented by replaying a small number of samples from previous tasks and correspondingly matching their embedding to their nearest class-representative prototypes. Compared with recent continual learning methods, our contributions are fourfold: first, our method achieves the best memory retention capability while adapting quickly to new tasks. Second, our method uses metric learning for classification and does not require adding in new neurons given new object classes. Third, our method is more memory efficient since only class-representative prototypes need to be recalled. Fourth, our method suggests a promising solution for few-shot continual learning. Without tampering with the performance on initial tasks, our method learns novel concepts given a few training examples of each class in new tasks.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningMetric LearningNovel Concepts

Similar Papers 제목 키워드 기반

Variational Prototype Replays for Continual Learning

2019-05-23 · Mengmi Zhang, Tao Wang, Joo Hwee Lim, Gabriel Kreiman 외

Continual learning refers to the ability to acquire and transfer knowledge without catastrophically forgetting what was previously learned. In this work, we consider \emph{few-shot} continual learning in classification t…

Continual LearningGeneral ClassificationMetric LearningNovel Concepts

PCoTTA: Continual Test-Time Adaptation for Multi-Task Point Cloud Understanding

2024-11-01 · Jincen Jiang, Qianyu Zhou, Yuhang Li, Xinkui Zhao 외

In this paper, we present PCoTTA, an innovative, pioneering framework for Continual Test-Time Adaptation (CoTTA) in multi-task point cloud understanding, enhancing the model's transferability towards the continually chan…

Test-time Adaptation

Prototype-Guided Non-Exemplar Continual Learning for Cross-subject EEG Decoding

2025-11-24 · Dan Li, Hye-Bin Shin, Yeon-Woo Choi arxiv

Due to the significant variability in electroencephalo-gram (EEG) signals across individuals, knowledge acquired from previous subjects is often overwritten as new subjects are introduced in continual EEG decoding tasks.…

Continual LearningEeg Decoding

Steering Prototypes with Prompt-tuning for Rehearsal-free Continual Learning

2023-03-16 · Zhuowei Li, Long Zhao, Zizhao Zhang, Han Zhang 외

In the context of continual learning, prototypes-as representative class embeddings-offer advantages in memory conservation and the mitigation of catastrophic forgetting. However, challenges related to semantic drift and…

class-incremental learningClass Incremental LearningContinual LearningContrastive Learning+1

XGraphRAG: Interactive Visual Analysis for Graph-based Retrieval-Augmented Generation

2025-06-10 · Ke Wang, Bo Pan, Yingchaojie Feng, Yuwei Wu 외

Graph-based Retrieval-Augmented Generation (RAG) has shown great capability in enhancing Large Language Model (LLM)'s answer with an external knowledge base. Compared to traditional RAG, it introduces a graph as an inter…

graph constructionLanguage ModelingLanguage ModellingLarge Language Model+3