Questions tagged [few-shot-learning]
7 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
- 371
- 7
- 18
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
- 151
- 2
3
votes
2 answers
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
- 371
- 7
- 18
3
votes
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
- 371
- 7
- 18
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
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