Neural Cellular Automata for Lightweight, Robust and Explainable Classification of White Blood Cell Images
Michael Deutges, Ario Sadafi, Nassir Navab, Carsten Marr
TL;DR
Diagnosis of hematological malignancies relies on accurate white blood cell (WBC) identification from peripheral blood smears, but deep learning methods often struggle with domain shifts and lack of interpretability. We propose Neural Cellular Automata (NCA) as a lightweight, robust backbone for single WBC classification, extracting discriminative features through iterative local updates on a $64\times64$ grid and classifying with a small MLP. The system uses $n=128$ channels and $k=64$ update steps, achieving competitive accuracy with only about $86{,}000$ parameters across three datasets, and provides explainability via Layer-wise Relevance Propagation. These properties enable cross-domain robustness and potential deployment in clinical settings and low-resource environments.
Abstract
Diagnosis of hematological malignancies depends on accurate identification of white blood cells in peripheral blood smears. Deep learning techniques are emerging as a viable solution to scale and optimize this process by automatic cell classification. However, these techniques face several challenges such as limited generalizability, sensitivity to domain shifts, and lack of explainability. Here, we introduce a novel approach for white blood cell classification based on neural cellular automata (NCA). We test our approach on three datasets of white blood cell images and show that we achieve competitive performance compared to conventional methods. Our NCA-based method is significantly smaller in terms of parameters and exhibits robustness to domain shifts. Furthermore, the architecture is inherently explainable, providing insights into the decision process for each classification, which helps to understand and validate model predictions. Our results demonstrate that NCA can be used for image classification, and that they address key challenges of conventional methods, indicating a high potential for applicability in clinical practice.
