Search papers, labs, and topics across Lattice.
This paper introduces G2D, a training-free framework that enhances zero-shot image classification by combining generative and discriminative models. By leveraging CLIP's candidate retrieval and a generative vision-language model for fine-grained verification, G2D addresses the challenge of disambiguating visually similar classes. The approach significantly improves accuracy, achieving an average of 68.85% across eight benchmarks, outperforming both CLIP and standalone generative models.
G2D boosts zero-shot image classification accuracy by up to 27.42 percentage points by effectively combining generative verification with discriminative retrieval.
Zero-shot classification needs efficient label retrieval and fine-grained visual reasoning, yet discriminative and generative vision-language models fail in complementary ways.When CLIP's top-1 prediction is wrong, the correct label often remains in its top-$K$ shortlist, making disambiguation rather than recall the key challenge.Standalone generative models, however, are hindered by large label spaces and unconstrained outputs.This complementarity motivates separating broad candidate retrieval from fine-grained, image-grounded verification.We propose G2D, a training-free framework that uses a generative VLM to verify CLIP-retrieved candidates against the image.Candidate names and CLIP probabilities provide a structured prior for resolving visually similar classes.Fixed confidence routing, entropy-adaptive candidate sizing, and trie-constrained decoding focus generative reasoning on uncertain samples and ensure one valid output for each input at test time.Across eight benchmarks, G2D achieves 68.85% average accuracy, versus 59.35% for CLIP and 63.11% for the standalone VLM.Across seven generator configurations, candidate-set verification improves average accuracy by 1.08--27.42 percentage points.G2D also transfers to DCLIP, WaffleCLIP, and CuPL, supporting a practical interface between discriminative proposal and generative visual reasoning. Code: https://github.com/Harzva/G2D