Ability to use image volumes with no boxes for training as negatives #6792
Unanswered
AceMcAwesome77
asked this question in
Q&A
Replies: 1 comment
-
Hi @AceMcAwesome77,
I hope it helps, thanks! (convert to discussion for now) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I think it would be an important improvement of the MONAI detector models to have the ability to include "negative" image volumes, i.e. image volumes with no pathology bounding boxes, in the training dataset. The current RetinaNet 3D code for example requires each image volume to have at least 1 bounding box. There are many real-world examples where we would need negatives to train an accurate model. For example, if training a model to detect blood clots in a particular artery, you would also need to include image volumes showing that artery without any clot - otherwise, if you only trained on images of clotted arteries at that location, the detector would just classify that artery location as positive whether it was clotted or not.
I made some minor changes to the Retinanet 3D code that accomplished this, but there may be a more efficient way than mine so I did not branch any code. I have expanded on this issue in more detail here:
Project-MONAI/tutorials#1292
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions