Questions tagged [few-shot-learning]
9 questions
4
votes
1 answer
What is the difference between fine tuning and variants of few shot learning?
I am trying to understand the concept of fine-tuning and few-shot learning.
I understand the need for fine-tuning. It is essentially tuning a pre-trained model to a specific downstream task.
However, recently I have seen a plethora of blog posts…

Exploring
- 223
- 6
- 16
4
votes
1 answer
How is few-shot learning different from transfer learning?
To my understanding, transfer learning helps to incorporate data from other related datasets and achieve the task with less labelled data (maybe in 100s of images per category).
Few-shot learning seems to do the same, with maybe 5-20 images per…

Geneveve08
- 61
- 1
- 3
4
votes
2 answers
What are some use cases of few-shot learning?
Besides computer vision and image classification, what other use cases/applications are for few-shot learning?

etang
- 141
- 2
2
votes
0 answers
In few-shot classification, should I use my custom dataset as the validation dataset and mini-ImageNet as the training dataset?
I am new to few-shot learning, and I wanted to get a hands-on understanding of it, using Reptile algorithm, applied to my custom dataset.
My custom dataset has 30 categories, with 5 images per category, so this would be a 30 way 5 shot.
Given a new…

Geneveve08
- 61
- 1
- 3
1
vote
0 answers
What is the difference between prompt tuning and prefix tuning?
I read prompt tuning and prefix tuning are two effective mechanisms to leverage frozen language models to perform downstream tasks. What is the difference between the two and how they work really?
Prompt Tuning:…

Exploring
- 223
- 6
- 16
0
votes
1 answer
What is the difference betwen fine runing and rlhf for llm?
I am confused about the difference betwen fine runing and rlhf for llm. When to use what? I know RLHF need to creating a reward model which at furst rates responses to align the responses to the human preferences and afterward using this reward…

Exploring
- 223
- 6
- 16
0
votes
0 answers
how to approach this problem (open set classification of diverse folder of images)
suppose we are presented with a folder of images. the task is just detect if any new image should belong in this folder or not.
in this folder, there may be natural groups of images that are similar to each other, but the groups themselves are very…

new coding
- 1
- 1
0
votes
0 answers
How to model a few shot image classification task similar to a traditional supervised one?
I want to train an image classification model. I have 10 classes with 15 images per class. Since the data is very less, I thought of modeling the problem as a few-shot image classification task and try experimenting with networks such as a…
0
votes
1 answer
Using GANs to generate data augmentations for YOLOv5
I was building a YOLOv5 object detection model, and was looking into researching synthetic methods like GANs to increase the size of my training set in an unsupervised manner.
I know that few-shot GANs can be used to "hallucinate" images and labels…

Nebula
- 3
- 1