EILearn: Learning Incrementally Using Previous Knowledge Obtained From an Ensemble of Classifiers
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.
Code (0)
등록된 구현이 없습니다.
Tasks
Incremental LearningSimilar Papers 제목 키워드 기반
Lifelong Learning from Event-based Data
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 learningPIEFA: Personalized Incremental and Ensemble Face Alignment
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 LearningL3 Ensembles: Lifelong Learning Approach for Ensemble of Foundational Language Models
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+2One-shot learning for the long term: consolidation with an artificial hippocampal algorithm
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 LearningDistillation Techniques for Pseudo-rehearsal Based Incremental Learning
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