Publication | Open Access
Your ViT is Secretly a Hybrid Discriminative-Generative Diffusion Model
15
Citations
0
References
2022
Year
EngineeringMachine LearningImage AnalysisPattern RecognitionGenerative ModelVideo TransformerSynthetic Image GenerationMachine VisionGenerative ModelsDeep LearningMedical Image ComputingComputer VisionGenerative Adversarial NetworkDiffusion ProcessDiffusion-based ModelingVit ArchitectureGenerative AiVision TransformerHybrid Vit
Diffusion Denoising Probability Models (DDPM) and Vision Transformer (ViT) have demonstrated significant progress in generative tasks and discriminative tasks, respectively, and thus far these models have largely been developed in their own domains. In this paper, we establish a direct connection between DDPM and ViT by integrating the ViT architecture into DDPM, and introduce a new generative model called Generative ViT (GenViT). The modeling flexibility of ViT enables us to further extend GenViT to hybrid discriminative-generative modeling, and introduce a Hybrid ViT (HybViT). Our work is among the first to explore a single ViT for image generation and classification jointly. We conduct a series of experiments to analyze the performance of proposed models and demonstrate their superiority over prior state-of-the-arts in both generative and discriminative tasks. Our code and pre-trained models can be found in https://github.com/sndnyang/Diffusion_ViT .