LearnablePromptSAM
LearnablePromptSAM copied to clipboard
About one-shot and zero shot learning
Hi!
As reported in the technical report, promptSAM utilized one shot and zero-shot learning.
What is the implementation detail? To be more specific, which data are used for training? And for one-shot learning, how did you utilize the supporting one image?
Many thanks
Thank you for your question. We choose one sample from the training set of the dataset to train the model by one-shot learning. For example, we randomly choose one image and the mask from the IDRiD segmentation dataset and then evaluate the model at the test set. The zero-shot is to evaluate the model learned by the one-shot learning to other datasets (For example, trained at IDRiD, evaluated at DDR).