Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to use image volumes with no boxes for training as negatives #6791

Closed
AceMcAwesome77 opened this issue Jul 27, 2023 · 1 comment
Closed

Comments

@AceMcAwesome77
Copy link

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!

@KumoLiu
Copy link
Contributor

KumoLiu commented Jul 28, 2023

Hi @AceMcAwesome77,

I hope it helps, thanks! (convert to discussion for now)

@Project-MONAI Project-MONAI locked and limited conversation to collaborators Jul 28, 2023
@KumoLiu KumoLiu converted this issue into discussion #6792 Jul 28, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants