CVLGAug 20, 2018

DeeSIL: Deep-Shallow Incremental Learning

arXiv:1808.06396v176 citations
Originality Incremental advance
AI Analysis

This addresses incremental learning challenges for AI systems with limited memory, though it is incremental as it adapts an existing transfer learning scheme.

The paper tackles the problem of catastrophic forgetting and retraining delays in deep incremental learning by introducing DeeSIL, which combines a fixed deep feature extractor with shallow classifiers, achieving performance gains of 23 and 33 points over baselines on ImageNet LSVRC 2012.

Incremental Learning (IL) is an interesting AI problem when the algorithm is assumed to work on a budget. This is especially true when IL is modeled using a deep learning approach, where two com- plex challenges arise due to limited memory, which induces catastrophic forgetting and delays related to the retraining needed in order to incorpo- rate new classes. Here we introduce DeeSIL, an adaptation of a known transfer learning scheme that combines a fixed deep representation used as feature extractor and learning independent shallow classifiers to in- crease recognition capacity. This scheme tackles the two aforementioned challenges since it works well with a limited memory budget and each new concept can be added within a minute. Moreover, since no deep re- training is needed when the model is incremented, DeeSIL can integrate larger amounts of initial data that provide more transferable features. Performance is evaluated on ImageNet LSVRC 2012 against three state of the art algorithms. Results show that, at scale, DeeSIL performance is 23 and 33 points higher than the best baseline when using the same and more initial data respectively.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes