luuuulinnnn commited on
Commit
d7df417
·
verified ·
1 Parent(s): 282daaf

Shorten title-slide subtitle to one line

Browse files
Files changed (1) hide show
  1. index.html +3 -3
index.html CHANGED
@@ -3,7 +3,7 @@
3
  <head>
4
  <meta charset="utf-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>World Memory — Knownness-Conditioned Long-Video Generation</title>
7
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/reveal.js@5.1.0/dist/reveal.css">
8
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/reveal.js@5.1.0/dist/theme/black.css" id="theme">
9
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/reveal.js@5.1.0/plugin/highlight/monokai.css">
@@ -74,8 +74,8 @@
74
  <div class="titlewrap" style="margin-top:6%;">
75
  <p class="kicker">CoRL 2026 · Long-Video World Models</p>
76
  <h1>World&nbsp;Memory</h1>
77
- <p class="sub big">Consistent Long-Video Generation via<br><strong style="color:var(--amber)">Knownness-Conditioned</strong> Diffusion Forcing</p>
78
- <p class="lead" style="margin:1.1em auto 0;">Turn a posed video into a persistent 3D world memory, then let a frozen video diffusion model <em>reuse what it has seen</em> and generate only what it hasn't.</p>
79
  <p class="authors">A 3D-grounded memory bank &nbsp;·&nbsp; per-token noise scheduling &nbsp;·&nbsp; write-back rollout</p>
80
  </div>
81
  <div class="footer">World Memory · working title</div>
 
3
  <head>
4
  <meta charset="utf-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>World Memory — Knownness-Conditioned Video Generation</title>
7
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/reveal.js@5.1.0/dist/reveal.css">
8
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/reveal.js@5.1.0/dist/theme/black.css" id="theme">
9
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/reveal.js@5.1.0/plugin/highlight/monokai.css">
 
74
  <div class="titlewrap" style="margin-top:6%;">
75
  <p class="kicker">CoRL 2026 · Long-Video World Models</p>
76
  <h1>World&nbsp;Memory</h1>
77
+ <p class="sub big"><strong style="color:var(--amber)">Knownness-Conditioned</strong> Long-Video Generation</p>
78
+ <p class="lead" style="margin:1.1em auto 0;">A frozen video diffusion model that <em>reuses what it has seen</em> and generates only what it hasn't.</p>
79
  <p class="authors">A 3D-grounded memory bank &nbsp;·&nbsp; per-token noise scheduling &nbsp;·&nbsp; write-back rollout</p>
80
  </div>
81
  <div class="footer">World Memory · working title</div>