English

EGC: Image Generation and Classification via a Diffusion Energy-Based Model

Computer Vision and Pattern Recognition 2023-04-14 v3 Artificial Intelligence Machine Learning

Abstract

Learning image classification and image generation using the same set of network parameters is a challenging problem. Recent advanced approaches perform well in one task often exhibit poor performance in the other. This work introduces an energy-based classifier and generator, namely EGC, which can achieve superior performance in both tasks using a single neural network. Unlike a conventional classifier that outputs a label given an image (i.e., a conditional distribution p(yx)p(y|\mathbf{x})), the forward pass in EGC is a classifier that outputs a joint distribution p(x,y)p(\mathbf{x},y), enabling an image generator in its backward pass by marginalizing out the label yy. This is done by estimating the energy and classification probability given a noisy image in the forward pass, while denoising it using the score function estimated in the backward pass. EGC achieves competitive generation results compared with state-of-the-art approaches on ImageNet-1k, CelebA-HQ and LSUN Church, while achieving superior classification accuracy and robustness against adversarial attacks on CIFAR-10. This work represents the first successful attempt to simultaneously excel in both tasks using a single set of network parameters. We believe that EGC bridges the gap between discriminative and generative learning.

Keywords

Cite

@article{arxiv.2304.02012,
  title  = {EGC: Image Generation and Classification via a Diffusion Energy-Based Model},
  author = {Qiushan Guo and Chuofan Ma and Yi Jiang and Zehuan Yuan and Yizhou Yu and Ping Luo},
  journal= {arXiv preprint arXiv:2304.02012},
  year   = {2023}
}
R2 v1 2026-06-28T09:49:33.528Z