Approximate PR/ROC AUC Metics On Large Data During Training #2982
EricZimmermann
started this conversation in
Ideas
Replies: 1 comment 8 replies
-
would be nice to have a pull request for discussion. reminds me of this code from @yiheng-wang-nv https://github.com/Project-MONAI/tutorials/blob/77382cdb36fd9b99a693e2588a769fbc4f69cb06/kaggle/RANZCR/4th_place_solution/utils.py#L104-L116 |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
During my work, I've encountered issues when aiming to compute PR AUC on large MRI volumes during training without impacting train time. To account for this, I've written some code to approximate these curves quickly on the gpu as a Ignite Metric. I assume I can estimate the upper and lower bounds of my models output and use these estimates to discretize the integral over predefined thresholds.
Is this code worth contributing?
Beta Was this translation helpful? Give feedback.
All reactions