Project-MONAI / MONAI

AI Toolkit for Healthcare Imaging
https://monai.io/
Apache License 2.0
5.9k stars 1.09k forks source link

AI Inference trace #8208

Open vikashg opened 1 week ago

vikashg commented 1 week ago

Is your feature request related to a problem? Please describe. What we want is that, along with model inference, there is a file (either JSON, TXT, or XML) which contains all the information required to trace back the result to the source.

Often in hospital environments, the doctors and AI scientists want to know what operations are performed on the patient data. They should be able to look it up when needed. This ability will instill confidence in making decisions on patients as well as do root cause analysis on the data.

The goal of this feature request is to decide on a schema about what are the important datapoints that should be collected for inference monitoring.

Here is a proposed schema/list of attributes to be collected during inference.

vikashg commented 1 week ago

I am also not sure if this should be in MONAI Deploy App SDK or MONAI Core. I believe it should be a feature in the MONAI Core. The tooling might need to change for monai deploy.