LGAISep 9, 2024

Joint Input and Output Coordination for Class-Incremental Learning

arXiv:2409.05620v13 citationsh-index: 9
Originality Incremental advance
AI Analysis

This addresses incremental learning for AI systems, but it is incremental as it builds on existing memory-based approaches.

The paper tackled catastrophic forgetting in class-incremental learning by proposing a joint input and output coordination mechanism, which improved performance in experiments.

Incremental learning is nontrivial due to severe catastrophic forgetting. Although storing a small amount of data on old tasks during incremental learning is a feasible solution, current strategies still do not 1) adequately address the class bias problem, and 2) alleviate the mutual interference between new and old tasks, and 3) consider the problem of class bias within tasks. This motivates us to propose a joint input and output coordination (JIOC) mechanism to address these issues. This mechanism assigns different weights to different categories of data according to the gradient of the output score, and uses knowledge distillation (KD) to reduce the mutual interference between the outputs of old and new tasks. The proposed mechanism is general and flexible, and can be incorporated into different incremental learning approaches that use memory storage. Extensive experiments show that our mechanism can significantly improve their performance.

Foundations

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

Your Notes