paper-with-me

홈 › Papers

A Chain-of-Thought Subspace Meta-Learning for Few-shot Image Captioning with Large Vision and Language Models

2025-02-19 · Hao Huang, Shuaihang Yuan, Yu Hao, Congcong Wen, Yi Fang

A large-scale vision and language model that has been pretrained on massive data encodes visual and linguistic prior, which makes it easier to generate images and language that are more natural and realistic. Despite this, there is still a significant domain gap between the modalities of vision and language, especially when training data is scarce in few-shot settings, where only very limited data are available for training. In order to mitigate this issue, a multi-modal meta-learning framework has been proposed to bridge the gap between two frozen pretrained large vision and language models by introducing a tunable prompt connecting these two large models. For few-shot image captioning, the existing multi-model meta-learning framework utilizes a one-step prompting scheme to accumulate the visual features of input images to guide the language model, which struggles to generate accurate image descriptions with only a few training samples. Instead, we propose a chain-of-thought (CoT) meta-learning scheme as a multi-step image captioning procedure to better imitate how humans describe images. In addition, we further propose to learn different meta-parameters of the model corresponding to each CoT step in distinct subspaces to avoid interference. We evaluated our method on three commonly used image captioning datasets, i.e., MSCOCO, Flickr8k, and Flickr30k, under few-shot settings. The results of our experiments indicate that our chain-of-thought subspace meta-learning strategy is superior to the baselines in terms of performance across different datasets measured by different metrics.

📄 PDF Abstract BibTeX arXiv:2502.13942

Code (0)

등록된 구현이 없습니다.

Tasks

Image CaptioningLanguage ModelingLanguage ModellingMeta-Learning

Similar Papers 제목 키워드 기반

Chain of Thought with Explicit Evidence Reasoning for Few-shot Relation Extraction

2023-11-10 · Xilai Ma, Jing Li, Min Zhang

Few-shot relation extraction involves identifying the type of relationship between two specific entities within a text, using a limited number of annotated samples. A variety of solutions to this problem have emerged by …

In-Context LearningMeta-LearningRelationRelation Extraction

Projective Subspace Networks For Few-Shot Learning

2019-05-01 · ICLR 2019 5 · Christian Simon, Piotr Koniusz, Mehrtash Harandi

Generalization from limited examples, usually studied under the umbrella of meta-learning, equips learning techniques with the ability to adapt quickly in dynamical environments and proves to be an essential aspect of li…

Few-Shot LearningGeneral ClassificationLifelong learningMeta-Learning

Chain of Thought Prompt Tuning in Vision Language Models

2023-04-16 · Jiaxin Ge, Hongyin Luo, Siyuan Qian, Yulu Gan 외

Language-Image Pre-training has demonstrated promising results on zero-shot and few-shot downstream tasks by prompting visual models with natural language prompts. However, most recent studies only use a single prompt fo…

Domain Generalizationimage-classificationImage ClassificationLanguage Modeling+4

Meta-OLE: Meta-learned Orthogonal Low-Rank Embedding

2021-09-29 · Ze Wang, Yue Lu, Qiang Qiu

We introduce Meta-OLE, a new geometry-regularized method for fast adaptation to novel tasks in few-shot image classification. The proposed method learns to adapt for each few-shot classification task a feature space with…

ClassificationFew-Shot Image Classificationimage-classificationImage Classification+1

Comprehensive Evaluation of Large Multimodal Models for Nutrition Analysis: A New Benchmark Enriched with Contextual Metadata

2025-07-09 · Bruce Coburn, Jiangpeng He, Megan E. Rollo, Satvinder S. Dhaliwal 외 arxiv

Large Multimodal Models (LMMs) are increasingly applied to meal images for nutrition analysis. However, existing work primarily evaluates proprietary models, such as GPT-4. This leaves the broad range of LLMs underexplor…