Meta-Baseline: Exploring Simple Meta-Learning for Few-Shot Learning 论文

20212021 IEEE/CVF International Conference on Computer Vision (ICCV)引用 433
Domain Adaptation and Few-Shot LearningMultimodal Machine Learning ApplicationsCancer-related molecular mechanisms research

详细信息

发表期刊/会议
2021 IEEE/CVF International Conference on Computer Vision (ICCV)
发表日期
2021-10-01
发表年份
2021

关键词

Domain Adaptation and Few-Shot LearningMultimodal Machine Learning ApplicationsCancer-related molecular mechanisms research

摘要

Meta-learning has been the most common framework for few-shot learning in recent years. It learns the model from collections of few-shot classification tasks, which is believed to have a key advantage of making the training objective consistent with the testing objective. However, some recent works report that by training for whole-classification, i.e. classification on the whole label-set, it can get comparable or even better embedding than many meta-learning algorithms. The edge between these two lines of works has yet been underexplored, and the effectiveness of meta-learning in few-shot learning remains unclear. In this paper, we explore a simple process: meta-learning over a whole-classification pre-trained model on its evaluation metric. We observe this simple method achieves competitive performance to state-of-the-art methods on standard bench-marks. Our further analysis shed some light on understanding the trade-offs between the meta-learning objective and the whole-classification objective in few-shot learning. Our code is available at https://github.com/yinboc/few-shot-meta-baseline.