paper-with-me

Papers

Serial Contrastive Knowledge Distillation for Continual Few-shot Relation Extraction

2023-05-11 · Xinyi Wang, Zitao Wang, Wei Hu

Continual few-shot relation extraction (RE) aims to continuously train a model for new relations with few labeled training data, of which the major challenges are the catastrophic forgetting of old relations and the overfitting caused by data sparsity. In this paper, we propose a new model, namely SCKD, to accomplish the continual few-shot RE task. Specifically, we design serial knowledge distillation to preserve the prior knowledge from previous models and conduct contrastive learning with pseudo samples to keep the representations of samples in different relations sufficiently distinguishable. Our experiments on two benchmark datasets validate the effectiveness of SCKD for continual few-shot RE and its superiority in knowledge transfer and memory utilization over state-of-the-art models.

📄 PDF Abstract BibTeX arXiv:2305.06616

Code (1)

nju-websoft/sckd 공식 구현 pytorch

Tasks

Contrastive LearningKnowledge DistillationRelationRelation ExtractionTransfer Learning

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…
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 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

A Multihead Continual Learning Framework for Fine-Grained Fashion Image Retrieval with Contrastive Learning and Exponential Moving Average Distillation

2026-03-21 · Ling Xiao, Toshihiko Yamasaki arxiv

Most fine-grained fashion image retrieval (FIR) methods assume a static setting, requiring full retraining when new attributes appear, which is costly and impractical for dynamic scenarios. Although pretrained models sup…

class-incremental learningContrastive LearningContinual LearningImage Retrieval

CLIP model is an Efficient Continual Learner

2022-10-06 · Vishal Thengane, Salman Khan, Munawar Hayat, Fahad Khan

The continual learning setting aims to learn new tasks over time without forgetting the previous ones. The literature reports several significant efforts to tackle this problem with limited or no access to previous task …

Continual LearningIncremental LearningKnowledge Distillationmodel

CLASSIC: Continual and Contrastive Learning of Aspect Sentiment Classification Tasks

2021-12-05 · EMNLP 2021 11 · Zixuan Ke, Bing Liu, Hu Xu, Lei Shu

This paper studies continual learning (CL) of a sequence of aspect sentiment classification(ASC) tasks in a particular CL setting called domain incremental learning (DIL). Each task is from a different domain or product.…

ClassificationContinual LearningContrastive LearningIncremental Learning+4