paper-with-me

Papers

Refining Sample Embeddings with Relation Prototypes to Enhance Continual Relation Extraction

2021-08-01 · ACL 2021 5 · Li Cui, Deqing Yang, Jiaxin Yu, Chengwei Hu, Jiayang Cheng, Jingjie Yi, Yanghua Xiao

Continual learning has gained increasing attention in recent years, thanks to its biological interpretation and efficiency in many real-world applications. As a typical task of continual learning, continual relation extraction (CRE) aims to extract relations between entities from texts, where the samples of different relations are delivered into the model continuously. Some previous works have proved that storing typical samples of old relations in memory can help the model keep a stable understanding of old relations and avoid forgetting them. However, most methods heavily depend on the memory size in that they simply replay these memorized samples in subsequent tasks. To fully utilize memorized samples, in this paper, we employ relation prototype to extract useful information of each relation. Specifically, the prototype embedding for a specific relation is computed based on memorized samples of this relation, which is collected by K-means algorithm. The prototypes of all observed relations at current learning stage are used to re-initialize a memory network to refine subsequent sample embeddings, which ensures the model{'}s stable understanding on all observed relations when learning a new task. Compared with previous CRE models, our model utilizes the memory information sufficiently and efficiently, resulting in enhanced CRE performance. Our experiments show that the proposed model outperforms the state-of-the-art CRE models and has great advantage in avoiding catastrophic forgetting. The code and datasets are released on https://github.com/fd2014cl/RP-CRE.

📄 PDF Abstract BibTeX

Code (1)

fd2014cl/rp-cre 공식 구현 pytorch

Tasks

Continual LearningContinual Relation ExtractionRelationRelation Extraction

Methods 이 논문이 사용한 방법론

Memory Network 설명 없음

Similar Papers 제목 키워드 기반

Learning with Mixture of Prototypes for Out-of-Distribution Detection

2024-02-05 · Haodong Lu, Dong Gong, Shuo Wang, Jason Xue 외

Out-of-distribution (OOD) detection aims to detect testing samples far away from the in-distribution (ID) training data, which is crucial for the safe deployment of machine learning models in the real world. Distance-bas…

Out-of-Distribution DetectionOut of Distribution (OOD) DetectionRepresentation Learning

Rethinking Few-shot 3D Point Cloud Semantic Segmentation

2024-03-01 · CVPR 2024 1 · Zhaochong An, Guolei Sun, Yun Liu, Fayao Liu 외

This paper revisits few-shot 3D point cloud semantic segmentation (FS-PCS), with a focus on two significant issues in the state-of-the-art: foreground leakage and sparse point distribution. The former arises from non-uni…

Few-shot 3D Point Cloud Semantic SegmentationSegmentationSemantic Segmentation

FedHPro: Federated Hyper-Prototype Learning via Gradient Matching

2026-05-13 · Huan Wang, Jun Shen, Haoran Li, Zhenyu Yang 외 arxiv

Federated Learning (FL) enables collaborative training of distributed clients while protecting privacy. To enhance generalization capability in FL, prototype-based FL is in the spotlight, since shared global prototypes o…

Contrastive LearningFederated Learning

How to Exploit Hyperspherical Embeddings for Out-of-Distribution Detection?

2022-03-08 · Yifei Ming, Yiyou Sun, Ousmane Dia, Yixuan Li

Out-of-distribution (OOD) detection is a critical task for reliable machine learning. Recent advances in representation learning give rise to distance-based OOD detection, where testing samples are detected as OOD if the…

Out-of-Distribution DetectionOut of Distribution (OOD) DetectionRepresentation Learning

Evolving Semantic Prototype Improves Generative Zero-Shot Learning

2023-06-12 · Shiming Chen, Wenjin Hou, Ziming Hong, Xiaohan Ding 외

In zero-shot learning (ZSL), generative methods synthesize class-related sample features based on predefined semantic prototypes. They advance the ZSL performance by synthesizing unseen class sample features for better t…

Zero-Shot Learning