CVJul 22, 2022

Few-Shot Class-Incremental Learning via Entropy-Regularized Data-Free Replay

arXiv:2207.11213v1133 citationsh-index: 101
Originality Incremental advance
AI Analysis

This work addresses incremental learning with limited data for AI systems, offering a privacy-preserving solution, though it is incremental as it builds on existing replay and knowledge distillation methods.

The paper tackles the problem of few-shot class-incremental learning by showing that data replay is effective, contrary to prior claims, and proposes a data-free replay method with entropy regularization and relabeling to address privacy concerns and improve performance, achieving results like 67.2% accuracy on CIFAR-100.

Few-shot class-incremental learning (FSCIL) has been proposed aiming to enable a deep learning system to incrementally learn new classes with limited data. Recently, a pioneer claims that the commonly used replay-based method in class-incremental learning (CIL) is ineffective and thus not preferred for FSCIL. This has, if truth, a significant influence on the fields of FSCIL. In this paper, we show through empirical results that adopting the data replay is surprisingly favorable. However, storing and replaying old data can lead to a privacy concern. To address this issue, we alternatively propose using data-free replay that can synthesize data by a generator without accessing real data. In observing the the effectiveness of uncertain data for knowledge distillation, we impose entropy regularization in the generator training to encourage more uncertain examples. Moreover, we propose to relabel the generated data with one-hot-like labels. This modification allows the network to learn by solely minimizing the cross-entropy loss, which mitigates the problem of balancing different objectives in the conventional knowledge distillation approach. Finally, we show extensive experimental results and analysis on CIFAR-100, miniImageNet and CUB-200 to demonstrate the effectiveness of our proposed one.

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