paper-with-me

Papers

EILearn: Learning Incrementally Using Previous Knowledge Obtained From an Ensemble of Classifiers

2019-02-08 · Shivang Agarwal, C. Ravindranath Chowdary, Shripriya Maheshwari

We propose an algorithm for incremental learning of classifiers. The proposed method enables an ensemble of classifiers to learn incrementally by accommodating new training data. We use an effective mechanism to overcome the stability-plasticity dilemma. In incremental learning, the general convention is to use only the knowledge acquired in the previous phase but not the previously seen data. We follow this convention by retaining the previously acquired knowledge which is relevant and using it along with the current data. The performance of each classifier is monitored to eliminate the poorly performing classifiers in the subsequent phases. Experimental results show that the proposed approach outperforms the existing incremental learning approaches.

📄 PDF Abstract BibTeX arXiv:1902.02948

Code (0)

등록된 구현이 없습니다.

Tasks

Incremental Learning

Similar Papers 제목 키워드 기반

Lifelong Learning from Event-based Data

2021-11-11 · Vadym Gryshchuk, Cornelius Weber, Chu Kiong Loo, Stefan Wermter

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. We inv…

Lifelong learning

PIEFA: Personalized Incremental and Ensemble Face Alignment

2015-12-01 · ICCV 2015 12 · Xi Peng, Shaoting Zhang, Yu Yang, Dimitris N. Metaxas

Face alignment, especially on real-time or large-scale sequential images, is a challenging task with broad applications. Both generic and joint alignment approaches have been proposed with varying degrees of success. How…

Face AlignmentIncremental Learning

L3 Ensembles: Lifelong Learning Approach for Ensemble of Foundational Language Models

2023-11-11 · Aidin Shiri, Kaushik Roy, Amit Sheth, Manas Gaur

Fine-tuning pre-trained foundational language models (FLM) for specific tasks is often impractical, especially for resource-constrained devices. This necessitates the development of a Lifelong Learning (L3) framework tha…

Language ModelingLanguage ModellingLifelong learningSTS+2

One-shot learning for the long term: consolidation with an artificial hippocampal algorithm

2021-02-15 · Gideon Kowadlo, Abdelrahman Ahmed, David Rawlinson

Standard few-shot experiments involve learning to efficiently match previously unseen samples by class. We claim that few-shot learning should be long term, assimilating knowledge for the future, without forgetting previ…

Continual LearningFew-Shot LearningHippocampusOne-Shot Learning

Distillation Techniques for Pseudo-rehearsal Based Incremental Learning

2018-07-08 · Haseeb Shah, Khurram Javed, Faisal Shafait

The ability to learn from incrementally arriving data is essential for any life-long learning system. However, standard deep neural networks forget the knowledge about the old tasks, a phenomenon called catastrophic forg…

Incremental LearningKnowledge Distillation