paper-with-me

Papers

ICICLE: Interpretable Class Incremental Continual Learning

2023-03-14 · ICCV 2023 1 · Dawid Rymarczyk, Joost Van de Weijer, Bartosz Zieliński, Bartłomiej Twardowski

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.

📄 PDF Abstract BibTeX arXiv:2303.07811

Code (1)

gmum/icicle 공식 구현 pytorch

Tasks

class-incremental learningClass Incremental LearningContinual LearningExemplar-FreeIncremental LearningTransfer Learning

Similar Papers 제목 키워드 기반

ICICLE: Expanding Retrieval with In-Context Documents

2026-05-26 · Yu-Chen Den, Yung-Yu Shih, Zhi Rui Tam, Kuan-Yu Chen 외 arxiv

Generative retrieval (GR) maps queries directly to document identifiers (docids) using parametric knowledge, However, this design makes corpus expansion costly: adding new documents requires updating model parameters to …

CI-CBM: Class-Incremental Concept Bottleneck Model for Interpretable Continual Learning

2026-04-16 · Amirhosein Javadi, Tuomas Oikarinen, Tara Javidi, Tsui-Wei Weng arxiv

Catastrophic forgetting remains a fundamental challenge in continual learning, in which models often forget previous knowledge when fine-tuned on a new task. This issue is especially pronounced in class incremental learn…

Class Incremental LearningContinual Learning

ProtoFlow: Mitigating Forgetting in Class-Incremental Remote Sensing Segmentation via Low-Curvature Prototype Flow

2026-04-03 · Jiekai Wu, Rong Fu, Chuangqi Li, Zijian Zhang 외 arxiv

Remote sensing segmentation in real deployment is inherently continual: new semantic categories emerge, and acquisition conditions shift across seasons, cities, and sensors. Despite recent progress, many incremental appr…

Incremental Learning

DLCFT: Deep Linear Continual Fine-Tuning for General Incremental Learning

2022-08-17 · Hyounguk Shon, Janghyeon Lee, Seung Hwan Kim, Junmo Kim

Pre-trained representation is one of the key elements in the success of modern deep learning. However, existing works on continual learning methods have mostly focused on learning models incrementally from scratch. In th…

class-incremental learningClass Incremental LearningContinual Learningimage-classification+2

Is Class-Incremental Enough for Continual Learning?

2021-12-06 · Andrea Cossu, Gabriele Graffieti, Lorenzo Pellegrini, Davide Maltoni 외

The ability of a model to learn continually can be empirically assessed in different continual learning scenarios. Each scenario defines the constraints and the opportunities of the learning environment. Here, we challen…

Computational EfficiencyContinual Learning