paper-with-me

홈 › Papers

ECO: Ensembling Context Optimization for Vision-Language Models

2023-07-26 · Lorenzo Agnolucci, Alberto Baldrati, Francesco Todino, Federico Becattini, Marco Bertini, Alberto del Bimbo

Image recognition has recently witnessed a paradigm shift, where vision-language models are now used to perform few-shot classification based on textual prompts. Among these, the CLIP model has shown remarkable capabilities for zero-shot transfer by matching an image and a custom textual prompt in its latent space. This has paved the way for several works that focus on engineering or learning textual contexts for maximizing CLIP's classification capabilities. In this paper, we follow this trend by learning an ensemble of prompts for image classification. We show that learning diverse and possibly shorter contexts improves considerably and consistently the results rather than relying on a single trainable prompt. In particular, we report better few-shot capabilities with no additional cost at inference time. We demonstrate the capabilities of our approach on 11 different benchmarks.

📄 PDF Abstract BibTeX arXiv:2307.14063

Code (0)

등록된 구현이 없습니다.

Tasks

Classificationimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Focus 설명 없음
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 제목 키워드 기반

How (not) to ensemble LVLMs for VQA

2023-10-10 · Lisa Alazraki, Lluis Castrejon, Mostafa Dehghani, Fantine Huot 외

This paper studies ensembling in the era of Large Vision-Language Models (LVLMs). Ensembling is a classical method to combine different models to get increased performance. In the recent work on Encyclopedic-VQA the auth…

RetrievalVisual Question Answering (VQA)

Cluster-Aware Prompt Ensemble Learning for Few-Shot Vision-Language Model Adaptation

2025-10-10 · Zhi Chen, Xin Yu, Xiaohui Tao, Yan Li 외 arxiv

Vision-language models (VLMs) such as CLIP achieve zero-shot transfer across various tasks by pre-training on numerous image-text pairs. These models often benefit from using an ensemble of context prompts to represent a…

Ensemble Learning

On-the-Fly Fusion of Large Language Models and Machine Translation

2023-11-14 · Hieu Hoang, Huda Khayrallah, Marcin Junczys-Dowmunt

We propose the on-the-fly ensembling of a machine translation model with an LLM, prompted on the same task and input. We perform experiments on 4 language pairs (both directions) with varying data amounts. We find that a…

In-Context LearningMachine TranslationNMTTranslation

USE: A Unified Self-Ensembling Framework for Test-Time Prompt Tuning

2026-07-04 · Siru Jiang, Jian Liang, Ran He, Tieniu Tan arxiv

Test-time adaptation (TTA) has emerged as a popular paradigm for improving the performance of vision-language models (e.g., CLIP) on downstream tasks. Among existing CLIP-based TTA methods, Test-Time Prompt Tuning (TPT) …

Test-time Adaptation

Exploring Demonstration Ensembling for In-context Learning

2023-08-17 · Muhammad Khalifa, Lajanugen Logeswaran, Moontae Lee, Honglak Lee 외

In-context learning (ICL) operates by showing language models (LMs) examples of input-output pairs for a given task, i.e., demonstrations. The standard approach for ICL is to prompt the LM with concatenated demonstration…

In-Context Learning