paper-with-me

홈 › Papers

Representation Learning with Diffusion Models

2022-10-20 · Jeremias Traub

Diffusion models (DMs) have achieved state-of-the-art results for image synthesis tasks as well as density estimation. Applied in the latent space of a powerful pretrained autoencoder (LDM), their immense computational requirements can be significantly reduced without sacrificing sampling quality. However, DMs and LDMs lack a semantically meaningful representation space as the diffusion process gradually destroys information in the latent variables. We introduce a framework for learning such representations with diffusion models (LRDM). To that end, a LDM is conditioned on the representation extracted from the clean image by a separate encoder. In particular, the DM and the representation encoder are trained jointly in order to learn rich representations specific to the generative denoising process. By introducing a tractable representation prior, we can efficiently sample from the representation distribution for unconditional image synthesis without training of any additional model. We demonstrate that i) competitive image generation results can be achieved with image-parameterized LDMs, ii) LRDMs are capable of learning semantically meaningful representations, allowing for faithful image reconstructions and semantic interpolations. Our implementation is available at https://github.com/jeremiastraub/diffusion.

📄 PDF Abstract BibTeX arXiv:2210.11058

Code (1)

jeremiastraub/diffusion 공식 구현 pytorch

Tasks

DenoisingDensity EstimationImage GenerationRepresentation Learning

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Diffusion Models and Representation Learning: A Survey

2024-06-30 · Michael Fuest, Pingchuan Ma, Ming Gui, Johannes S. Fischer 외

Diffusion Models are popular generative modeling methods in various vision tasks, attracting significant attention. They can be considered a unique instance of self-supervised learning methods due to their independence f…

DenoisingRepresentation LearningSelf-Supervised LearningSurvey

Expanding the Role of Diffusion Models for Robust Classifier Training

2026-02-23 · Pin-Han Huang, Shang-Tse Chen, Hsuan-Tien Lin arxiv

Incorporating diffusion-generated synthetic data into adversarial training (AT) has been shown to substantially improve the training of robust image classifiers. In this work, we extend the role of diffusion models beyon…

Graph Representation Learning with Diffusion Generative Models

2025-01-22 · Daniel Wesego

Diffusion models have established themselves as state-of-the-art generative models across various data modalities, including images and videos, due to their ability to accurately approximate complex data distributions. U…

DenoisingGraph Representation LearningRepresentation Learning

Coevolving Representations in Joint Image-Feature Diffusion

2026-04-19 · Theodoros Kouzelis, Spyros Gidaris, Nikos Komodakis arxiv

Joint image-feature generative modeling has recently emerged as an effective strategy for improving diffusion training by coupling low-level VAE latents with high-level semantic features extracted from pre-trained visual…

Segment-Level Diffusion: A Framework for Controllable Long-Form Generation with Diffusion Language Models

2024-12-15 · Xiaochen Zhu, Georgi Karadzhov, Chenxi Whitehouse, Andreas Vlachos

Diffusion models have shown promise in text generation but often struggle with generating long, coherent, and contextually accurate text. Token-level diffusion overlooks word-order dependencies and enforces short output …

Contrastive LearningDecoderFormRepresentation Learning+2