Open kundtx opened 1 year ago
(Instructor) Why do you choose Prototypical Network instead of other few-shot learning methods? (What is its advantage)
G1 Haizhou Liu: Very good job on few-shot human activiy recognition! May I ask: 1) is the dataset collected by the authors? If not, what is the data source? 2) By few-shot, how few is it (can you provide a statistic)? Thanks!
@yang2011 (Instructor) Why do you choose Prototypical Network instead of other few-shot learning methods? (What is its advantage)
G14 Chaohao Yuan: Thanks for your question Prof.Li, this is a very good question. We have two considerations here:
The initial goal of our project is to improve the accuracy of every classes. Thus, we was intended to add an additional continual learning after the Prototical Network, to improve the accuracy of few-shot classes and don't affect the accuracy of original classes as much as possible. However, we find that after the Prototype Network, the accuracy of few-shot classes is compatible to the accuracy of original classes. Thus, we consider we don't need another continual learning part anymore.
@Prof-Greatfellow G1 Haizhou Liu: Very good job on few-shot human activiy recognition! May I ask: 1) is the dataset collected by the authors? If not, what is the data source? 2) By few-shot, how few is it (can you provide a statistic)? Thanks!
G14 Chaohao Yuan: Thanks for your questions Haizhou!
If you have any further questions, please let me know.
@yang2011 (Instructor) Why do you choose Prototypical Network instead of other few-shot learning methods? (What is its advantage)
G14 Chaohao Yuan: Thanks for your question Prof.Li, this is a very good question. We have two considerations here:
- When we need to add a new class that only has few samples, we don't need to access to the original training dataset or fine-tune the neural network. These two advantages can be useful to real-world applications. For example, if the user has a activities classifier, he or she can feel free to add a new motion to let the classifier to identify. We have 3 advantages in this example: i). The system doesn't need to store original dataset, which might be memory-consuming. ii). The processing will be very fast and don't need expensive hardware, because we only need to find the prototype of the new class and don't need to finetune(train the neural network). iii). Prototype can solve few-shot learning in our setting, so the user only need to collect few data to define a new motion.
- When we do few-shot learning, fine-tuning may harm the accuracy to the orignal motion activities. When we use Prototypical Network, the only thing we need to do is calculate the prototypes of each class, and it would affected original classes less.
The initial goal of our project is to improve the accuracy of every classes. Thus, we was intended to add an additional continual learning after the Prototical Network, to improve the accuracy of few-shot classes and don't affect the accuracy of original classes as much as possible. However, we find that after the Prototype Network, the accuracy of few-shot classes is compatible to the accuracy of original classes. Thus, we consider we don't need another continual learning part anymore.
Thanks for the detailed answer.
http://8.129.175.102/lfd2022fall-poster-session/14.html