LGCVJun 5, 2024

Decision Boundary-aware Knowledge Consolidation Generates Better Instance-Incremental Learner

arXiv:2406.03065v11 citations
Originality Highly original
AI Analysis

This addresses the problem of continual model improvement in real-world scenarios with predefined classes, offering a novel approach that overturns prior methods by making the teacher model the primary learner, though it is incremental in refining existing techniques.

The paper tackles instance-incremental learning by defining a new practical setting focused on model promotion with only new data, and proposes a decision boundary-aware distillation method that broadens boundaries for new observations while retaining old ones, achieving state-of-the-art results on Cifar-100 and ImageNet benchmarks.

Instance-incremental learning (IIL) focuses on learning continually with data of the same classes. Compared to class-incremental learning (CIL), the IIL is seldom explored because IIL suffers less from catastrophic forgetting (CF). However, besides retaining knowledge, in real-world deployment scenarios where the class space is always predefined, continual and cost-effective model promotion with the potential unavailability of previous data is a more essential demand. Therefore, we first define a new and more practical IIL setting as promoting the model's performance besides resisting CF with only new observations. Two issues have to be tackled in the new IIL setting: 1) the notorious catastrophic forgetting because of no access to old data, and 2) broadening the existing decision boundary to new observations because of concept drift. To tackle these problems, our key insight is to moderately broaden the decision boundary to fail cases while retain old boundary. Hence, we propose a novel decision boundary-aware distillation method with consolidating knowledge to teacher to ease the student learning new knowledge. We also establish the benchmarks on existing datasets Cifar-100 and ImageNet. Notably, extensive experiments demonstrate that the teacher model can be a better incremental learner than the student model, which overturns previous knowledge distillation-based methods treating student as the main role.

Foundations

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

Your Notes