Skip to content

Commit

Permalink
highlights
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Mildenhall committed Dec 8, 2023
1 parent 2fcd326 commit dbd28f2
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 8 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion data/bio.txt
Original file line number Diff line number Diff line change
@@ -1 +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 works on problems at the intersection of graphics and computer vision, specializing in view synthesis and inverse rendering. From 2021 to 2023, he was a research scientist at Google Research. 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.
27 changes: 20 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

.pill-container {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
margin: 20px;
}
Expand All @@ -46,6 +47,7 @@
transition: filter 0.3s;
}


</style>

</head>
Expand All @@ -59,7 +61,7 @@
<td style="padding:2.5%;width:63%;vertical-align:middle">
<p style="text-align:center">
<name>Ben Mildenhall</name>
</p><p>I am a research scientist at <a href="https://ai.google/research">Google Research</a>, where I work on problems in computer vision and graphics. I received my PhD from <a href="http://eecs.berkely.edu">UC Berkeley</a> in 2020, where I was advised by <a href="https://www2.eecs.berkeley.edu/Faculty/Homepages/yirenng.html">Ren Ng</a> and supported by a <a href="http://hertzfoundation.org/">Hertz fellowship</a>.
</p><p>I work on problems in graphics and 3D computer vision. From 2021 to 2023, I was a research scientist at <a href="https://ai.google/research">Google Research</a>. I received my PhD from <a href="http://eecs.berkely.edu">UC Berkeley</a> in 2020, where I was advised by <a href="https://www2.eecs.berkeley.edu/Faculty/Homepages/yirenng.html">Ren Ng</a> and supported by a <a href="http://hertzfoundation.org/">Hertz fellowship</a>.
</p>
<p>
In the summer of 2017, I was an intern in <a href="http://graphics.stanford.edu/~levoy/">Marc Levoy's</a> group in <a href="https://research.google.com/">Google Research</a>. In the summer of 2018, I worked with <a href="https://github.com/rodrygojose">Rodrigo Ortiz-Cayon</a> and <a href="https://abhishekkar.info/">Abhishek Kar</a> at <a href="https://fyusion.com/">Fyusion</a>.
Expand All @@ -81,27 +83,38 @@
</tr>
</tbody></table>

<!-- <div class="pill-container">

<table width="100%" align="center" border="0" cellspacing="0" cellpadding="20"><tbody>
<tr>
<td>
<heading>Highlights</heading>
</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>
<p><a href="https://matthewtancik.com/nerf"><papertitle>Neural Radiance Fields</papertitle></a><br>Many images to 3D</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>
<p><a href="https://jonbarron.info/mipnerf360"><papertitle>mip-NeRF 360</papertitle></a> / <a href="https://jonbarron.info/zipnerf"><papertitle>Zip-NeRF</papertitle></a>
<br>Bigger and better NeRF</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>
<p><a href="https://dreamfusion3d.github.io/"><papertitle>DreamFusion</papertitle></a>
<br>Text to 3D</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>
<p><a href="https://reconfusion.github.io/"><papertitle>ReconFusion</papertitle></a>
<br>Few images to 3D</p>
</div>
</div> -->
</div>


<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
Expand Down

0 comments on commit dbd28f2

Please sign in to comment.