English

Robust by Design: A Continuous Monitoring and Data Integration Framework for Medical AI

Computer Vision and Pattern Recognition 2026-04-13 v1

Abstract

Adaptive medical AI models often face performance drops in dynamic clinical environments due to data drift. We propose an autonomous continuous monitoring and data integration framework that maintains robust performance over time. Focusing on glomerular pathology image classification (proliferative vs. non-proliferative lupus nephritis), our three-stage method uses multi-metric feature analysis and Monte Carlo dropout-based uncertainty gating to decide when to retrain on new data. Only images statistically similar to the training distribution (via Euclidean, cosine, Mahalanobis metrics) and with low predictive entropy are integrated. The model is then incrementally retrained with these images under strict performance safeguards (no metric degradation >5%). In experiments with a ResNet18 ensemble on a multi-center dataset, the framework prevents performance degradation: new images were added without significant change in AUC (~0.92) or accuracy (~89%). This approach addresses data shift and avoids catastrophic forgetting, enabling sustained learning in medical imaging AI.

Keywords

Cite

@article{arxiv.2604.09009,
  title  = {Robust by Design: A Continuous Monitoring and Data Integration Framework for Medical AI},
  author = {Mohammad Daouk and Jan Ulrich Becker and Neeraja Kambham and Anthony Chang and Chandra Mohan and Hien Van Nguyen},
  journal= {arXiv preprint arXiv:2604.09009},
  year   = {2026}
}

Comments

Accepted at IEEE ISBI 2026. Chandra Mohan and Hien Van Nguyen jointly supervised this work