CVMar 27, 2024

Towards Non-Exemplar Semi-Supervised Class-Incremental Learning

arXiv:2403.18291v13 citationsh-index: 15
Originality Highly original
AI Analysis

This addresses the problem of continual learning in AI for real-world applications where new classes emerge, offering a more efficient and scalable solution compared to existing methods.

The paper tackles class-incremental learning by proposing a non-exemplar semi-supervised framework that avoids storing old data and uses minimal labeled new data, achieving performance superior to exemplar-based methods with less than 1% labels.

Deep neural networks perform remarkably well in close-world scenarios. However, novel classes emerged continually in real applications, making it necessary to learn incrementally. Class-incremental learning (CIL) aims to gradually recognize new classes while maintaining the discriminability of old ones. Existing CIL methods have two limitations: a heavy reliance on preserving old data for forgetting mitigation and the need for vast labeled data for knowledge adaptation. To overcome these issues, we propose a non-exemplar semi-supervised CIL framework with contrastive learning and semi-supervised incremental prototype classifier (Semi-IPC). On the one hand, contrastive learning helps the model learn rich representations, easing the trade-off between learning representations of new classes and forgetting that of old classes. On the other hand, Semi-IPC learns a prototype for each class with unsupervised regularization, enabling the model to incrementally learn from partially labeled new data while maintaining the knowledge of old classes. Experiments on benchmark datasets demonstrate the strong performance of our method: without storing any old samples and only using less than 1% of labels, Semi-IPC outperforms advanced exemplar-based methods. We hope our work offers new insights for future CIL research. The code will be made publicly available.

Foundations

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

Your Notes