Related Experiment Video
Updated: Jun 13, 2026

A Live-cell Image-Based Machine Learning Strategy to Monitor Pluripotent Stem Cell Differentiation
Published on: October 4, 2024
Continual Learning for Histopathology Image Classification in Class-Incremental Learning
Yuanyuan Wu1, Yu Zhao1, Anca Ralescu1
1Department of Computer Science, University of Cincinnati, 2901 Woodside Drive, Cincinnati, OH 45221, USA.
None:
Background: Continual learning (CL) is increasingly important for developing adaptive clinical AI models; however, its application to histopathology remains challenging due to privacy constraints, expanding diagnostic categories, and staining variability. We investigate CL for histopathology image classification under a class-incremental learning (CIL) scenario, where new diagnostic categories are introduced sequentially. Methods: We benchmark representative regularization-, replay-, architecture-, and prompt-based CL methods on the NCT-CRC-HE-100K dataset, with additional validation on CRC-HE-7K. We compare four normalization strategies and analyze the effects of replay buffer size and training epochs. In addition to average accuracy and forgetting, we conduct clinical relevance and error analysis using confusion matrices, ROC curves, and misclassification cases, then assess training dynamics and computational efficiency. Results: Dataset-level normalization consistently achieves the best performance among the evaluated normalization strategies. Among replay-based methods, DER++ achieves strong performance when previous-task images can be stored and replayed, reaching an average accuracy of 94.77±1.82 and forgetting of 3.66±1.73 with a buffer size of 500 and 50 training epochs. However, it requires higher memory usage, longer training time, and storage of previous samples. Among prompt-based methods, DualPrompt performs best with 5 epochs, reaching an average accuracy of 88.97±0.60 and forgetting of 7.70±1.21 while showing smoother training behavior and lower computational cost. Conclusions: Replay-based methods achieve higher accuracy and lower forgetting when exemplar storage and sufficient computational resources are available, but introduce higher computational and privacy costs. Prompt-based methods provide a competitive exemplar-free alternative under privacy- and resource-constrained settings. Dataset-level normalization is also important for stable CL performance in histopathology CIL.