nnDetection icon indicating copy to clipboard operation
nnDetection copied to clipboard

[Question] Impact of empty GT

Open Thibescobar opened this issue 1 year ago • 2 comments

Hello,

I'm wondering what to do with datasets where a proportion of samples has nothing to be detected (eg, no lesion).

Should I include this data with empty label maps (so that the model learns the background better?)? Or should I exclude this data because we still need at least one item to detect? Or does it make no difference?

Thanks in advance for your advice.

Thibescobar avatar Jun 13 '24 15:06 Thibescobar

Dear @Thibescobar ,

yes, I would generally recommend to include healthy/negative cases in your dataset as well. While positive cases also provide background information during training (due to the patch based sampling) there can always be other changes in not annotated structures which might differ between a negative and positive case.

In previous studies we have also observed, that detection networks are far less likely to make mistakes (FP) in negative cases rather than in positive ones.

Best, Michael

mibaumgartner avatar Jun 18 '24 06:06 mibaumgartner

Thank you very much !

tbskbr avatar Jun 18 '24 11:06 tbskbr

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Jul 19 '24 01:07 github-actions[bot]

This issue was closed because it has been inactive for 14 days since being marked as stale.

github-actions[bot] avatar Aug 03 '24 01:08 github-actions[bot]