lowshot
Low-shot learning is a subfield of machine learning focused on enabling models to recognize and adapt to new concepts from a small number of labeled examples. In practice, low-shot is often discussed in the same regime as few-shot learning, typically involving one to five labeled examples per class, though the exact definitions vary. The goal is to generalize beyond seen classes to unseen classes with limited supervision, contrasting with traditional supervised learning that relies on large labeled datasets.
Approaches in low-shot learning commonly combine meta-learning, metric learning, and transfer learning. Meta-learning methods aim to
Common benchmarks include image classification datasets such as MiniImageNet, tieredImageNet, CIFAR-FS, and FC-100, as well as