Skip to content

Commit

Permalink
reconfusion and genten
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Mildenhall committed Dec 6, 2023
1 parent 882e613 commit 2fcd326
Show file tree
Hide file tree
Showing 7 changed files with 154 additions and 10 deletions.
Binary file modified .DS_Store
Binary file not shown.
8 changes: 1 addition & 7 deletions data/bio.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
Ben Mildenhall is a research scientist at Google, where he works on problems at
the intersection of graphics and computer vision, specializing in view synthesis
and inverse rendering. He completed his PhD in computer science from UC Berkeley
in 2020, advised by Ren Ng and supported by a Hertz Fellowship, and received the
ACM Doctoral Dissertation Award Honorable Mention and David J. Sakrison Memorial
Prize for his thesis work on neural radiance fields. He has received paper
awards at ECCV 2020, ICCV 2021, CVPR 2022, and ICLR 2023.
Ben Mildenhall is a research scientist at Google, where he works on problems at the intersection of graphics and computer vision, specializing in view synthesis and inverse rendering. He completed his PhD in computer science from UC Berkeley in 2020, advised by Ren Ng and supported by a Hertz Fellowship, and received the ACM Doctoral Dissertation Award Honorable Mention and David J. Sakrison Memorial Prize for his thesis work on neural radiance fields. He has received paper awards at ECCV 2020, ICCV 2021, CVPR 2022, and ICLR 2023.
Binary file added img/genten.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/genten.mp4
Binary file not shown.
Binary file added img/recon.mp4
Binary file not shown.
Binary file added img/recon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
156 changes: 153 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,35 @@

<link rel="stylesheet" type="text/css" href="css/stylesheet.css">
<link rel="icon" type="image/png" href="img/seal_icon.png">

<style>

.pill-container {
display: flex;
justify-content: space-around;
margin: 20px;
}

.pill {
border: 1px solid #ddd;
padding: 10px;
cursor: pointer;
transition: background-color 0.3s;
text-align: center;
}

.pill:hover {
background-color: #f1f1f1;
}

.thumbnail {
max-width: 160px;
height: auto;
transition: filter 0.3s;
}

</style>

</head>

<body>
Expand Down Expand Up @@ -51,6 +80,30 @@
</td>
</tr>
</tbody></table>

<!-- <div class="pill-container">
<div class="pill nerf">
<a href="https://matthewtancik.com/nerf"><video muted autoplay loop src="img/vase_small.mp4" alt="Nerf"></a>
<p><a href="https://matthewtancik.com/nerf"><papertitle>NeRF</papertitle></a></p>
</div>
<div class="pill mipnerf360">
<a href="https://jonbarron.info/mipnerf360"><video muted autoplay loop class="thumbnail" src="img/kitchenlego_square320_crf23.mp4" alt="Mipnerf360"></a>
<p><a href="https://jonbarron.info/mipnerf360"><papertitle>mip-NeRF 360</papertitle></a> / <a href="https://jonbarron.info/zipnerf"><papertitle>Zip-NeRF</papertitle></a></p>
</div>
<div class="pill dreamfusion">
<a href="https://dreamfusion3d.github.io/"><video muted autoplay loop class="thumbnail" src="img/dreamfusion.mp4" alt="Dreamfusion"></a>
<p><a href="https://dreamfusion3d.github.io/"><papertitle>DreamFusion</papertitle></a></p>
</div>
<div class="pill reconfusion">
<a href="https://reconfusion.github.io/"><video muted autoplay loop class="thumbnail" src="img/recon.mp4" alt="Reconfusion"></a>
<p><a href="https://reconfusion.github.io/"><papertitle>ReconFusion</papertitle></a></p>
</div>
</div> -->


<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr>
<td style="padding:20px;width:100%;vertical-align:middle">
Expand All @@ -61,6 +114,103 @@
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>


<tr onmouseout="recon_stop()" onmouseover="recon_start()">
<td style="padding:20px;width:25%;vertical-align:middle">
<div class="one">
<div class="two" id='recon_image'><video width=100% height=100% muted autoplay loop>
<source src="img/recon.mp4" type="video/mp4">
Your browser does not support the video tag.
</video></div>
<img src='img/recon.png' width="160">
</div>
<script type="text/javascript">
function recon_start() {
document.getElementById('recon_image').style.opacity = "1";
}

