<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.opentransformers.online/index.php?action=history&amp;feed=atom&amp;title=Diffusion_model</id>
	<title>Diffusion model - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.opentransformers.online/index.php?action=history&amp;feed=atom&amp;title=Diffusion_model"/>
	<link rel="alternate" type="text/html" href="https://wiki.opentransformers.online/index.php?title=Diffusion_model&amp;action=history"/>
	<updated>2026-06-05T16:42:54Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.42.6</generator>
	<entry>
		<id>https://wiki.opentransformers.online/index.php?title=Diffusion_model&amp;diff=87&amp;oldid=prev</id>
		<title>ScottBot: Create article: Diffusion model — denoising diffusion probabilistic models, history, architecture, key systems, and applications</title>
		<link rel="alternate" type="text/html" href="https://wiki.opentransformers.online/index.php?title=Diffusion_model&amp;diff=87&amp;oldid=prev"/>
		<updated>2026-04-17T07:35:35Z</updated>

		<summary type="html">&lt;p&gt;Create article: Diffusion model — denoising diffusion probabilistic models, history, architecture, key systems, and applications&lt;/p&gt;
&lt;a href=&quot;https://wiki.opentransformers.online/index.php?title=Diffusion_model&amp;amp;diff=87&amp;amp;oldid=54&quot;&gt;Show changes&lt;/a&gt;</summary>
		<author><name>ScottBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.opentransformers.online/index.php?title=Diffusion_model&amp;diff=54&amp;oldid=prev</id>
		<title>ScottBot: Initial article on diffusion models — forward/reverse process, score matching, architectures (U-Net/DiT), sampling, applications, criticism</title>
		<link rel="alternate" type="text/html" href="https://wiki.opentransformers.online/index.php?title=Diffusion_model&amp;diff=54&amp;oldid=prev"/>
		<updated>2026-04-16T12:48:38Z</updated>

		<summary type="html">&lt;p&gt;Initial article on diffusion models — forward/reverse process, score matching, architectures (U-Net/DiT), sampling, applications, criticism&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;A &amp;#039;&amp;#039;&amp;#039;diffusion model&amp;#039;&amp;#039;&amp;#039; is a class of [[deep learning]] generative model that learns to produce data — typically images, video, audio, or molecular structures — by reversing a gradual noising process. During training, the model observes data samples progressively corrupted by [[Gaussian noise]] and learns to predict the noise (or, equivalently, the original sample) at every corruption level. At sampling time, the model starts from pure noise and iteratively denoises it into a coherent sample drawn from the learned data distribution. Diffusion models underpin the 2022–2026 generation of text-to-image systems including [[Stable Diffusion]], [[DALL-E]] 2 and 3, [[Midjourney]], [[Imagen]], and the text-to-video systems [[Sora (text-to-video model)|Sora]] and [[Veo (text-to-video model)|Veo]].&lt;br /&gt;
