Skip to content

Commit 1ea6019

Browse files
committed
plaudits
1 parent 0fe6fe4 commit 1ea6019

File tree

1 file changed

+48
-51
lines changed

1 file changed

+48
-51
lines changed

index.html

Lines changed: 48 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,53 @@ <h2>Research</h2>
5555
<table style="width:100%;border:0px;border-spacing:0px 10px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
5656

5757

58+
<tr onmouseout="cat4d_stop()" onmouseover="cat4d_start()" bgcolor="#ffffd0">
59+
<td style="padding:16px;width:20%;vertical-align:middle">
60+
<div class="one">
61+
<div class="two" id='cat4d_image'><video width=100% height=100% muted autoplay loop>
62+
<source src="images/cat4d.mp4" type="video/mp4">
63+
Your browser does not support the video tag.
64+
</video></div>
65+
<img src='images/cat4d.jpg' width="160">
66+
</div>
67+
<script type="text/javascript">
68+
function cat4d_start() {
69+
document.getElementById('cat4d_image').style.opacity = "1";
70+
}
71+
72+
function cat4d_stop() {
73+
document.getElementById('cat4d_image').style.opacity = "0";
74+
}
75+
cat4d_stop()
76+
</script>
77+
</td>
78+
<td style="padding:8px;width:80%;vertical-align:middle">
79+
<a href="https://cat-4d.github.io/">
80+
<span class="papertitle">CAT4D: Create Anything in 4D with Multi-View Video Diffusion Models
81+
</span>
82+
</a>
83+
<br>
84+
<a href="https://www.cs.columbia.edu/~rundi/">Rundi Wu</a>,
85+
<a href="https://ruiqigao.github.io/">Ruiqi Gao</a>,
86+
<a href="https://poolio.github.io/">Ben Poole</a>,
87+
<a href="https://alextrevithick.github.io/">Alex Trevithick</a>,
88+
<a href="https://www.cs.columbia.edu/~cxz/index.htm/">Changxi Zheng</a>,
89+
<strong>Jonathan T. Barron</strong>,
90+
<a href="https://holynski.org/">Aleksander Holynski</a>
91+
<br>
92+
<em>CVPR</em>, 2025 &nbsp <font color="red"><strong>(Oral Presentation)</strong></font>
93+
<br>
94+
<a href="https://cat-4d.github.io/">project page</a>
95+
/
96+
<a href="https://arxiv.org/abs/2411.18613">arXiv</a>
97+
<p></p>
98+
<p>
99+
An approach for turning a video into a 4D radiance field that can be rendered in real-time. When combined with a text-to-video model, this enables text-to-4D.
100+
</p>
101+
</td>
102+
</tr>
103+
104+
58105
<tr onmouseout="r2r_stop()" onmouseover="r2r_start()">
59106
<td style="padding:16px;width:20%;vertical-align:middle">
60107
<div class="one">
@@ -88,7 +135,7 @@ <h2>Research</h2>
88135
<a href="https://pratulsrinivasan.github.io/">Pratul P. Srinivasan</a>,
89136
<a href="https://dorverbin.github.io/">Dor Verbin</a>
90137
<br>
91-
<em>CVPR</em>, 2025
138+
<em>CVPR</em>, 2025 &nbsp <font color=#FF8080><strong>(Highlight)</strong></font>
92139
<br>
93140
<a href="https://relight-to-reconstruct.github.io/">project page</a>
94141
/
@@ -152,55 +199,6 @@ <h2>Research</h2>
152199
</tr>
153200

154201

155-
156-
<tr onmouseout="cat4d_stop()" onmouseover="cat4d_start()" bgcolor="#ffffd0">
157-
<td style="padding:16px;width:20%;vertical-align:middle">
158-
<div class="one">
159-
<div class="two" id='cat4d_image'><video width=100% height=100% muted autoplay loop>
160-
<source src="images/cat4d.mp4" type="video/mp4">
161-
Your browser does not support the video tag.
162-
</video></div>
163-
<img src='images/cat4d.jpg' width="160">
164-
</div>
165-
<script type="text/javascript">
166-
function cat4d_start() {
167-
document.getElementById('cat4d_image').style.opacity = "1";
168-
}
169-
170-
function cat4d_stop() {
171-
document.getElementById('cat4d_image').style.opacity = "0";
172-
}
173-
cat4d_stop()
174-
</script>
175-
</td>
176-
<td style="padding:8px;width:80%;vertical-align:middle">
177-
<a href="https://cat-4d.github.io/">
178-
<span class="papertitle">CAT4D: Create Anything in 4D with Multi-View Video Diffusion Models
179-
</span>
180-
</a>
181-
<br>
182-
<a href="https://www.cs.columbia.edu/~rundi/">Rundi Wu</a>,
183-
<a href="https://ruiqigao.github.io/">Ruiqi Gao</a>,
184-
<a href="https://poolio.github.io/">Ben Poole</a>,
185-
<a href="https://alextrevithick.github.io/">Alex Trevithick</a>,
186-
<a href="https://www.cs.columbia.edu/~cxz/index.htm/">Changxi Zheng</a>,
187-
<strong>Jonathan T. Barron</strong>,
188-
<a href="https://holynski.org/">Aleksander Holynski</a>
189-
<br>
190-
<em>CVPR</em>, 2025
191-
<br>
192-
<a href="https://cat-4d.github.io/">project page</a>
193-
/
194-
<a href="https://arxiv.org/abs/2411.18613">arXiv</a>
195-
<p></p>
196-
<p>
197-
An approach for turning a video into a 4D radiance field that can be rendered in real-time. When combined with a text-to-video model, this enables text-to-4D.
198-
</p>
199-
</td>
200-
</tr>
201-
202-
203-
204202
<tr onmouseout="power_stop()" onmouseover="power_start()" bgcolor="#ffffd0">
205203
<td style="padding:16px;width:20%;vertical-align:middle">
206204
<div class="one">
@@ -626,7 +624,6 @@ <h2>Research</h2>
626624
</td>
627625
</tr>
628626

629-
630627
<tr onmouseout="recon_stop()" onmouseover="recon_start()" bgcolor="#ffffd0">
631628
<td style="padding:16px;width:20%;vertical-align:middle">
632629
<div class="one">

0 commit comments

Comments
 (0)