paper-with-me

홈 › Papers

Less is More: On the Feature Redundancy of Pretrained Models When Transferring to Few-shot Tasks

2023-10-05 · Xu Luo, Difan Zou, Lianli Gao, Zenglin Xu, Jingkuan Song

Transferring a pretrained model to a downstream task can be as easy as conducting linear probing with target data, that is, training a linear classifier upon frozen features extracted from the pretrained model. As there may exist significant gaps between pretraining and downstream datasets, one may ask whether all dimensions of the pretrained features are useful for a given downstream task. We show that, for linear probing, the pretrained features can be extremely redundant when the downstream data is scarce, or few-shot. For some cases such as 5-way 1-shot tasks, using only 1\% of the most important feature dimensions is able to recover the performance achieved by using the full representation. Interestingly, most dimensions are redundant only under few-shot settings and gradually become useful when the number of shots increases, suggesting that feature redundancy may be the key to characterizing the "few-shot" nature of few-shot transfer problems. We give a theoretical understanding of this phenomenon and show how dimensions with high variance and small distance between class centroids can serve as confounding factors that severely disturb classification results under few-shot settings. As an attempt at solving this problem, we find that the redundant features are difficult to identify accurately with a small number of training samples, but we can instead adjust feature magnitude with a soft mask based on estimated feature importance. We show that this method can generally improve few-shot transfer performance across various pretrained models and downstream datasets.

📄 PDF Abstract BibTeX arXiv:2310.03843

Code (0)

등록된 구현이 없습니다.

Tasks

Feature Importance

Similar Papers 제목 키워드 기반

Analyzing Redundancy in Pretrained Transformer Models

2020-04-08 · EMNLP 2020 11 · Fahim Dalvi, Hassan Sajjad, Nadir Durrani, Yonatan Belinkov

Transformer-based deep NLP models are trained using hundreds of millions of parameters, limiting their applicability in computationally constrained environments. In this paper, we study the cause of these limitations by …

Transfer Learning

PLATE: Plasticity-Tunable Efficient Adapters for Geometry-Aware Continual Learning

2026-02-03 · Romain Cosentino arxiv

We develop a continual learning method for pretrained models that \emph{requires no access to old-task data}, addressing a practical barrier in foundation model adaptation where pretraining distributions are often unavai…

Continual Learning

SVT: Supertoken Video Transformer for Efficient Video Understanding

2023-04-01 · Chenbin Pan, Rui Hou, Hanchao Yu, Qifan Wang 외

Whether by processing videos with fixed resolution from start to end or incorporating pooling and down-scaling strategies, existing video transformers process the whole video content throughout the network without specia…

Video Understanding

Deep Feature Selection for Anomaly Detection Based on Pretrained Network and Gaussian Discriminative Analysis

2022-09-12 · IEEE Open Journal of Instrumentation and Measurement (Volume: 1) 2022 9 · Jie Lin, Song Chen, Enping Lin, Yu Yang

Deep learning neural network serves as a powerful tool for visual anomaly detection (AD) and fault diagnosis, attributed to its strong abstractive interpretation ability in the representation domain. The deep features fr…

Anomaly DetectionFault Diagnosisfeature selection

Group Orthogonal Low-Rank Adaptation for RGB-T Tracking

2025-12-05 · Zekai Shao, Yufan Hu, Jingyuan Liu, Bin Fan 외 arxiv

Parameter-efficient fine-tuning has emerged as a promising paradigm in RGB-T tracking, enabling downstream task adaptation by freezing pretrained parameters and fine-tuning only a small set of parameters. This set forms …

parameter-efficient fine-tuningRgb-T Tracking