LGCVMay 16, 2024

Densely Distilling Cumulative Knowledge for Continual Learning

arXiv:2405.09820v13 citationsh-index: 4
Originality Incremental advance
AI Analysis

This addresses the problem of forgetting in sequential learning for AI systems, offering an incremental improvement over existing knowledge distillation methods.

The paper tackles catastrophic forgetting in continual learning by proposing Dense Knowledge Distillation (DKD), which distills cumulative knowledge from all previous tasks using partitioned logits and adaptive weighting, outperforming state-of-the-art baselines across diverse benchmarks and scenarios.

Continual learning, involving sequential training on diverse tasks, often faces catastrophic forgetting. While knowledge distillation-based approaches exhibit notable success in preventing forgetting, we pinpoint a limitation in their ability to distill the cumulative knowledge of all the previous tasks. To remedy this, we propose Dense Knowledge Distillation (DKD). DKD uses a task pool to track the model's capabilities. It partitions the output logits of the model into dense groups, each corresponding to a task in the task pool. It then distills all tasks' knowledge using all groups. However, using all the groups can be computationally expensive, we also suggest random group selection in each optimization step. Moreover, we propose an adaptive weighting scheme, which balances the learning of new classes and the retention of old classes, based on the count and similarity of the classes. Our DKD outperforms recent state-of-the-art baselines across diverse benchmarks and scenarios. Empirical analysis underscores DKD's ability to enhance model stability, promote flatter minima for improved generalization, and remains robust across various memory budgets and task orders. Moreover, it seamlessly integrates with other CL methods to boost performance and proves versatile in offline scenarios like model compression.

Foundations

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

Your Notes