paper-with-me

Papers

Rethinking Task Sampling for Few-shot Vision-Language Transfer Learning

2022-03-09 · MMMPIE (COLING) 2022 10 · Zhenhailong Wang, Hang Yu, Manling Li, Han Zhao, Heng Ji

Despite achieving state-of-the-art zero-shot performance, existing vision-language models still fall short of few-shot transfer ability on domain-specific problems. Classical fine-tuning often fails to prevent highly expressive models from exploiting spurious correlations. Although model-agnostic meta-learning (MAML) presents as a natural alternative for few-shot transfer learning, the expensive computation due to implicit second-order optimization limits its use on large-scale vision-language models such as CLIP. While much literature has been devoted to exploring alternative optimization strategies, we identify another essential aspect towards effective few-shot transfer learning, task sampling, which is previously only be viewed as part of data pre-processing in MAML. To show the impact of task sampling, we propose a simple algorithm, Model-Agnostic Multitask Fine-tuning (MAMF), which differentiates classical fine-tuning only on uniformly sampling multiple tasks. Despite its simplicity, we show that MAMF consistently outperforms classical fine-tuning on five few-shot vision-language classification tasks. We further show that the effectiveness of the bi-level optimization in MAML is highly sensitive to the zero-shot performance of a task in the context of few-shot vision-language classification. The goal of this paper is to provide new insights on what makes few-shot learning work, and encourage more research into investigating better task sampling strategies.

📄 PDF Abstract BibTeX arXiv:2203.04904

Code (1)

mikewangwzhl/multitask-finetuning_clip 공식 구현 pytorch

Tasks

Few-Shot LearningMeta-LearningTransfer Learning

Methods 이 논문이 사용한 방법론

MAML 설명 없음
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

SCLIP: Rethinking Self-Attention for Dense Vision-Language Inference

2023-12-04 · Feng Wang, Jieru Mei, Alan Yuille

Recent advances in contrastive language-image pretraining (CLIP) have demonstrated strong capabilities in zero-shot classification by aligning visual representations with target text embeddings in an image level. However…

SegmentationSemantic Segmentationzero-shot-classificationZero-Shot Learning+1

Rethinking Domain Adaptation and Generalization in the Era of CLIP

2024-07-21 · Ruoyu Feng, Tao Yu, Xin Jin, Xiaoyuan Yu 외

In recent studies on domain adaptation, significant emphasis has been placed on the advancement of learning shared knowledge from a source domain to a target domain. Recently, the large vision-language pre-trained model,…

Domain AdaptationZero-Shot Learning

Knowledge Boosting: Rethinking Medical Contrastive Vision-Language Pre-Training

2023-07-14 · Xiaofei Chen, Yuting He, Cheng Xue, Rongjun Ge 외

The foundation models based on pre-training technology have significantly advanced artificial intelligence from theoretical to practical applications. These models have facilitated the feasibility of computer-aided diagn…

Clinical KnowledgeDiagnosticRepresentation LearningRetrieval

ReMemNav: A Rethinking and Memory-Augmented Framework for Zero-Shot Object Navigation

2026-03-25 · Feng Wu, Wei Zuo, Wenliang Yang, Jun Xiao 외 arxiv

Zero-shot object navigation requires agents to locate unseen target objects in unfamiliar environments without prior maps or task-specific training which remains a significant challenge. Although recent advancements in v…

Spatial Reasoning

From Sampled Outcomes to Capability Distributions: Rethinking Supervision for LLM Routing

2026-06-05 · Guannan Lai, Haoran Hu, Long Chen, Zhenguo Li 외 arxiv

Existing LLM routing methods often construct supervision from a single sampled response for each query--model pair. Because LLM generation is stochastic, however, such an observation can be an unstable estimate of model …