-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (29 loc) · 1.25 KB
/
Copy pathindex.html
File metadata and controls
35 lines (29 loc) · 1.25 KB
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
<!DOCTYPE html>
<html>
<head>
<title> Paper Reviews </title>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script type="text/javascript" id="MathJax-script" async
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js">
</script>
</head>
<body>
<h2>Diffusion & Flow matching</h2>
<ol>
<li> <a href="papers/flow-matching/general-flow-matching.html">Flow matching for generative modelling</a></li>
<li> <a href="papers/flow-matching/flow-aligner/main.html">Align Your Flow:
Scaling Continuous-Time Flow Map Distillation</a></li>
<li> <a href="papers/flow-matching/falcons/main.html">FALCON: Few-step accurate likelihoods for continuous flows, 10 December 2025</a></li>
<li> <a href="papers/flow-matching/25-08-editflow.html">EditFlow: Havasi et al</a></li>
<li> <a href="papers/discrete-diffusion.html">Discrete Diffusion Modeling by Estimating the Ratios of the Data Distribution: Lou et al</a></li>
</ol>
<h2>MD</h2>
<ol>
<li> <a href="papers/md/energy_loss/main.html">Energy loss functions for physical systems</a></li>
</ol>
<h2>Geometry</h2>
<ol>
<li> <a href="papers/geometry/spacemesh/spacemesh.html">SpaceMesh</a></li>
</ol>
</body>
</html>