-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (43 loc) · 2.18 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Off-policy RL for Diffusion Samplers</title>
<!-- Viewport meta tag for responsive design -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Link to CSS file -->
<link rel="stylesheet" href="styles.css">
<!-- Link to Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Lora&display=swap" rel="stylesheet">
</head>
<body>
<header>
<h1>Off-policy RL for Diffusion Samplers</h1>
</header>
<main>
<section class="projects">
<div class="project-card">
<!-- <img src="image1.jpg" alt="Project 1 Image"> -->
<div class="project-content">
<h2>Amortizing intractable inference in diffusion models for vision, language, and control</h2>
<p><b>TL;DR:</b> Fine-tune diffusion models with GFlowNet objectives.</p>
<p class="authors">Siddarth Venkatraman*, Moksh Jain*, Luca Scimeca*, Minsu Kim*, Marcin Sendera*, Mohsin Hasan, Luke Rowe, Sarthak Mittal, Pablo Lemos, Emmanuel Bengio, Alexandre Adam, Jarrid Rector-Brooks, Yoshua Bengio, Glen Berseth, Nikolay Malkin.</p>
<p><b>NeurIPS 2024.</b></p>
<a href="https://www.gflownet.org/diffusion-samplers/ft.html">Read More →</a>
</div>
</div>
<div class="project-card">
<!-- <img src="image2.jpg" alt="Project 2 Image"> -->
<div class="project-content">
<h2>Improved off-policy training of diffusion samplers</h2>
<p><b>TL;DR:</b> Train diffusion samplers with GFlowNets.</p>
<p class="authors">Marcin Sendera, Minsu Kim, Sarthak Mittal, Pablo Lemos, Luca Scimeca, Jarrid Rector-Brooks, Alexandre Adam, Yoshua Bengio, Nikolay Malkin.</p>
<p><b>NeurIPS 2024.</b></p>
<a href="https://www.gflownet.org/diffusion-samplers/sampler.html">Read More →</a>
</div>
</div>
<!-- Add more project cards as needed -->
</section>
</main>
</body>
</html>