CVLGMar 19, 2019

Class-incremental Learning via Deep Model Consolidation

arXiv:1903.07864v4385 citations
Originality Incremental advance
AI Analysis

It addresses the problem of model bias in incremental learning for AI systems when old data is unavailable, offering a practical solution but is incremental as it builds on existing distillation techniques.

The paper tackles catastrophic forgetting in class-incremental learning by proposing Deep Model Consolidation (DMC), which uses double distillation on unlabeled auxiliary data to combine models for old and new classes without original data, achieving significantly better performance on CIFAR-100, CUB-200, and PASCAL VOC 2007 benchmarks.

Deep neural networks (DNNs) often suffer from "catastrophic forgetting" during incremental learning (IL) --- an abrupt degradation of performance on the original set of classes when the training objective is adapted to a newly added set of classes. Existing IL approaches tend to produce a model that is biased towards either the old classes or new classes, unless with the help of exemplars of the old data. To address this issue, we propose a class-incremental learning paradigm called Deep Model Consolidation (DMC), which works well even when the original training data is not available. The idea is to first train a separate model only for the new classes, and then combine the two individual models trained on data of two distinct set of classes (old classes and new classes) via a novel double distillation training objective. The two existing models are consolidated by exploiting publicly available unlabeled auxiliary data. This overcomes the potential difficulties due to the unavailability of original training data. Compared to the state-of-the-art techniques, DMC demonstrates significantly better performance in image classification (CIFAR-100 and CUB-200) and object detection (PASCAL VOC 2007) in the single-headed IL setting.

Code Implementations2 repos
Foundations

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

Your Notes