Enhancing Zero-Shot Image Recognition in Vision-Language Models through Human-like Concept Guidance
Hui Liu, Wenya Wang, Kecheng Chen, Jie Liu, Yibing Liu, Tiexin Qin, Peisong He, Xinghao Jiang, Haoliang Li
TL;DR
This paper tackles zero-shot image recognition by enabling vision-language models to reason with human-like concepts. It introduces CHBR, a Concept-guided Human-like Bayesian Reasoning framework that marginalizes over a latent concept space using an LLM-driven importance sampler and discriminative tests to assign priors, paired with three test-time likelihoods (Average, Confidence, and TTA) to adapt to individual images. Across 15 datasets, CHBR consistently outperforms strong zero-shot baselines, with notable gains in fine-grained tasks and robustness to distribution shifts, while offering flexible and training-free inference for two of the likelihood variants. The work advances practical zero-shot generalization by combining concept discovery, prior elicitation from LLMs, and adaptive likelihoods, paving the way for plug-and-play concept enrichment in Vision-Language Models.
Abstract
In zero-shot image recognition tasks, humans demonstrate remarkable flexibility in classifying unseen categories by composing known simpler concepts. However, existing vision-language models (VLMs), despite achieving significant progress through large-scale natural language supervision, often underperform in real-world applications because of sub-optimal prompt engineering and the inability to adapt effectively to target classes. To address these issues, we propose a Concept-guided Human-like Bayesian Reasoning (CHBR) framework. Grounded in Bayes' theorem, CHBR models the concept used in human image recognition as latent variables and formulates this task by summing across potential concepts, weighted by a prior distribution and a likelihood function. To tackle the intractable computation over an infinite concept space, we introduce an importance sampling algorithm that iteratively prompts large language models (LLMs) to generate discriminative concepts, emphasizing inter-class differences. We further propose three heuristic approaches involving Average Likelihood, Confidence Likelihood, and Test Time Augmentation (TTA) Likelihood, which dynamically refine the combination of concepts based on the test image. Extensive evaluations across fifteen datasets demonstrate that CHBR consistently outperforms existing state-of-the-art zero-shot generalization methods.
