LGAICVFeb 27, 2025

Walking the Web of Concept-Class Relationships in Incrementally Trained Interpretable Models

arXiv:2502.20393v11 citationsh-index: 9Has CodeAAAI
Originality Highly original
AI Analysis

This work addresses a realistic dynamic setting in incremental learning for interpretable AI, which is incremental as it builds on existing concept-based methods.

The paper tackles the problem of concept-based models in incremental learning, where new classes may rely on older concepts, by proposing MuCIL, a method that uses multimodal concepts aligned to natural language for interpretability, achieving over 2× the classification performance in some cases compared to other concept-based models.

Concept-based methods have emerged as a promising direction to develop interpretable neural networks in standard supervised settings. However, most works that study them in incremental settings assume either a static concept set across all experiences or assume that each experience relies on a distinct set of concepts. In this work, we study concept-based models in a more realistic, dynamic setting where new classes may rely on older concepts in addition to introducing new concepts themselves. We show that concepts and classes form a complex web of relationships, which is susceptible to degradation and needs to be preserved and augmented across experiences. We introduce new metrics to show that existing concept-based models cannot preserve these relationships even when trained using methods to prevent catastrophic forgetting, since they cannot handle forgetting at concept, class, and concept-class relationship levels simultaneously. To address these issues, we propose a novel method - MuCIL - that uses multimodal concepts to perform classification without increasing the number of trainable parameters across experiences. The multimodal concepts are aligned to concepts provided in natural language, making them interpretable by design. Through extensive experimentation, we show that our approach obtains state-of-the-art classification performance compared to other concept-based models, achieving over 2$\times$ the classification performance in some cases. We also study the ability of our model to perform interventions on concepts, and show that it can localize visual concepts in input images, providing post-hoc interpretations.

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