LGAICVMar 14, 2023

ICICLE: Interpretable Class Incremental Continual Learning

arXiv:2303.07811v236 citationsh-index: 66
Originality Incremental advance
AI Analysis

It addresses interpretability issues for users in continual learning, but is incremental as it builds on concept-based models.

The paper tackles interpretability concept drift in continual learning by proposing ICICLE, an exemplar-free method that reduces drift and outperforms existing exemplar-free approaches in class-incremental learning.

Continual learning enables incremental learning of new tasks without forgetting those previously learned, resulting in positive knowledge transfer that can enhance performance on both new and old tasks. However, continual learning poses new challenges for interpretability, as the rationale behind model predictions may change over time, leading to interpretability concept drift. We address this problem by proposing Interpretable Class-InCremental LEarning (ICICLE), an exemplar-free approach that adopts a prototypical part-based approach. It consists of three crucial novelties: interpretability regularization that distills previously learned concepts while preserving user-friendly positive reasoning; proximity-based prototype initialization strategy dedicated to the fine-grained setting; and task-recency bias compensation devoted to prototypical parts. Our experimental results demonstrate that ICICLE reduces the interpretability concept drift and outperforms the existing exemplar-free methods of common class-incremental learning when applied to concept-based models.

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