CVJun 30

Decompose, Compare, and Decide: Multimodal LLMs are Implicit Few-Shot Learners

arXiv:2607.0012512.7Has Code
Predicted impact top 25% in CV · last 90 daysOriginality Incremental advance
AI Analysis

Provides a simple, training-free method to leverage MLLMs for few-shot classification, outperforming existing approaches on both standard and novel domains.

DeCoDe enables off-the-shelf MLLMs to perform few-shot image classification by decomposing the task into pairwise comparisons, achieving SOTA results across 12 datasets without additional training.

Multimodal Large Language Models (MLLMs) have demonstrated remarkable abilities when analyzing images, yet translating these capabilities to few-shot image classification remains challenging. To bridge this gap, we present DeCoDe, a simple yet effective technique that enables off-the-shelf MLLMs to act as strong few-shot classifiers without any additional training. Our approach builds on the idea of few-shot classification as a set of pairwise image comparisons, decomposing the task into a set of binary decisions. Given a query image and a support image from a candidate class, the MLLM is prompted to decide whether the two images depict the same class. The logit corresponding to an affirmative response is then used as a similarity score to assign the query image to the most likely class. While this already yields good results, we show that providing additional high-level information, such as the data domain, to the model further improves performance. Our evaluation provides an extensive analysis of various inference variants on a suite of twelve datasets, six established and six newly curated few-shot benchmarks spanning across diverse domains. The results show that the proposed simple decomposition technique can turn off-the-shelf MLLMs into powerful few-shot learners, significantly outperforming current state-of-the-art few-shot methods on both standard and novel domains. Code is available at https://github.com/yunhanwang1105/DeCoDe.

Code Implementations1 repo
Foundations

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

Your Notes