Your Diffusion Model is Secretly a Zero-Shot Classifier
About
The recent wave of large-scale text-to-image diffusion models has dramatically increased our text-based image generation abilities. These models can generate realistic images for a staggering variety of prompts and exhibit impressive compositional generalization abilities. Almost all use cases thus far have solely focused on sampling; however, diffusion models can also provide conditional density estimates, which are useful for tasks beyond image generation. In this paper, we show that the density estimates from large-scale text-to-image diffusion models like Stable Diffusion can be leveraged to perform zero-shot classification without any additional training. Our generative approach to classification, which we call Diffusion Classifier, attains strong results on a variety of benchmarks and outperforms alternative methods of extracting knowledge from diffusion models. Although a gap remains between generative and discriminative approaches on zero-shot recognition tasks, our diffusion-based approach has significantly stronger multimodal compositional reasoning ability than competing discriminative approaches. Finally, we use Diffusion Classifier to extract standard classifiers from class-conditional diffusion models trained on ImageNet. Our models achieve strong classification performance using only weak augmentations and exhibit qualitatively better "effective robustness" to distribution shift. Overall, our results are a step toward using generative over discriminative models for downstream tasks. Results and visualizations at https://diffusion-classifier.github.io/
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Image Classification | CIFAR-10 | Accuracy88.5 | 507 | |
| Image Classification | Food-101 | Accuracy77.7 | 494 | |
| Image Classification | ImageNet V2 | Top-1 Acc66.7 | 487 | |
| Referring Expression Comprehension | RefCOCO+ (val) | Accuracy24.07 | 345 | |
| Referring Expression Comprehension | RefCOCO (val) | Accuracy23.83 | 335 | |
| Referring Expression Comprehension | RefCOCO (testA) | Accuracy0.2155 | 333 | |
| Referring Expression Comprehension | RefCOCOg (test) | Accuracy28.77 | 291 | |
| Referring Expression Comprehension | RefCOCOg (val) | Accuracy28.66 | 291 | |
| Image Classification | Oxford-IIIT Pets | Accuracy87.3 | 259 | |
| Generalized Zero-Shot Learning | CUB | H Score24.4 | 250 |