paper-with-me

Papers

Meta Learning to Bridge Vision and Language Models for Multimodal Few-Shot Learning

2023-02-28 · Ivona Najdenkoska, XianTong Zhen, Marcel Worring

Multimodal few-shot learning is challenging due to the large domain gap between vision and language modalities. Existing methods are trying to communicate visual concepts as prompts to frozen language models, but rely on hand-engineered task induction to reduce the hypothesis space. To make the whole process learnable, we introduce a multimodal meta-learning approach. Specifically, our approach decomposes the training of the model into a set of related multimodal few-shot tasks. We define a meta-mapper network, acting as a meta-learner, to efficiently bridge frozen large-scale vision and language models and leverage their already learned capacity. By updating the learnable parameters only of the meta-mapper, it learns to accrue shared meta-knowledge among these tasks. Thus, it can rapidly adapt to newly presented samples with only a few gradient updates. Importantly, it induces the task in a completely data-driven manner, with no need for a hand-engineered task induction. We evaluate our approach on recently proposed multimodal few-shot benchmarks, measuring how rapidly the model can bind novel visual concepts to words and answer visual questions by observing only a limited set of labeled examples. The experimental results show that our meta-learning approach outperforms the baseline across multiple datasets and various training settings while being computationally more efficient.

📄 PDF Abstract BibTeX arXiv:2302.14794

Code (1)

ivonajdenkoska/multimodal-meta-learn 공식 구현 pytorch

Tasks

Few-Shot LearningMeta-Learning

Similar Papers 제목 키워드 기반

Measuring and Mitigating Hallucinations in Vision-Language Dataset Generation for Remote Sensing

2025-01-24 · Madeline Anderson, Miriam Cha, William T. Freeman, J. Taylor Perron 외

Vision language models have achieved impressive results across various fields. However, adoption in remote sensing remains limited, largely due to the scarcity of paired image-text data. To bridge this gap, synthetic cap…

Caption GenerationDataset GenerationDescriptiveHallucination

On the Limits of Multi-modal Meta-Learning with Auxiliary Task Modulation Using Conditional Batch Normalization

2024-05-29 · Jordi Armengol-Estapé, Vincent Michalski, Ramnath Kumar, Pierre-Luc St-Charles 외

Few-shot learning aims to learn representations that can tackle novel tasks given a small number of examples. Recent studies show that cross-modal learning can improve representations for few-shot classification. More sp…

Few-Shot LearningMeta-Learning

LangBridge: Multilingual Reasoning Without Multilingual Supervision

2024-01-19 · Dongkeun Yoon, Joel Jang, Sungdong Kim, Seungone Kim 외

We introduce LangBridge, a zero-shot approach to adapt language models for multilingual reasoning tasks without multilingual supervision. LangBridge operates by bridging two models, each specialized in different aspects:…

Code CompletionLogical ReasoningMathematical Reasoning

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 외

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 thi…

Image CaptioningLanguage ModelingLanguage ModellingMeta-Learning

ChatBridge: Bridging Modalities with Large Language Model as a Language Catalyst

2023-05-25 · Zijia Zhao, Longteng Guo, Tongtian Yue, Sihan Chen 외

Building general-purpose models that can perceive diverse real-world modalities and solve various tasks is an appealing target in artificial intelligence. In this paper, we present ChatBridge, a novel multimodal language…

Language ModelingLanguage ModellingLarge Language Model