CVCLMar 3, 2023

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

arXiv:2303.02151v1236 citationsh-index: 82Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of learning from limited data for computer vision researchers, though it is incremental as it combines existing models.

The paper tackled few-shot visual recognition by proposing CaFo, a cascade of foundation models that integrates diverse pre-training knowledge from CLIP, DINO, DALL-E, and GPT-3, achieving state-of-the-art performance in few-shot classification.

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 from the contrastive language-image pre-training. We then question, if the more diverse pre-training knowledge can be cascaded to further assist few-shot representation learning. In this paper, we propose CaFo, a Cascade of Foundation models that incorporates diverse prior knowledge of various pre-training paradigms for better few-shot learning. Our CaFo incorporates CLIP's language-contrastive knowledge, DINO's vision-contrastive knowledge, DALL-E's vision-generative knowledge, and GPT-3's language-generative knowledge. Specifically, CaFo works by 'Prompt, Generate, then Cache'. Firstly, we leverage GPT-3 to produce textual inputs for prompting CLIP with rich downstream linguistic semantics. Then, we generate synthetic images via DALL-E to expand the few-shot training data without any manpower. At last, we introduce a learnable cache model to adaptively blend the predictions from CLIP and DINO. By such collaboration, CaFo can fully unleash the potential of different pre-training methods and unify them to perform state-of-the-art for few-shot classification. Code is available at https://github.com/ZrrSkywalker/CaFo.

Code Implementations3 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes