Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Teamwork Is Not Always Good: An Empirical Study of Classifier Drift in Class-incremental Information Extraction

About

Class-incremental learning (CIL) aims to develop a learning system that can continually learn new classes from a data stream without forgetting previously learned classes. When learning classes incrementally, the classifier must be constantly updated to incorporate new classes, and the drift in decision boundary may lead to severe forgetting. This fundamental challenge, however, has not yet been studied extensively, especially in the setting where no samples from old classes are stored for rehearsal. In this paper, we take a closer look at how the drift in the classifier leads to forgetting, and accordingly, design four simple yet (super-) effective solutions to alleviate the classifier drift: an Individual Classifiers with Frozen Feature Extractor (ICE) framework where we individually train a classifier for each learning session, and its three variants ICE-PL, ICE-O, and ICE-PL&O which further take the logits of previously learned classes from old sessions or a constant logit of an Other class as a constraint to the learning of new classifiers. Extensive experiments and analysis on 6 class-incremental information extraction tasks demonstrate that our solutions, especially ICE-O, consistently show significant improvement over the previous state-of-the-art approaches with up to 44.7% absolute F-score gain, providing a strong baseline and insights for future research on class-incremental learning.

Minqian Liu, Lifu Huang• 2023

Related benchmarks

TaskDatasetResultRank
Named Entity Recognitioni2b2
A_T39.88
44
Named Entity RecognitionOntoNotes 5
A_T Score48.01
44
Event ClassificationMAVEN (test dev)
Micro-F1 (Session 1)92.2
11
Named Entity Recognitioni2b2 bert-base-cased (FG-1-PG-1)
At Score36.96
11
Named Entity Recognitioni2b2 FG-8-PG-1 bert-base-cased
At Score46.24
11
Named Entity Recognitioni2b2 bert-base-cased (FG-8-PG-2)
At Score49.1
11
Named Entity Recognitioni2b2 FG-2-PG-2 bert-base-cased
At43.29
11
Named Entity RecognitionOntoNotes FG-1-PG-1 5.0 (test)
A_T33.66
11
Named Entity RecognitionOntoNotes FG-8-PG-1 5.0 (test)
A_T Score37.38
11
Named Entity RecognitionOntoNotes FG-2-PG-2 5.0 (test)
A_T Score36.17
11
Showing 10 of 13 rows

Other info

Code

Follow for update