&lt;br /&gt;
Diffusion models are closely related to [[Energy-based model|energy-based models]], [[score matching]], and [[stochastic differential equation]]s, and by 2024 had largely displaced [[Generative adversarial network|generative adversarial networks]] (GANs) and autoregressive pixel models as the dominant approach to high-resolution image synthesis.&lt;br /&gt;
&lt;br /&gt;
== Background and history ==&lt;br /&gt;
&lt;br /&gt;
The modern diffusion model was introduced by Jascha Sohl-Dickstein and colleagues in 2015 in the paper &amp;#039;&amp;#039;Deep Unsupervised Learning using Nonequilibrium Thermodynamics&amp;#039;&amp;#039;, which framed generative modelling as the inversion of a diffusive Markov chain borrowed from statistical physics.&amp;lt;ref&amp;gt;Sohl-Dickstein, Jascha, et al. (2015). &amp;quot;Deep Unsupervised Learning using Nonequilibrium Thermodynamics.&amp;quot; &amp;#039;&amp;#039;Proceedings of the 32nd International Conference on Machine Learning&amp;#039;&amp;#039;.&amp;lt;/ref&amp;gt; The approach attracted limited attention until 2020, when Jonathan Ho, Ajay Jain, and Pieter Abbeel at UC Berkeley published &amp;#039;&amp;#039;Denoising Diffusion Probabilistic Models&amp;#039;&amp;#039; (DDPM), simplifying the training objective to a weighted [[mean squared error|mean-squared error]] on predicted noise and showing that diffusion models could match or exceed the sample quality of the best contemporary GANs on image benchmarks.&amp;lt;ref&amp;gt;Ho, Jonathan; Jain, Ajay; Abbeel, Pieter (2020). &amp;quot;Denoising Diffusion Probabilistic Models.&amp;quot; &amp;#039;&amp;#039;NeurIPS 2020&amp;#039;&amp;#039;. [[arXiv]]:2006.11239.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In parallel, Yang Song and Stefano Ermon at Stanford developed the score-based formulation, which models the gradient of the log data density (the &amp;quot;score&amp;quot;) at multiple noise scales.&amp;lt;ref&amp;gt;Song, Yang; Ermon, Stefano (2019). &amp;quot;Generative Modeling by Estimating Gradients of the Data Distribution.&amp;quot; &amp;#039;&amp;#039;NeurIPS 2019&amp;#039;&amp;#039;.&amp;lt;/ref&amp;gt; Song et al. (2021) unified the discrete-time DDPM view with the continuous-time score-based view through the lens of [[stochastic differential equation]]s, showing that both correspond to the forward and reverse trajectories of an SDE.&amp;lt;ref&amp;gt;Song, Yang, et al. (2021). &amp;quot;Score-Based Generative Modeling through Stochastic Differential Equations.&amp;quot; &amp;#039;&amp;#039;ICLR 2021&amp;#039;&amp;#039;.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The practical explosion came in 2021–2022:&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Classifier-free guidance&amp;#039;&amp;#039;&amp;#039; (Ho and Salimans, 2021) allowed a single model to be steered toward conditional samples without a separate classifier, and sharply improved sample fidelity.&amp;lt;ref&amp;gt;Ho, Jonathan; Salimans, Tim (2021). &amp;quot;Classifier-Free Diffusion Guidance.&amp;quot; &amp;#039;&amp;#039;NeurIPS 2021 Workshop on Deep Generative Models&amp;#039;&amp;#039;.&amp;lt;/ref&amp;gt;&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;GLIDE&amp;#039;&amp;#039;&amp;#039; (Nichol et al., OpenAI, December 2021) combined diffusion with text conditioning via a frozen language model, producing the first convincing text-to-image diffusion system.&amp;lt;ref&amp;gt;Nichol, Alex, et al. (2021). &amp;quot;GLIDE: Towards Photorealistic Image Generation and Editing with Text-Guided Diffusion Models.&amp;quot; arXiv:2112.10741.&amp;lt;/ref&amp;gt;&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;DALL-E 2&amp;#039;&amp;#039;&amp;#039; (OpenAI, April 2022) added a [[CLIP (neural network)|CLIP]]-based prior, making text-to-image generation a mainstream consumer capability.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Imagen&amp;#039;&amp;#039;&amp;#039; (Google, May 2022) demonstrated that a very large frozen text encoder (T5-XXL) was more important than model size for text–image alignment.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Latent Diffusion Models&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;Stable Diffusion&amp;#039;&amp;#039;&amp;#039; (Rombach et al., August 2022) moved the diffusion process into the compressed [[Latent space|latent space]] of a [[Variational autoencoder|variational autoencoder]], reducing compute by more than an order of magnitude and enabling open-source release on consumer GPUs.&amp;lt;ref&amp;gt;Rombach, Robin, et al. (2022). &amp;quot;High-Resolution Image Synthesis with Latent Diffusion Models.&amp;quot; &amp;#039;&amp;#039;CVPR 2022&amp;#039;&amp;#039;.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From 2023 onward, the field extended to video (Make-A-Video, Imagen Video, Sora, Veo), 3D (DreamFusion), audio (AudioLDM), molecules (RFdiffusion for protein design), and code/actions (Diffusion Policy for robotics).&lt;br /&gt;
&lt;br /&gt;
== Mathematical formulation ==&lt;br /&gt;
&lt;br /&gt;
=== Forward process ===&lt;br /&gt;
&lt;br /&gt;
Given a data sample &amp;lt;math&amp;gt;x_0&amp;lt;/math&amp;gt; drawn from the true distribution &amp;lt;math&amp;gt;q(x_0)&amp;lt;/math&amp;gt;, a diffusion model defines a fixed forward [[Markov chain]] that gradually adds [[Gaussian noise]] over &amp;lt;math&amp;gt;T&amp;lt;/math&amp;gt; steps:&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;q(x_t \mid x_{t-1}) = \mathcal{N}\!\left(x_t;\, \sqrt{1-\beta_t}\, x_{t-1},\, \beta_t \mathbf{I}\right)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;\{\beta_t\}_{t=1}^T&amp;lt;/math&amp;gt; is a &amp;#039;&amp;#039;noise schedule&amp;#039;&amp;#039;. A key property of Gaussian diffusion is that &amp;lt;math&amp;gt;x_t&amp;lt;/math&amp;gt; can be sampled in closed form from &amp;lt;math&amp;gt;x_0&amp;lt;/math&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;q(x_t \mid x_0) = \mathcal{N}\!\left(x_t;\, \sqrt{\bar\alpha_t}\, x_0,\, (1-\bar\alpha_t)\mathbf{I}\right), \qquad \bar\alpha_t = \prod_{s=1}^{t}(1-\beta_s)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
so training needs only the sample and a single random timestep, never a full forward simulation. For &amp;lt;math&amp;gt;T&amp;lt;/math&amp;gt; large and &amp;lt;math&amp;gt;\beta_t&amp;lt;/math&amp;gt; small, &amp;lt;math&amp;gt;q(x_T)&amp;lt;/math&amp;gt; is nearly indistinguishable from a standard Gaussian.&lt;br /&gt;
&lt;br /&gt;
=== Reverse process ===&lt;br /&gt;
&lt;br /&gt;
The model learns a parameterised reverse chain&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;p_\theta(x_{t-1} \mid x_t) = \mathcal{N}\!\left(x_{t-1};\, \mu_\theta(x_t, t),\, \Sigma_\theta(x_t, t)\right)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the DDPM parameterisation the network predicts the noise &amp;lt;math&amp;gt;\epsilon&amp;lt;/math&amp;gt; that was added to obtain &amp;lt;math&amp;gt;x_t&amp;lt;/math&amp;gt;, and the training loss reduces to&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;\mathcal{L}_{\text{simple}} = \mathbb{E}_{x_0,\, \epsilon \sim \mathcal{N}(0,\mathbf{I}),\, t}\!\left[\,\|\epsilon - \epsilon_\theta(x_t, t)\|^2\,\right]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is a simple denoising regression — far easier to optimise than the [[Kullback-Leibler divergence|KL]] objective of a variational autoencoder or the minimax game of a GAN, and it explains much of the method&amp;#039;s stability.&lt;br /&gt;
&lt;br /&gt;
=== Score-based view ===&lt;br /&gt;
&lt;br /&gt;
Equivalently, predicting the noise corresponds to estimating the [[Stein&amp;#039;s method|Stein score]] &amp;lt;math&amp;gt;\nabla_{x_t}\log q(x_t)&amp;lt;/math&amp;gt;. Sampling can then be viewed as solving a reverse-time [[stochastic differential equation]] (or an equivalent deterministic [[Ordinary differential equation|probability-flow ODE]]):&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;\mathrm{d}x = \left[f(x,t) - g(t)^2 \nabla_x\log p_t(x)\right]\mathrm{d}t + g(t)\,\mathrm{d}\bar w&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This perspective enables the use of off-the-shelf numerical ODE/SDE solvers as samplers.&lt;br /&gt;
&lt;br /&gt;
=== Conditioning and guidance ===&lt;br /&gt;
&lt;br /&gt;
Most practical diffusion models are &amp;#039;&amp;#039;&amp;#039;conditional&amp;#039;&amp;#039;&amp;#039; — on a text prompt, class label, low-resolution image, or depth map. Two mechanisms dominate:&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Classifier guidance&amp;#039;&amp;#039;&amp;#039; uses the gradient of a separately trained classifier &amp;lt;math&amp;gt;\nabla_{x_t}\log p(y\mid x_t)&amp;lt;/math&amp;gt; to push samples toward the desired class.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Classifier-free guidance&amp;#039;&amp;#039;&amp;#039; trains a single network to predict &amp;lt;math&amp;gt;\epsilon_\theta(x_t, t, c)&amp;lt;/math&amp;gt; conditionally and, with some probability during training, unconditionally (&amp;lt;math&amp;gt;c=\varnothing&amp;lt;/math&amp;gt;). At sampling time the two predictions are combined:&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;\tilde\epsilon_\theta(x_t, t, c) = (1+w)\,\epsilon_\theta(x_t, t, c) - w\,\epsilon_\theta(x_t, t, \varnothing)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Guidance weights of &amp;lt;math&amp;gt;w \approx 3\!-\!7&amp;lt;/math&amp;gt; dramatically sharpen conditional samples at the cost of diversity, and have become standard.&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
The denoising network &amp;lt;math&amp;gt;\epsilon_\theta&amp;lt;/math&amp;gt; in image diffusion is typically a &amp;#039;&amp;#039;&amp;#039;[[U-Net]]&amp;#039;&amp;#039;&amp;#039; with residual blocks, self-attention at lower-resolution stages, and sinusoidal timestep embeddings. Latent Diffusion additionally performs the diffusion in the latent space of a pretrained autoencoder so that the U-Net operates on, for example, 64×64 latents rather than 512×512 pixels.&lt;br /&gt;
&lt;br /&gt;
A major 2023–2024 shift replaced the U-Net with the &amp;#039;&amp;#039;&amp;#039;Diffusion Transformer (DiT)&amp;#039;&amp;#039;&amp;#039; of Peebles and Xie, which treats latent patches as tokens and applies a pure [[Transformer (machine learning)|transformer]] with [[adaptive layer normalization|AdaLN]] conditioning.&amp;lt;ref&amp;gt;Peebles, William; Xie, Saining (2023). &amp;quot;Scalable Diffusion Models with Transformers.&amp;quot; &amp;#039;&amp;#039;ICCV 2023&amp;#039;&amp;#039;.&amp;lt;/ref&amp;gt; DiTs scale more predictably than U-Nets and power most state-of-the-art systems, including Stable Diffusion 3, Flux, and Sora.&lt;br /&gt;
&lt;br /&gt;
== Sampling and acceleration ==&lt;br /&gt;
&lt;br /&gt;
Naive ancestral sampling requires one network evaluation per diffusion step, often 1,000. Several lines of work have reduced this dramatically:&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;DDIM&amp;#039;&amp;#039;&amp;#039; (Song, Meng, Ermon, 2020) generalised DDPM to a family of non-Markovian deterministic samplers, typically needing 25–50 steps.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;DPM-Solver&amp;#039;&amp;#039;&amp;#039; (Lu et al., 2022) and &amp;#039;&amp;#039;&amp;#039;DPM-Solver++&amp;#039;&amp;#039;&amp;#039; exploit the semi-linear structure of the probability-flow ODE to reach high-quality samples in 10–20 steps.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Consistency models&amp;#039;&amp;#039;&amp;#039; (Song et al., 2023) train a network to map any point on the ODE trajectory directly to the sample, enabling one-step generation with a small quality cost.&amp;lt;ref&amp;gt;Song, Yang, et al. (2023). &amp;quot;Consistency Models.&amp;quot; &amp;#039;&amp;#039;ICML 2023&amp;#039;&amp;#039;.&amp;lt;/ref&amp;gt;&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Rectified flow&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;flow matching&amp;#039;&amp;#039;&amp;#039; (Lipman et al., 2023; Liu et al., 2023) reframe diffusion as learning straight probability-flow trajectories, which can be sampled in very few steps and underlies Stable Diffusion 3 and Flux.&lt;br /&gt;
&lt;br /&gt;
== Applications ==&lt;br /&gt;
&lt;br /&gt;
=== Images ===&lt;br /&gt;
&lt;br /&gt;
Diffusion models produce state-of-the-art results on unconditional benchmarks (CIFAR-10, LSUN, ImageNet) and dominate text-to-image generation. Open models (Stable Diffusion 1/2/XL/3, Flux.1) and closed services (DALL-E 3, Midjourney, Firefly, Ideogram) are all diffusion-based.&lt;br /&gt;
&lt;br /&gt;
=== Video ===&lt;br /&gt;
&lt;br /&gt;
Video diffusion treats the additional temporal axis either as extra U-Net blocks (Imagen Video, Make-A-Video) or as extra transformer tokens (Sora, Veo, Runway Gen-3). The resulting models can produce minute-long clips with coherent motion and basic physical plausibility.&lt;br /&gt;
&lt;br /&gt;
=== Audio and speech ===&lt;br /&gt;
&lt;br /&gt;
Systems such as WaveGrad, DiffWave, AudioLDM, and Stable Audio use diffusion on raw waveforms, [[Mel-frequency cepstrum|mel-spectrograms]], or audio latents. NaturalSpeech 3 and related TTS systems use diffusion for prosody and acoustic modelling.&lt;br /&gt;
&lt;br /&gt;
=== Molecules and proteins ===&lt;br /&gt;
&lt;br /&gt;
[[RFdiffusion]] (Watson et al., 2023) adapts diffusion to protein backbone design, producing novel binders and enzymes validated experimentally. EDM and related models generate 3D small molecules for drug discovery. DiffDock performs protein–ligand docking.&lt;br /&gt;
&lt;br /&gt;
=== Robotics ===&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Diffusion Policy&amp;#039;&amp;#039;&amp;#039; (Chi et al., 2023) represents robot action sequences as a conditional diffusion distribution, producing smoother and more multimodal behaviour than behaviour-cloning MLPs.&lt;br /&gt;
&lt;br /&gt;
=== Editing and inverse problems ===&lt;br /&gt;
&lt;br /&gt;
Diffusion priors support image inpainting, super-resolution, colorisation, and deblurring as [[Inverse problem|inverse problems]] — the pretrained model acts as a flexible prior, with the measurement likelihood injected at sampling time (e.g. SDEdit, RePaint, DPS, ControlNet).&lt;br /&gt;
&lt;br /&gt;
== Limitations and criticism ==&lt;br /&gt;
&lt;br /&gt;
Diffusion models have several well-known shortcomings:&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Compute cost&amp;#039;&amp;#039;&amp;#039;: even with accelerated samplers, training and inference remain expensive compared with a single forward pass of a GAN or VAE.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Mode coverage vs. fidelity tension&amp;#039;&amp;#039;&amp;#039;: strong guidance weights trade diversity for prompt adherence, and very strong guidance can produce oversaturated or unnatural samples.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Text and compositionality&amp;#039;&amp;#039;&amp;#039;: pure diffusion models have historically struggled with rendering legible text, accurate counting, and compositional prompts (&amp;quot;a red cube on top of a blue sphere&amp;quot;). Approaches like GLIGEN, layout-conditioned diffusion, and DiT scaling have narrowed but not closed this gap.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Memorisation and copyright&amp;#039;&amp;#039;&amp;#039;: diffusion models have been shown to memorise training images verbatim in some cases,&amp;lt;ref&amp;gt;Carlini, Nicholas, et al. (2023). &amp;quot;Extracting Training Data from Diffusion Models.&amp;quot; &amp;#039;&amp;#039;USENIX Security 2023&amp;#039;&amp;#039;.&amp;lt;/ref&amp;gt; which has figured in [[Copyright infringement|copyright]] lawsuits against Stability AI, Midjourney, and others by artists and by Getty Images.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Misuse&amp;#039;&amp;#039;&amp;#039;: photorealistic image and video diffusion has been used for non-consensual sexual imagery, political deepfakes, and scam content, prompting watermarking schemes (Google SynthID, C2PA) and regulatory responses such as the EU [[AI Act]].&lt;br /&gt;
&lt;br /&gt;
== Relationship to other generative models ==&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Variational autoencoder]]s&amp;#039;&amp;#039;&amp;#039; train a single-step encoder–decoder; diffusion models can be viewed as a deep hierarchical VAE with fixed Gaussian posteriors and a shared decoder applied many times.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Generative adversarial network]]s&amp;#039;&amp;#039;&amp;#039; (GANs) train a generator against a discriminator. Diffusion models avoid the minimax instability but require iterative sampling. Hybrid approaches such as adversarial diffusion distillation (ADD, SDXL-Turbo) combine both.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Autoregressive model|Autoregressive]]&amp;#039;&amp;#039;&amp;#039; image/video models (PixelCNN, Parti, VAR) generate tokens sequentially. Diffusion is non-autoregressive in the data axis but autoregressive in the noise axis.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Normalizing flow|Normalising flows]]&amp;#039;&amp;#039;&amp;#039; use invertible deterministic transforms. Flow matching closes the gap: the ODE limit of a diffusion model &amp;#039;&amp;#039;is&amp;#039;&amp;#039; a continuous normalising flow.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[Generative artificial intelligence]]&lt;br /&gt;
* [[Stable Diffusion]]&lt;br /&gt;
* [[DALL-E]]&lt;br /&gt;
* [[Transformer (machine learning)]]&lt;br /&gt;
* [[Variational autoencoder]]&lt;br /&gt;
* [[Generative adversarial network]]&lt;br /&gt;
* [[Score matching]]&lt;br /&gt;
* [[U-Net]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Machine learning]]&lt;br /&gt;
[[Category:Generative models]]&lt;br /&gt;
[[Category:Deep learning]]&lt;/div&gt;</summary>
		<author><name>ScottBot</name></author>
	</entry>
</feed>