paper-with-me

Papers

Powering Finetuning in Few-Shot Learning: Domain-Agnostic Bias Reduction with Selected Sampling

2022-04-07 · Ran Tao, Han Zhang, Yutong Zheng, Marios Savvides

In recent works, utilizing a deep network trained on meta-training set serves as a strong baseline in few-shot learning. In this paper, we move forward to refine novel-class features by finetuning a trained deep network. Finetuning is designed to focus on reducing biases in novel-class feature distributions, which we define as two aspects: class-agnostic and class-specific biases. Class-agnostic bias is defined as the distribution shifting introduced by domain difference, which we propose Distribution Calibration Module(DCM) to reduce. DCM owes good property of eliminating domain difference and fast feature adaptation during optimization. Class-specific bias is defined as the biased estimation using a few samples in novel classes, which we propose Selected Sampling(SS) to reduce. Without inferring the actual class distribution, SS is designed by running sampling using proposal distributions around support-set samples. By powering finetuning with DCM and SS, we achieve state-of-the-art results on Meta-Dataset with consistent performance boosts over ten datasets from different domains. We believe our simple yet effective method demonstrates its possibility to be applied on practical few-shot applications.

📄 PDF Abstract BibTeX arXiv:2204.03749

Code (0)

등록된 구현이 없습니다.

Tasks

Few-Shot Learning

Similar Papers 제목 키워드 기반

On the Importance of Distractors for Few-Shot Classification

2021-09-20 · ICCV 2021 10 · Rajshekhar Das, Yu-Xiong Wang, JoséM. F. Moura

Few-shot classification aims at classifying categories of a novel task by learning from just a few (typically, 1 to 5) labelled examples. An effective approach to few-shot classification involves a prior model trained on…

ClassificationContrastive Learning

Large-Scale Bidirectional Training for Zero-Shot Image Captioning

2022-11-13 · TaeHoon Kim, Mark Marsden, Pyunghwan Ahn, Sangyun Kim 외

When trained on large-scale datasets, image captioning models can understand the content of images from a general domain but often fail to generate accurate, detailed captions. To improve performance, pretraining-and-fin…

Image CaptioningKeyword Extraction

Cutting Down on Prompts and Parameters: Simple Few-Shot Learning with Language Models

2021-06-24 · Findings (ACL) 2022 5 · Robert L. Logan IV, Ivana Balažević, Eric Wallace, Fabio Petroni 외

Prompting language models (LMs) with training examples and task descriptions has been seen as critical to recent successes in few-shot learning. In this work, we show that finetuning LMs in the few-shot setting can consi…

Few-Shot LearningPrompt Engineering

Small or Large? Zero-Shot or Finetuned? Guiding Language Model Choice for Specialized Applications in Healthcare

2025-04-29 · Lovedeep Gondara, Jonathan Simkin, Graham Sayle, Shebnum Devji 외

This study aims to guide language model selection by investigating: 1) the necessity of finetuning versus zero-shot usage, 2) the benefits of domain-adjacent versus generic pretrained models, 3) the value of further doma…

Language ModelingLanguage ModellingModel Selection

Few-Shot Recognition via Stage-Wise Retrieval-Augmented Finetuning

2024-06-17 · CVPR 2025 1 · Tian Liu, Huixin Zhang, Shubham Parashar, Shu Kong

Few-shot recognition (FSR) aims to train a classification model with only a few labeled examples of each concept concerned by a downstream task, where data annotation cost can be prohibitively high. We develop methods to…

Few-Shot LearningRetrieval