paper-with-me

Papers

Co$^2$L: Contrastive Continual Learning

2021-06-28 · Hyuntak Cha, Jaeho Lee, Jinwoo Shin

Recent breakthroughs in self-supervised learning show that such algorithms learn visual representations that can be transferred better to unseen tasks than joint-training methods relying on task-specific supervision. In this paper, we found that the similar holds in the continual learning con-text: contrastively learned representations are more robust against the catastrophic forgetting than jointly trained representations. Based on this novel observation, we propose a rehearsal-based continual learning algorithm that focuses on continually learning and maintaining transferable representations. More specifically, the proposed scheme (1) learns representations using the contrastive learning objective, and (2) preserves learned representations using a self-supervised distillation step. We conduct extensive experimental validations under popular benchmark image classification datasets, where our method sets the new state-of-the-art performance.

📄 PDF Abstract BibTeX arXiv:2106.14413

Code (3)

chaht01/co2l pytorch
lijy373/cclis pytorch
zhepeiw/cssl_sound pytorch

Tasks

Continual LearningContrastive Learningimage-classificationImage ClassificationSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Provable Contrastive Continual Learning

2024-05-29 · Yichen Wen, Zhiquan Tan, Kaipeng Zheng, Chuanlong Xie 외

Continual learning requires learning incremental tasks with dynamic data distributions. So far, it has been observed that employing a combination of contrastive loss and distillation loss for training in continual learni…

Continual Learning

Contrastive Continual Learning with Feature Propagation

2021-12-03 · Xuejun Han, Yuhong Guo

Classical machine learners are designed only to tackle one task without capability of adopting new emerging tasks or classes whereas such capacity is more practical and human-like in the real world. To address this short…

Continual LearningRepresentation Learning

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

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

FALCON: Fairness Learning via Contrastive Attention Approach to Continual Semantic Scene Understanding

2023-11-27 · CVPR 2025 1 · Thanh-Dat Truong, Utsav Prabhu, Bhiksha Raj, Jackson Cothren 외

Continual Learning in semantic scene segmentation aims to continually learn new unseen classes in dynamic environments while maintaining previously learned knowledge. Prior studies focused on modeling the catastrophic fo…

Continual LearningContinual Semantic SegmentationFairnessScene Segmentation+2