Few-Shot Learning

1041 papers with code • 22 benchmarks • 41 datasets

Few-Shot Learning is an example of meta-learning, where a learner is trained on several related tasks, during the meta-training phase, so that it can generalize well to unseen (but related) tasks with just few examples, during the meta-testing phase. An effective approach to the Few-Shot Learning problem is to learn a common representation for various tasks and train task specific classifiers on top of this representation.

Source: Penalty Method for Inversion-Free Deep Bilevel Optimization

Libraries

Use these libraries to find Few-Shot Learning models and implementations

Cross-domain Multi-modal Few-shot Object Detection via Rich Text

zshanggu/cdmm 24 Mar 2024

Cross-modal feature extraction and integration have led to steady performance improvements in few-shot learning tasks due to generating richer features.

2
24 Mar 2024

MatchSeg: Towards Better Segmentation via Reference Image Matching

keeplearning-again/matchseg 23 Mar 2024

Few-shot learning aims to overcome the need for annotated data by using a small labeled dataset, known as a support set, to guide predicting labels for new, unlabeled images, known as the query set.

10
23 Mar 2024

Comprehensive Evaluation and Insights into the Use of Large Language Models in the Automation of Behavior-Driven Development Acceptance Test Formulation

karpurapus/bddgpt-automate-tests 22 Mar 2024

Behavior-driven development (BDD) is an Agile testing methodology fostering collaboration among developers, QA analysts, and stakeholders.

0
22 Mar 2024

Negative Yields Positive: Unified Dual-Path Adapter for Vision-Language Models

zhangce01/dualadapter 19 Mar 2024

Recently, large-scale pre-trained Vision-Language Models (VLMs) have demonstrated great potential in learning open-world visual representations, and exhibit remarkable performance across a wide range of downstream tasks through efficient fine-tuning.

15
19 Mar 2024

Pretraining Codomain Attention Neural Operators for Solving Multiphysics PDEs

ashiq24/coda-no 19 Mar 2024

On complex downstream tasks with limited data, such as fluid flow simulations and fluid-structure interactions, we found CoDA-NO to outperform existing methods on the few-shot learning task by over $36\%$.

13
19 Mar 2024

TaxoLLaMA: WordNet-based Model for Solving Multiple Lexical Sematic Tasks

vityavitalich/taxollama 14 Mar 2024

It achieves 11 SotA results, 4 top-2 results out of 16 tasks for the Taxonomy Enrichment, Hypernym Discovery, Taxonomy Construction, and Lexical Entailment tasks.

3
14 Mar 2024

ClinicalMamba: A Generative Clinical Language Model on Longitudinal Clinical Notes

whaleloops/clinicalmamba 9 Mar 2024

The advancement of natural language processing (NLP) systems in healthcare hinges on language model ability to interpret the intricate information contained within clinical notes.

1
09 Mar 2024

Discriminative Sample-Guided and Parameter-Efficient Feature Space Adaptation for Cross-Domain Few-Shot Learning

rashindrie/dipa 7 Mar 2024

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.

3
07 Mar 2024

Task Attribute Distance for Few-Shot Learning: Theoretical Analysis and Applications

hu-my/taskattributedistance 6 Mar 2024

In this paper, we try to understand FSL by delving into two key questions: (1) How to quantify the relationship between \emph{training} and \emph{novel} tasks?

5
06 Mar 2024

Few-shot Learner Parameterization by Diffusion Time-steps

yue-zhongqi/tif 5 Mar 2024

To this end, we find an inductive bias that the time-steps of a Diffusion Model (DM) can isolate the nuanced class attributes, i. e., as the forward diffusion adds noise to an image at each time-step, nuanced attributes are usually lost at an earlier time-step than the spurious attributes that are visually prominent.

1
05 Mar 2024