Data Generation Methods for Training Deep Learning Detection and Segmentation Models under Scarce Supervision
Deep Learning (DL) has proven its great ability in producing models able to tackle a large variety of problems, including object detection and segmentation. However, in order to attain a good performance, DL frameworks need large amounts of data to train domain-specific models; in many real-world applications, obtaining such data may be challenging. This is the reason behind data augmentation strategies, which aim at training powerful DL models when data is scarce for the task at hand. When data is extremely scarce, even these methods may result insufficient.
This thesis has the goal of developing novel techniques for training models in data scarcity conditions using geometrical and statistical methods combined with generative AI frameworks to create new data to be used for training Computer Vision models. It will focus especially on biomedical imaging, where collecting and annotating application-specific data is costly and time-consuming.
The methodological approach is based on three steps: ;
- ;
- Instance Generation: realistically generate Ground Truth annotations for single objects ;
- Mask Composition: combine GTs created at point 1 to create realistic mask annotations ;
- Texture Synthesis: create a realistic image or volume given the GTs created at point 2 using DL generative frameworks ;
Back to Current Students