Welcome to the DataMonitor documentation. This tool is designed for:
- Detecting Out-of-Distribution (OOD) inputs in medical imaging datasets.
- Monitoring dataset drift over time for AI/ML models.
DataMonitor is modular and contains three core modules:
- Feature Extraction: Supervised and unsupervised learning methods for image feature extraction.
- OOD Detection: Employs similarity and distance metrics to identify OOD inputs.
- Data Drift Monitoring: Leverages Statistical Process Control (SPC) techniques to flag data drift.
The source code for DataMonitor is publicly available on GitHub.
👉 GitHub Repository: DataMonitor
Feel free to explore the code, contribute, or raise issues.
If you use DataMonitor in your work, please cite the following paper:
Zamzmi, Ghada, et al. "Out-of-Distribution Detection and Radiological Data Monitoring Using Statistical Process Control." Journal of Imaging Informatics in Medicine (2024): 1-19.
Here are the key sections of the DataMonitor documentation: