TL;DR
This paper introduces episode-specific fine-tuning methods combined with meta-learning to improve metric-based few-shot classifiers, enabling rapid adaptation to new classes with limited data while reducing overfitting.
Contribution
It proposes novel fine-tuning techniques and a meta-learning framework that enhance the adaptability and robustness of metric-based few-shot learning models across audio domains.
Findings
Consistent performance improvements across all evaluated models.
Effective adaptation to diverse audio datasets.
Reduction of overfitting through combined fine-tuning and meta-training.
Abstract
In few-shot classification tasks (so-called episodes), a small set of labeled support samples is provided during inference to aid the classification of unlabeled query samples. Metric-based models typically operate by computing similarities between query and support embeddings within a learned metric space, followed by nearest-neighbor classification. However, these labeled support samples are often underutilized--they are only used for similarity comparison, despite their potential to fine-tune and adapt the metric space itself to the classes in the current episode. To address this, we propose a series of simple yet effective episode-specific, during-inference fine-tuning methods for metric-based models, including Rotational Division Fine-Tuning (RDFT) and its two variants, Iterative Division Fine-Tuning (IDFT) and Augmented Division Fine-Tuning (ADFT). These methods construct pseudo…
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
MethodsSparse Evolutionary Training
