Skip to content

How does autoseg3d handle empty ground truth? #7389

Answered by KumoLiu
pwrightkcl asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @pwrightkcl, the foreground and background in segmentation represent positive and negative samples, respectively. Of course, you are correct that entering negative samples for the network is beneficial, but more is not always better, so when we have a relatively small proportion of foreground, we will also try to sample more positive samples or use weighted losses to improve the training.
https://github.com/Project-MONAI/research-contributions/blob/2449b45dabd859afa21a4dbba8f8f583f40c7920/auto3dseg/algorithm_templates/dints/configs/hyper_parameters.yaml#L56
https://github.com/Project-MONAI/research-contributions/blob/2449b45dabd859afa21a4dbba8f8f583f40c7920/auto3dseg/algorithm_template…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@pwrightkcl
Comment options

Answer selected by pwrightkcl
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants