SOTAVerified

iCaRL: Incremental Classifier and Representation Learning

2016-11-23CVPR 2017Code Available1· sign in to hype

Sylvestre-Alvise Rebuffi, Alexander Kolesnikov, Georg Sperl, Christoph H. Lampert

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

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 training strategy, iCaRL, that allows learning in such a class-incremental way: only the training data for a small number of classes has to be present at the same time and new classes can be added progressively. iCaRL learns strong classifiers and a data representation simultaneously. This distinguishes it from earlier works that were fundamentally limited to fixed data representations and therefore incompatible with deep learning architectures. We show by experiments on CIFAR-100 and ImageNet ILSVRC 2012 data that iCaRL can learn many classes incrementally over a long period of time where other strategies quickly fail.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
cifar100iCaRL10-stage average accuracy63.24Unverified

Reproductions