[edit]
Tree of Concepts: Interpretable Continual Learners in Non-Stationary Clinical Domains
Proceedings of the 11th Machine Learning for Healthcare Conference, PMLR 340:394-409, 2026.
Abstract
Continual learning updates models under distribution shift while limiting performance loss on previously seen data, but clinical use also motivates inspectable interfaces that can be compared across model versions. We propose Tree of Concepts, which uses a shallow decision tree to define a fixed vocabulary of root-to-leaf rules and sequentially updates a neural concept predictor and label head with replay. The association between each concept ID and its rule is fixed; predicted concept assignments and the concept-to-label mapping remain adaptive. Across the evaluated health-related tabular protocols, Tree of Concepts attains the highest or tied mean past- and current-slice scores among the compared methods. These comparisons are descriptive point estimates rather than evidence of statistical superiority. Leaf-assignment agreement with the frozen tree ranges from 0.81 to 0.91, indicating that a fixed vocabulary does not imply invariant instance-level explanations. The results motivate further evaluation of fixed rule vocabularies as longitudinally comparable interfaces for continually updated tabular models.