paper-with-me

홈 › Papers

Partial Is Better Than All: Revisiting Fine-tuning Strategy for Few-shot Learning

2021-02-08 · Zhiqiang Shen, Zechun Liu, Jie Qin, Marios Savvides, Kwang-Ting Cheng

The goal of few-shot learning is to learn a classifier that can recognize unseen classes from limited support data with labels. A common practice for this task is to train a model on the base set first and then transfer to novel classes through fine-tuning (Here fine-tuning procedure is defined as transferring knowledge from base to novel data, i.e. learning to transfer in few-shot scenario.) or meta-learning. However, as the base classes have no overlap to the novel set, simply transferring whole knowledge from base data is not an optimal solution since some knowledge in the base model may be biased or even harmful to the novel class. In this paper, we propose to transfer partial knowledge by freezing or fine-tuning particular layer(s) in the base model. Specifically, layers will be imposed different learning rates if they are chosen to be fine-tuned, to control the extent of preserved transferability. To determine which layers to be recast and what values of learning rates for them, we introduce an evolutionary search based method that is efficient to simultaneously locate the target layers and determine their individual learning rates. We conduct extensive experiments on CUB and mini-ImageNet to demonstrate the effectiveness of our proposed method. It achieves the state-of-the-art performance on both meta-learning and non-meta based frameworks. Furthermore, we extend our method to the conventional pre-training + fine-tuning paradigm and obtain consistent improvement.

📄 PDF Abstract BibTeX arXiv:2102.03983

Code (0)

등록된 구현이 없습니다.

Tasks

AllFew-Shot LearningMeta-Learning

Similar Papers 제목 키워드 기반

The Group Robustness is in the Details: Revisiting Finetuning under Spurious Correlations

2024-07-19 · Tyler LaBonte, John C. Hill, Xinchen Zhang, Vidya Muthukumar 외

Modern machine learning models are prone to over-reliance on spurious correlations, which can often lead to poor performance on minority groups. In this paper, we identify surprising and nuanced behavior of finetuned mod…

Partial Fine-Tuning: A Successor to Full Fine-Tuning for Vision Transformers

2023-12-25 · Peng Ye, Yongqi Huang, Chongjun Tu, Minglei Li 외

Fine-tuning pre-trained foundation models has gained significant popularity in various research fields. Existing methods for fine-tuning can be roughly divided into two categories, namely Parameter-Efficient Fine-Tuning …

parameter-efficient fine-tuning

Revisiting Parameter-Efficient Tuning: Are We Really There Yet?

2022-02-16 · Guanzheng Chen, Fangyu Liu, Zaiqiao Meng, Shangsong Liang

Parameter-Efficient Tuning (PETuning) methods have been deemed by many as the new paradigm for using pretrained language models (PLMs). By tuning just a fraction amount of parameters comparing to full model finetuning, P…

Robust Few-Shot Vision-Language Model Adaptation

2025-06-05 · Hanxin Wang, Tian Liu, Shu Kong

Pretrained VLMs achieve strong performance on downstream tasks when adapted with just a few labeled examples. As the adapted models inevitably encounter out-of-distribution (OOD) test data that deviates from the in-distr…

Language ModelingLanguage ModellingmodelRetrieval

Explicit Induction Bias for Transfer Learning with Convolutional Networks

2018-01-01 · ICLR 2018 1 · Xuhong LI, Yves GRANDVALET, Franck Davoine

In inductive transfer learning, fine-tuning pre-trained convolutional networks substantially outperforms training from scratch. When using fine-tuning, the underlying assumption is that the pre-trained model extracts gen…

Transfer Learning