paper-with-me

Papers

Class-incremental Learning with Pre-allocated Fixed Classifiers

2020-10-16 · Federico Pernici, Matteo Bruni, Claudio Baecchi, Francesco Turchini, Alberto del Bimbo

In class-incremental learning, a learning agent faces a stream of data with the goal of learning new classes while not forgetting previous ones. Neural networks are known to suffer under this setting, as they forget previously acquired knowledge. To address this problem, effective methods exploit past data stored in an episodic memory while expanding the final classifier nodes to accommodate the new classes. In this work, we substitute the expanding classifier with a novel fixed classifier in which a number of pre-allocated output nodes are subject to the classification loss right from the beginning of the learning phase. Contrarily to the standard expanding classifier, this allows: (a) the output nodes of future unseen classes to firstly see negative samples since the beginning of learning together with the positive samples that incrementally arrive; (b) to learn features that do not change their geometric configuration as novel classes are incorporated in the learning model. Experiments with public datasets show that the proposed approach is as effective as the expanding classifier while exhibiting novel intriguing properties of the internal feature representation that are otherwise not-existent. Our ablation study on pre-allocating a large number of classes further validates the approach.

📄 PDF Abstract BibTeX arXiv:2010.08657

Code (1)

DigiTurk84/class-incremental-polytope 공식 구현 pytorch

Tasks

class-incremental learningClass Incremental LearningIncremental Learning

Similar Papers 제목 키워드 기반

Selecting Near-Optimal Learners via Incremental Data Allocation

2015-12-31 · Ashish Sabharwal, Horst Samulowitz, Gerald Tesauro

We study a novel machine learning (ML) problem setting of sequentially allocating small subsets of training data amongst a large set of classifiers. The goal is to select a classifier that will give near-optimal accuracy…

iCaRL: Incremental Classifier and Representation Learning

2016-11-23 · CVPR 2017 7 · Sylvestre-Alvise Rebuffi, Alexander Kolesnikov, Georg Sperl, Christoph H. Lampert

A major open problem on the road to artificial intelligence is the development of incrementally learning systems that learn about more and more concepts over time from a stream of data. In this work, we introduce a new t…

class-incremental learningClass Incremental LearningIncremental LearningRepresentation Learning

AnaCP: Toward Upper-Bound Continual Learning via Analytic Contrastive Projection

2025-11-17 · Saleh Momeni, Changnan Xiao, Bing Liu arxiv

This paper studies the problem of class-incremental learning (CIL), a core setting within continual learning where a model learns a sequence of tasks, each containing a distinct set of classes. Traditional CIL methods, w…

class-incremental learningContinual Learning

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…

Incremental Learning

Co-Transport for Class-Incremental Learning

2021-07-27 · Da-Wei Zhou, Han-Jia Ye, De-Chuan Zhan

Traditional learning systems are trained in closed-world for a fixed number of classes, and need pre-collected datasets in advance. However, new classes often emerge in real-world applications and should be learned incre…

class-incremental learningClass Incremental LearningIncremental Learning