CVAILGMar 27, 2024

Generative Multi-modal Models are Good Class-Incremental Learners

arXiv:2403.18383v135 citationsh-index: 5Has CodeCVPR
Originality Highly original
AI Analysis

This addresses a key challenge in incremental learning for AI systems that need to adapt to new classes over time, representing a novel approach rather than an incremental improvement.

The paper tackles catastrophic forgetting in class-incremental learning by replacing discriminative models with generative multi-modal models, achieving at least 14% accuracy improvement over state-of-the-art methods in few-shot settings with reduced forgetting.

In class-incremental learning (CIL) scenarios, the phenomenon of catastrophic forgetting caused by the classifier's bias towards the current task has long posed a significant challenge. It is mainly caused by the characteristic of discriminative models. With the growing popularity of the generative multi-modal models, we would explore replacing discriminative models with generative ones for CIL. However, transitioning from discriminative to generative models requires addressing two key challenges. The primary challenge lies in transferring the generated textual information into the classification of distinct categories. Additionally, it requires formulating the task of CIL within a generative framework. To this end, we propose a novel generative multi-modal model (GMM) framework for class-incremental learning. Our approach directly generates labels for images using an adapted generative model. After obtaining the detailed text, we use a text encoder to extract text features and employ feature matching to determine the most similar label as the classification prediction. In the conventional CIL settings, we achieve significantly better results in long-sequence task scenarios. Under the Few-shot CIL setting, we have improved by at least 14\% accuracy over all the current state-of-the-art methods with significantly less forgetting. Our code is available at \url{https://github.com/DoubleClass/GMM}.

Code Implementations1 repo
Foundations

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

Your Notes