https://github.com/awehenkel/latentdiffusion
# Research project on hidden markov models for diffusion on images
https://github.com/awehenkel/latentdiffusion
Last synced: about 2 months ago
JSON representation
# Research project on hidden markov models for diffusion on images
- Host: GitHub
- URL: https://github.com/awehenkel/latentdiffusion
- Owner: AWehenkel
- Created: 2021-02-04T09:04:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-21T07:45:50.000Z (over 1 year ago)
- Last Synced: 2025-01-28T22:31:42.931Z (4 months ago)
- Language: Python
- Size: 183 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LatentDiffusion
# Research project on hidden markov models for diffusion on images# Note:
This repository contained an uncleaned version of the code for "Diffusion priors in variational autoencoders" by Antoine Wehenkel and Gilles Louppe.
It also contains some exploration on how diffusion models can be used to perform semantic representation learning by using a DDPM to model the latent variables of a Hidden Markov Chain in which the observation space is noised in a way that relates to the semantic.
If you make any use of this code please cite us with
@article{wehenkel2021diffusion,
title={Diffusion priors in variational autoencoders},
author={Wehenkel, Antoine and Louppe, Gilles},
journal={arXiv preprint arXiv:2106.15671},
year={2021}
}