paper-with-me

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 embeddings to avoid the catastrophic forgetting issue in traditional continual settings. Based on this framework, we propose Contrastive Continual Learning via Importance Sampling (CCLIS) to preserve knowledge by recovering previous data distributions with a new strategy for Replay Buffer Selection (RBS), which minimize estimated variance to save hard negative samples for representation learning with high quality. Furthermore, we present the Prototype-instance Relation Distillation (PRD) loss, a technique designed to maintain the relationship between prototypes and sample representations using a self-distillation process. Experiments on standard continual learning benchmarks reveal that our method notably outperforms existing baselines in terms of knowledge preservation and thereby effectively counteracts catastrophic forgetting in online contexts. The code is available at https://github.com/lijy373/CCLIS.

📄 PDF Abstract BibTeX arXiv:2403.04599

Code (1)

lijy373/cclis 공식 구현 pytorch

Tasks

Continual LearningContrastive LearningRelationRepresentation Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Improving Continual Relation Extraction through Prototypical Contrastive Learning

2022-10-10 · COLING 2022 10 · Chengwei Hu, Deqing Yang, Haoliang Jin, Zhen Chen 외

Continual relation extraction (CRE) aims to extract relations towards the continuous and iterative arrival of new data, of which the major challenge is the catastrophic forgetting of old tasks. In order to alleviate this…

Continual Relation ExtractionContrastive LearningRelationRelation Extraction

Instance-Prototype Affinity Learning for Non-Exemplar Continual Graph Learning

2025-05-15 · Lei Song, Jiaxing Li, Shihan Guan, Youyong Kong

Graph Neural Networks (GNN) endure catastrophic forgetting, undermining their capacity to preserve previously acquired knowledge amid the assimilation of novel information. Rehearsal-based techniques revisit historical e…

Contrastive LearningGraph LearningNode Classification

Negative Prototypes Guided Contrastive Learning for WSOD

2024-06-04 · Yu Zhang, Chuang Zhu, Guoqing Yang, Siqi Chen

Weakly Supervised Object Detection (WSOD) with only image-level annotation has recently attracted wide attention. Many existing methods ignore the inter-image relationship of instances which share similar characteristics…

Contrastive Learningobject-detectionObject DetectionPseudo Label+1

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

BP-TTA: Balanced and Prototype-Guided Test-Time Adaptation in Dynamic Scenarios

2026-06-30 · Shaoyang Huang, Yashi Zhu, Yichen Yu, Lei Zhang 외 arxiv

Test-Time Adaptation (TTA) enables models trained on a source domain to adapt online to unlabeled test data under distribution shifts. While recent TTA methods have moved beyond static settings and begun to consider cont…

Test-time Adaptation