Search papers, labs, and topics across Lattice.
This paper critiques the reliance on class name descriptors in vision-language models, demonstrating that such descriptors lack visual grounding and significantly degrade classification performance when the data distribution shifts. By selecting attributes directly from the target image collection, the authors achieve a notable improvement in ImageNet classification accuracy, reaching 23.8% compared to 15.5% with LLM-generated descriptors. The method not only enhances performance but also provides a clear, interpretable summary of the dataset, revealing insights into distribution shifts.
Class-name descriptors can mislead vision-language models, but selecting attributes directly from images boosts accuracy and interpretability significantly.
A popular route to interpretable zero-shot classification asks a large language model (LLM) to describe each class name and prompts CLIP with the resulting descriptors. We show that these descriptors carry little visual evidence of their own: removing the class name from the prompt collapses ImageNet accuracy from 59.5% to 15.5%. The diagnosis is that the descriptors are conditioned on the label rather than on the images, so they describe the concept in general and mislead exactly when the data shifts; an LLM insists that strawberries are red, but every strawberry in ImageNet-Sketch is a colorless line drawing. We therefore select attributes from the target image collection instead: we score a large attribute pool against the images in CLIP's joint embedding space and keep the top-scoring attributes per class. Selected this way, class-name-free attribute prompts reach 23.8% on ImageNet (against 15.5% for LLM descriptors), the gain holds on four shifted ImageNet variants, and reselecting from the LLM's own pool isolates the selection mechanism as the cause. With one image per class, the selected attributes outperform the prompt-tuning method CoOp by 3 points while fitting in under a minute instead of 14 hours, with no learned soft prompt to obscure the decision. Because the attribute set is chosen by the data, it doubles as a readable summary of a dataset, which we use to describe distribution shift in words.