Few-Shot Learning

1035 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

The Devil is in the Few Shots: Iterative Visual Knowledge Completion for Few-shot Learning

mark-sky/kcl 15 Apr 2024

Few-shot learning aims to further enhance the transfer capability of CLIP by giving few images in each class, aka 'few shots'.

5
15 Apr 2024

Large Language Models Can Automatically Engineer Features for Few-Shot Tabular Learning

sungwon-han/featllm 15 Apr 2024

The proposed FeatLLM framework only uses this simple predictive model with the discovered features at inference time.

0
15 Apr 2024

AMU-Tuning: Effective Logit Bias for CLIP-based Few-shot Learning

tju-sjyj/amu-tuning 13 Apr 2024

To this end, we disassemble three key components involved in computation of logit bias (i. e., logit features, logit predictor, and logit fusion) and empirically analyze the effect on performance of few-shot classification.

0
13 Apr 2024

Navigating the Landscape of Large Language Models: A Comprehensive Review and Analysis of Paradigms and Fine-Tuning Strategies

wengbenjue/llms-peft-cook 13 Apr 2024

With the surge of ChatGPT, the use of large models has significantly increased, rapidly rising to prominence across the industry and sweeping across the internet.

0
13 Apr 2024

Elephants Never Forget: Memorization and Learning of Tabular Data in Large Language Models

faceonlive/ai-research 9 Apr 2024

We then compare the few-shot learning performance of LLMs on datasets that were seen during training to the performance on datasets released after training.

131
09 Apr 2024

No Time to Train: Empowering Non-Parametric Networks for Few-shot 3D Scene Segmentation

zrrskywalker/point-nn 5 Apr 2024

To reduce the reliance on large-scale datasets, recent works in 3D segmentation resort to few-shot learning.

435
05 Apr 2024

Robust Few-Shot Ensemble Learning with Focal Diversity-Based Pruning

faceonlive/ai-research 5 Apr 2024

This paper presents FusionShot, a focal diversity optimized few-shot ensemble learning approach for boosting the robustness and generalization performance of pre-trained few-shot models.

131
05 Apr 2024

PCToolkit: A Unified Plug-and-Play Prompt Compression Toolkit of Large Language Models

3DAgentWorld/Toolkit-for-Prompt-Compression 26 Mar 2024

Prompt compression is an innovative method for efficiently condensing input prompts while preserving essential information.

130
26 Mar 2024

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