Skip to content

Commit b6606ab

Browse files
committed
todos
1 parent c5bf03b commit b6606ab

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -254,13 +254,13 @@ <h2 class="title">Introduction</h2>
254254
</p> -->
255255
<!-- Continuous Diffusion -->
256256
<h4 class="subtitle">Gaussiasn Diffusion</h3>
257-
<p>[TODO]
257+
<p>[Will be completed by April 19, 2025]
258258
<!-- Diffusion models are trained to iteratively undo a forward corruption process q that corrupts the clean data $\mathbf{x} \in \mathbb{R}^{n}$ by adding Gaussian noise. In the reverse generation process, the trained model iteratively denoises the Gaussian noise to generate clean inputs that correspond to the input data distribution. -->
259259
</p>
260260

261261
<!-- Discrete Diffusion -->
262262
<h4 class="subtitle">Discrete Diffusion</h3>
263-
<p>[TODO]
263+
<p>[Will be completed by April 19, 2025]
264264
<!-- Applications of diffusion modeling to discrete data can be categorized into two broad areas. The first involves embedding discrete structures in continuous space and then performing the Gaussian diffusion defined above on these continuous representations. More related to our method are works that define a diffusion process directly on discrete structures. <a href="https://arxiv.org/abs/2107.03006">D3PM </a> introduces a framework with a Markov forward process \( q(z_t|z_{t−1}) = \text{Cat}(z_t; Q_t z_{t−1}) \), defined by the multiplication of matrices \( Q_t \in \mathbb{R}^{n \times n} \) over \( T \) discrete time steps. The matrix \( Q_t \) is designed such that \( Q_T \cdot Q_{T-1} \cdots Q_1 \mathbf{x} \) converges to a stationary distribution. -->
265265
</p>
266266
</div>
@@ -274,12 +274,12 @@ <h4 class="subtitle">Discrete Diffusion</h3>
274274
<div class="container is-max-desktop">
275275
<div class="content is-medium">
276276
<h2 class="title">The Diffusion Duality</h2>
277-
<p>[TODO] Equivalence of Marginals, ELBO relation.</p>
277+
<p>[Will be completed by April 19, 2025] Equivalence of Marginals, ELBO relation.</p>
278278
<h4 class="subtitle">Marginals</h4>
279-
<p>TODO</p>
279+
<p>[Will be completed by April 19, 2025]</p>
280280

281281
<h4>ELBO</h4>
282-
<p> TODO </p>
282+
<p> [Will be completed by April 19, 2025] </p>
283283

284284
</div>
285285
</div>
@@ -290,10 +290,10 @@ <h4>ELBO</h4>
290290
<div class="content is-medium">
291291
<h2 class="title">Experiments</h2>
292292
<h4> Curriculum Learning</h4>
293-
<p> TODO
293+
<p> [Will be completed by April 19, 2025]
294294
</p>
295295
<h4>Distillation</h4>
296-
<p> TODO</p>
296+
<p> [Will be completed by April 19, 2025]</p>
297297

298298
</div>
299299
</div>

0 commit comments

Comments
 (0)