paper-with-me

Papers

Self-Supervised Learning Aided Class-Incremental Lifelong Learning

2020-06-10 · Song Zhang, Gehui Shen, Jinsong Huang, Zhi-Hong Deng

Lifelong or continual learning remains to be a challenge for artificial neural network, as it is required to be both stable for preservation of old knowledge and plastic for acquisition of new knowledge. It is common to see previous experience get overwritten, which leads to the well-known issue of catastrophic forgetting, especially in the scenario of class-incremental learning (Class-IL). Recently, many lifelong learning methods have been proposed to avoid catastrophic forgetting. However, models which learn without replay of the input data, would encounter another problem which has been ignored, and we refer to it as prior information loss (PIL). In training procedure of Class-IL, as the model has no knowledge about following tasks, it would only extract features necessary for tasks learned so far, whose information is insufficient for joint classification. In this paper, our empirical results on several image datasets show that PIL limits the performance of current state-of-the-art method for Class-IL, the orthogonal weights modification (OWM) algorithm. Furthermore, we propose to combine self-supervised learning, which can provide effective representations without requiring labels, with Class-IL to partly get around this problem. Experiments show superiority of proposed method to OWM, as well as other strong baselines.

📄 PDF Abstract BibTeX arXiv:2006.05882

Code (0)

등록된 구현이 없습니다.

Tasks

class-incremental learningClass Incremental LearningContinual LearningIncremental LearningLifelong learningSelf-Supervised Learning

Similar Papers 제목 키워드 기반

Go ahead and do not forget: Modular lifelong learning from event-based data

2022-08-21 · Neurocomputing 2022 8 · VadymGryshchuk, CorneliusWeber, Chu KiongLoo, StefanWermter

Lifelong learning is a long-standing aim for artificial agents that act in dynamic environments in which an agent needs to accumulate knowledge incrementally without forgetting previously learned representations. Contemp…

Incremental LearningLifelong learning

Class-Incremental Lifelong Learning in Multi-Label Classification

2022-07-16 · Kaile Du, Linyan Li, Fan Lyu, Fuyuan Hu 외

Existing class-incremental lifelong learning studies only the data is with single-label, which limits its adaptation to multi-label data. This paper studies Lifelong Multi-Label (LML) classification, which builds an onli…

ClassificationLifelong learningMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Lifelong Learning of Hate Speech Classification on Social Media

2021-06-05 · NAACL 2021 4 · Jing Qian, Hong Wang, Mai ElSherief, Xifeng Yan

Existing work on automated hate speech classification assumes that the dataset is fixed and the classes are pre-defined. However, the amount of data in social media increases every day, and the hot topics changes rapidly…

ClassificationLifelong learningRepresentation Learning

Long Live the Lottery: The Existence of Winning Tickets in Lifelong Learning

2021-01-01 · ICLR 2021 1 · Tianlong Chen, Zhenyu Zhang, Sijia Liu, Shiyu Chang 외

The lottery ticket hypothesis demonstrates that a highly sparsified sub-network can be trained in isolation, given the appropriate weight initialization. This paper extends that hypothesis from one-shot task leaning, and…

class-incremental learningClass Incremental LearningIncremental LearningKnowledge Distillation+2

CobwebTM: Probabilistic Concept Formation for Lifelong and Hierarchical Topic Modeling

2026-04-15 · Karthik Singaravadivelan, Anant Gupta, Zekun Wang, Christopher J. MacLellan arxiv

Topic modeling seeks to uncover latent semantic structure in text corpora with minimal supervision. Neural approaches achieve strong performance but require extensive tuning and struggle with lifelong learning due to cat…