English

Denoising Diffusion Autoencoders are Unified Self-supervised Learners

Computer Vision and Pattern Recognition 2023-08-22 v2 Machine Learning

Abstract

Inspired by recent advances in diffusion models, which are reminiscent of denoising autoencoders, we investigate whether they can acquire discriminative representations for classification via generative pre-training. This paper shows that the networks in diffusion models, namely denoising diffusion autoencoders (DDAE), are unified self-supervised learners: by pre-training on unconditional image generation, DDAE has already learned strongly linear-separable representations within its intermediate layers without auxiliary encoders, thus making diffusion pre-training emerge as a general approach for generative-and-discriminative dual learning. To validate this, we conduct linear probe and fine-tuning evaluations. Our diffusion-based approach achieves 95.9% and 50.0% linear evaluation accuracies on CIFAR-10 and Tiny-ImageNet, respectively, and is comparable to contrastive learning and masked autoencoders for the first time. Transfer learning from ImageNet also confirms the suitability of DDAE for Vision Transformers, suggesting the potential to scale DDAEs as unified foundation models. Code is available at github.com/FutureXiang/ddae.

Keywords

Cite

@article{arxiv.2303.09769,
  title  = {Denoising Diffusion Autoencoders are Unified Self-supervised Learners},
  author = {Weilai Xiang and Hongyu Yang and Di Huang and Yunhong Wang},
  journal= {arXiv preprint arXiv:2303.09769},
  year   = {2023}
}

Comments

ICCV 2023 Oral

R2 v1 2026-06-28T09:21:00.218Z