Skip to content

Commit a2fb8a0

Browse files
committed
nexf
1 parent 73edeb3 commit a2fb8a0

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-0
lines changed

images/nexf_after.jpg

21.2 KB
Loading

images/nexf_before.jpg

14.4 KB
Loading

index.html

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

57+
<tr onmouseout="nexf_stop()" onmouseover="nexf_start()">
58+
<td style="padding:16px;width:20%;vertical-align:middle">
59+
<div class="one">
60+
<div class="two" id='nexf_image'>
61+
<img src='images/nexf_after.jpg' width=100%>
62+
</div>
63+
<img src='images/nexf_before.jpg' width=100%>
64+
</div>
65+
<script type="text/javascript">
66+
function nexf_start() {
67+
document.getElementById('nexf_image').style.opacity = "1";
68+
}
5769

70+
function nexf_stop() {
71+
document.getElementById('nexf_image').style.opacity = "0";
72+
}
73+
nexf_stop()
74+
</script>
75+
</td>
76+
<td style="padding:8px;width:80%;vertical-align:middle">
77+
<a href="https://m-niemeyer.github.io/nexf/">
78+
<span class="papertitle">NExF: Learning Neural Exposure Fields for View Synthesis</span>
79+
</a>
80+
<br>
81+
<a href="https://m-niemeyer.github.io/">Michael Niemeyer</a>,
82+
<a href="https://campar.in.tum.de/Main/FabianManhardt">Fabian Manhardt</a>,
83+
<a href="http://www.lix.polytechnique.fr/Labo/Marie-Julie.RAKOTOSAONA/">Marie-Julie Rakotosaona</a>,
84+
<a href="https://moechsle.github.io">Michael Oechsle</a>,
85+
<a href="https://ait.ethz.ch/people/ctsalico">Christina Tsalicoglou</a>,
86+
<a href="https://scholar.google.com/citations?user=ml3laqEAAAAJ&hl=ja">Keisuke Tateno</a>,
87+
<strong>Jonathan T. Barron</strong>,
88+
<a href="https://federicotombari.github.io/">Federico Tombari</a>
89+
<br>
90+
<em>NeurIPS</em>, 2025
91+
<br>
92+
<a href="https://m-niemeyer.github.io/nexf/">project page</a>
93+
/
94+
<a href="https://arxiv.org/abs/2510.08279">arXiv</a>
95+
<p></p>
96+
<p>
97+
Learning a neural field that optimizes exposure for each 3D point enables high-quality 3D-consistent view synthesis despite extreme exposure variation during capture.
98+
</p>
99+
</td>
100+
</tr>
101+
58102
<tr onmouseout="bolt3d_stop()" onmouseover="bolt3d_start()" bgcolor="#ffffd0">
59103
<td style="padding:16px;width:20%;vertical-align:middle">
60104
<div class="one">

0 commit comments

Comments
 (0)