Replies: 1 comment
-
thanks, I'm creating a new feature request for this. |
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
-
Hi,
I recently encountered an interesting data augmentation technique that could be relevant for segmentation tasks, it's called "copy-paste" augmentation as presented in: https://arxiv.org/pdf/2012.07177v2.pdf.
Here is an image from the paper to better illustrate the concept:
The paper deals with semantic segmentation tasks in regular 2D images where this kind of augmentation makes more sense (croping and pasting different objects into unrelated scenes) but it could also help in detecting tumors and such in the medical domain.
According to the paper, this could be useful, especially for problems with few data examples as is the case in most medical imaging problems.
Here is another paper that uses a similar technique for lesions segmentation:
https://arxiv.org/ftp/arxiv/papers/2203/2203.10507.pdf
Correct me if I'm wrong but I couldn't find anything like that in the current MONAI augmentations so I would like you guys to consider adding it.
Thanks for the great work,
Sasha
Beta Was this translation helpful? Give feedback.
All reactions