function recon_stop() {
document.getElementById('recon_image').style.opacity = "0";
}
recon_stop()
</script>
</td>
<td style="padding:20px;width:75%;vertical-align:middle">
<a href="https://reconfusion.github.io/">
<papertitle>ReconFusion: 3D Reconstruction with Diffusion Priors</papertitle>
</a>
<br>
<a href="https://www.cs.columbia.edu/~rundi/">Rundi Wu*</a>,
<strong>Ben Mildenhall*</strong>,
<a href="https://henzler.github.io/">Philipp Henzler</a>,
<a href="https://keunhong.com/">Keunhong Park</a>,
<a href="https://ruiqigao.github.io/">Ruiqi Gao</a>,
<a href="https://scholar.google.com/citations?user=_pKKv2QAAAAJ&hl=en/">Daniel Watson</a>,
<a href="https://pratulsrinivasan.github.io/">Pratul P. Srinivasan</a>,
<a href="https://dorverbin.github.io/">Dor Verbin</a>,
<a href="https://jonbarron.info/">Jonathan T. Barron</a>,
<a href="https://poolio.github.io/">Ben Poole</a>,
<a href="https://holynski.org/">Aleksander Holynski*</a>
<br>
<em>arXiv</em>, 2023
<br>
<a href="https://reconfusion.github.io/">project page</a>
/
<a href="https://arxiv.org/abs/">arXiv</a>
<p></p>
<p>
Finetune an image diffusion model to accept multiview inputs, then use it to regularize radiance field reconstruction.
</p>
</td>
</tr>

<tr onmouseout="genten_stop()" onmouseover="genten_start()">
<td style="padding:20px;width:25%;vertical-align:middle">
<div class="one">
<div class="two" id='genten_image'><video width=100% height=100% muted autoplay loop>
<source src="img/genten.mp4" type="video/mp4">
Your browser does not support the video tag.
</video></div>
<img src='img/genten.jpg' width="160">
</div>
<script type="text/javascript">
function genten_start() {
document.getElementById('genten_image').style.opacity = "1";
}

function genten_stop() {
document.getElementById('genten_image').style.opacity = "0";
}
genten_stop()
</script>
</td>
<td style="padding:20px;width:75%;vertical-align:middle">
<a href="https://powers-of-10.github.io/">
<papertitle>Generative Powers of Ten</papertitle>
</a>
<br>
<a href="https://scholar.google.ch/citations?user=v3NXpJAAAAAJ&hl=en">Xiaojuan Wang</a>,
<a href="https://www.linkedin.com/in/jannekontkanen/">Janne Kontkanen</a>,
<a href="https://homes.cs.washington.edu/~curless/">Brian Curless</a>,
<a href="https://www.smseitz.com/">Steve Seitz</a>,
<a href="https://www.irakemelmacher.com/">Ira Kemelmacher</a>,<br>
<strong>Ben Mildenhall</strong>,
<a href="https://pratulsrinivasan.github.io/">Pratul P. Srinivasan</a>,
<a href="https://dorverbin.github.io/">Dor Verbin</a>,
<a href="https://holynski.org/">Aleksander Holynski</a>
<br>
<em>arXiv</em>, 2023
<br>
<a href="https://reconfusion.github.io/">project page</a>
/
<a href="https://arxiv.org/abs/">arXiv</a>
<p></p>
<p>
Use a text-to-image model to generate consistent content across drastically varying scales.
</p>
</td>
</tr>


<tr onmouseout="camp_stop()" onmouseover="camp_start()">
<td style="padding:20px;width:25%;vertical-align:middle">
<div class="one">
Expand Down Expand Up @@ -136,7 +286,7 @@
<a href="https://pratulsrinivasan.github.io/">Pratul Srinivasan</a>,
<a href="https://phogzone.com/">Peter Hedman</a>
<br>
<em>ICCV</em>, 2023 <font color="red"><strong>(oral)</strong></font>
<em>ICCV</em>, 2023 <font color="red"><strong>(Best Paper Finalist)</strong></font>
<br>
<a href="http://jonbarron.info/zipnerf">project page</a>
/
Expand Down Expand Up @@ -1477,7 +1627,7 @@
<td style="padding:20px;width:75%;vertical-align:middle">
<p>
<p>
<a href="cs148_raytracing">
<a href="cs148_raytracer/index.html">
<papertitle>Ray Tracer</papertitle>
</a>
<br>
Expand Down Expand Up @@ -1563,7 +1713,7 @@
<p align="right">
<font size="2">
Yep it's another <a href="https://jonbarron.info">Jon Barron</a> website. <br>
Last updated August 2023.
Last updated December 2023.
</font>
</p>
</td>
Expand Down

0 comments on commit 2fcd326

Please sign in to comment.