paper-with-me

홈 › Papers

Collaboration of Pre-trained Models Makes Better Few-shot Learner

2022-09-25 · Renrui Zhang, Bohao Li, Wei zhang, Hao Dong, Hongsheng Li, Peng Gao, Yu Qiao

Few-shot classification requires deep neural networks to learn generalized representations only from limited training images, which is challenging but significant in low-data regimes. Recently, CLIP-based methods have shown promising few-shot performance benefited from the contrastive language-image pre-training. Based on this point, we question if the large-scale pre-training can alleviate the few-shot data deficiency and also assist the representation learning by the pre-learned knowledge. In this paper, we propose CoMo, a Collaboration of pre-trained Models that incorporates diverse prior knowledge from various pre-training paradigms for better few-shot learning. Our CoMo includes: CLIP's language-contrastive knowledge, DINO's vision-contrastive knowledge, and DALL-E's language-generative knowledge. Specifically, CoMo works in two aspects: few-shot data expansion and diverse knowledge ensemble. For one, we generate synthetic images via zero-shot DALL-E to enrich the few-shot training data without any manpower. For the other, we introduce a learnable Multi-Knowledge Adapter (MK-Adapter) to adaptively blend the predictions from CLIP and DINO. By such collaboration, CoMo can fully unleash the potential of different pre-training methods and unify them to perform state-of-the-art for few-shot classification. We conduct extensive experiments on 11 datasets to demonstrate the superiority and generalization ability of our approach.

📄 PDF Abstract BibTeX arXiv:2209.12255

Code (0)

등록된 구현이 없습니다.

Tasks

Few-Shot LearningRepresentation Learning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

Differentiable Prompt Makes Pre-trained Language Models Better Few-shot Learners

2021-08-30 · ICLR 2022 4 · Ningyu Zhang, Luoqiu Li, Xiang Chen, Shumin Deng 외

Large-scale pre-trained language models have contributed significantly to natural language processing by demonstrating remarkable abilities as few-shot learners. However, their effectiveness depends mainly on scaling the…

Language ModelingLanguage ModellingPrompt Engineering

Entailment as Few-Shot Learner

2021-04-29 · Sinong Wang, Han Fang, Madian Khabsa, Hanzi Mao 외

Large pre-trained language models (LMs) have demonstrated remarkable ability as few-shot learners. However, their success hinges largely on scaling model parameters to a degree that makes it challenging to train and serv…

Contrastive LearningData AugmentationFew-Shot LearningLinguistic Acceptability+7

Curriculum-Based Self-Training Makes Better Few-Shot Learners for Data-to-Text Generation

2022-06-06 · Pei Ke, Haozhe Ji, Zhenyu Yang, Yi Huang 외

Despite the success of text-to-text pre-trained models in various natural language generation (NLG) tasks, the generation performance is largely restricted by the number of labeled data in downstream tasks, particularly …

Data-to-Text GenerationText GenerationUnsupervised Pre-training

Prompt, Generate, then Cache: Cascade of Foundation Models makes Strong Few-shot Learners

2023-03-03 · CVPR 2023 1 · Renrui Zhang, Xiangfei Hu, Bohao Li, Siyuan Huang 외

Visual recognition in low-data regimes requires deep neural networks to learn generalized representations from limited training samples. Recently, CLIP-based methods have shown promising few-shot performance benefited fr…

Few-Shot LearningRepresentation Learning

Making Pretrained Language Models Good Long-tailed Learners

2022-05-11 · Chen Zhang, Lei Ren, Jingang Wang, Wei Wu 외

Prompt-tuning has shown appealing performance in few-shot classification by virtue of its capability in effectively exploiting pre-trained knowledge. This motivates us to check the hypothesis that prompt-tuning is also a…

Classification