CVApr 3, 2019

M2KD: Multi-model and Multi-level Knowledge Distillation for Incremental Learning

arXiv:1904.01769v258 citations
AI Analysis

This work addresses incremental learning for AI systems that need to adapt to new data without losing past knowledge, representing an incremental improvement.

The paper tackles the problem of forgetting old classes in incremental learning by proposing a multi-model and multi-level knowledge distillation strategy, which improves overall performance over standard techniques on benchmarks.

Incremental learning targets at achieving good performance on new categories without forgetting old ones. Knowledge distillation has been shown critical in preserving the performance on old classes. Conventional methods, however, sequentially distill knowledge only from the last model, leading to performance degradation on the old classes in later incremental learning steps. In this paper, we propose a multi-model and multi-level knowledge distillation strategy. Instead of sequentially distilling knowledge only from the last model, we directly leverage all previous model snapshots. In addition, we incorporate an auxiliary distillation to further preserve knowledge encoded at the intermediate feature levels. To make the model more memory efficient, we adapt mask based pruning to reconstruct all previous models with a small memory footprint. Experiments on standard incremental learning benchmarks show that our method preserves the knowledge on old classes better and improves the overall performance over standard distillation techniques.

Foundations

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

Your Notes