Image & Video

Resilience measure boosts trust in Neural Cellular Automata segmentation

New method predicts segmentation confidence without retraining or modifying NCA models.

Deep Dive

Neural Cellular Automata (NCA) offer a lightweight alternative to traditional encoder-decoder networks for medical image segmentation, but knowing when to trust their predictions remains a challenge. In a new paper accepted at MICCAI 2026, researchers from Helmholtz Munich and TU Munich introduce 'resilience'—a simple uncertainty measure that exploits the iterative nature of NCAs. By viewing the automaton as a dynamical system, they perturb the final state and observe whether the prediction reverts to the original (confident) or diverges (uncertain). This approach requires no model modification or retraining.

Evaluated on multiple medical segmentation benchmarks, resilience consistently outperforms baselines across selective prediction metrics (ΔDice@90 and AURC) and ranking metrics (AUROC and AUPRC). The method reliably flags failure cases, offering a practical path to improving safety in NCA-based clinical tools. The work highlights how intrinsic properties of NCAs—their iterative stability—can be leveraged for uncertainty estimation, a critical gap in deploying lightweight models for high-stakes medical imaging.

Key Points
  • Resilience measures prediction confidence by probing stability under small perturbations of the NCA state.
  • Outperforms baselines on ΔDice@90, AURC, AUROC, and AUPRC across multiple medical segmentation benchmarks.
  • No architectural changes or retraining required—works directly on pre-trained NCA models.

Why It Matters

Enables safer deployment of lightweight NCA models in clinical settings by reliably identifying uncertain predictions.