Project-MONAI / GenerativeModels

MONAI Generative Models makes it easy to train, evaluate, and deploy generative models and related applications
Apache License 2.0
588 stars 81 forks source link

Potential feature: One-shot generative models based on single training image #337

Open RichardObi opened 1 year ago

RichardObi commented 1 year ago

For use-cases where there are very few training images (e.g. perhaps rare diseases), it could be nice to augment the data using one-shot generative models. Could this be something of interest to have in MONAI GenerativeModels? Example models include sinfusion, SinGAN, OneShotGAN, ConSinGAN

Warvito commented 1 year ago

That sounds like a good idea, @RichardObi ^^ I need to get more familiar with these methods yet. For our package, which one of them do you think we start with? Which one looks more promising for medical data (2D and 3D)?

RichardObi commented 1 year ago

Cool :) Often these methods learn from patches of the training image or train multiple generators that iteratively scale the training image up with some variation in each step.