Discriminative Sample-Guided and Parameter-Efficient Feature Space Adaptation for Cross-Domain Few-Shot Learning
Rashindrie Perera, Saman Halgamuge

TL;DR
This paper proposes a lightweight, parameter-efficient method for cross-domain few-shot classification that improves accuracy and clustering by combining a linear feature transformation with a discriminative loss, setting new state-of-the-art results.
Contribution
It introduces a novel, parameter-efficient adaptation strategy and a discriminative sample-aware loss for improved cross-domain few-shot learning.
Findings
Achieves up to 7.7% accuracy improvement on unseen datasets.
Reduces trainable parameters by approximately 3 times.
Sets new state-of-the-art performance on Meta-Dataset benchmark.
Abstract
In this paper, we look at cross-domain few-shot classification which presents the challenging task of learning new classes in previously unseen domains with few labelled examples. Existing methods, though somewhat effective, encounter several limitations, which we alleviate through two significant improvements. First, we introduce a lightweight parameter-efficient adaptation strategy to address overfitting associated with fine-tuning a large number of parameters on small datasets. This strategy employs a linear transformation of pre-trained features, significantly reducing the trainable parameter count. Second, we replace the traditional nearest centroid classifier with a discriminative sample-aware loss function, enhancing the model's sensitivity to the inter- and intra-class variances within the training set for improved clustering in feature space. Empirical evaluations on the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning
MethodsSparse Evolutionary Training
