-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
171 lines (159 loc) · 7.18 KB
/
index.html
File metadata and controls
171 lines (159 loc) · 7.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Yuxuan Nai</title>
<meta name="author" content="Yuxuan Nai">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="images/favicon/favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body>
<table style="width:100%;max-width:800px;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr style="padding:0px">
<td style="padding:0px">
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr style="padding:0px">
<td style="padding:2.5%;width:63%;vertical-align:middle">
<p class="name" style="text-align: center;">
Yuxuan Nai
</p>
<p>
<p>Hi There! Welcome to my academic website.</p>
<p>
I am a junior student majoring in Mechanical Engineering at
<a href="https://www.zju.edu.cn/english/" target="_blank">Zhejiang University</a>
and
<a href="https://illinois.edu/index.html" target="_blank">University of Illinois at Urbana-Champaign</a>.
</p>
<p>
Currently, I am doing tactile based manipulation under the guidance of
<a href="https://siebelschool.illinois.edu/about/people/faculty/yuanwz" target="_blank">Prof. Wenzhen Yuan</a> at
<a href="https://robotouchlab.com/" target="_blank">RoboTouch Lab</a> in UIUC.
</p>
</p>
<p style="text-align:center">
<a href="mailto:yer2@illinois.edu">Email</a> /
<a href="data/yuxuan_cv.pdf">CV</a> /
<a href="https://x.com/Liyutingnai">Twitter</a> /
<a href="https://github.com/LYtingN">Github</a>
</p>
</td>
<td style="padding:2.5%;width:25%;max-width:25%;text-align:center;vertical-align:top;">
<div style="
width: 200px;
height: 200px;
margin: 10 auto;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 0 8px #eee;
margin-top: 40px;
">
<img src="images/profile.jpg" alt="profile photo"
style="width: 200px; height: 200px; object-fit:cover; border-radius:0;">
</div>
</td>
</tr>
</tbody></table>
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr>
<td style="padding:16px;width:100%;vertical-align:middle">
<h2>Research</h2>
<p>
<!-- I'm interested in -->The website is still under construction.
</p>
</td>
</tr>
</tbody></table>
<table style="width:100%;border:0px;border-spacing:0px 10px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<!--
<tr onmouseout="cat4d_stop()" onmouseover="cat4d_start()" bgcolor="#ffffd0">
<td style="padding:16px;width:20%;vertical-align:middle">
<div class="one">
<div class="two" id='cat4d_image'><video width=100% height=100% muted autoplay loop>
<source src="images/cat4d.mp4" type="video/mp4">
Your browser does not support the video tag.
</video></div>
<img src='images/cat4d.jpg' width="160">
</div>
<script type="text/javascript">
function cat4d_start() {
document.getElementById('cat4d_image').style.opacity = "1";
}
function cat4d_stop() {
document.getElementById('cat4d_image').style.opacity = "0";
}
cat4d_stop()
</script>
</td>
<td style="padding:8px;width:80%;vertical-align:middle">
<a href="https://cat-4d.github.io/">
<span class="papertitle">CAT4D: Create Anything in 4D with Multi-View Video Diffusion Models
</span>
</a>
<br>
<a href="https://www.cs.columbia.edu/~rundi/">Rundi Wu</a>,
<a href="https://ruiqigao.github.io/">Ruiqi Gao</a>,
<a href="https://poolio.github.io/">Ben Poole</a>,
<a href="https://alextrevithick.github.io/">Alex Trevithick</a>,
<a href="https://www.cs.columbia.edu/~cxz/index.htm/">Changxi Zheng</a>,
<strong>Jonathan T. Barron</strong>,
<a href="https://holynski.org/">Aleksander Holynski</a>
<br>
<em>CVPR</em>, 2025   <font color="red"><strong>(Oral Presentation)</strong></font>
<br>
<a href="https://cat-4d.github.io/">project page</a>
/
<a href="https://arxiv.org/abs/2411.18613">arXiv</a>
<p></p>
<p>
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.
</p>
</td>
</tr>
<tr onmouseout="r2r_stop()" onmouseover="r2r_start()">
<td style="padding:16px;width:20%;vertical-align:middle">
<div class="one">
<div class="two" id='r2r_image'><video width=100% muted autoplay loop>
<source src="images/r2r.mp4" type="video/mp4">
Your browser does not support the video tag.
</video></div>
<img src='images/r2r.jpg' width=100%>
</div>
<script type="text/javascript">
function r2r_start() {
document.getElementById('r2r_image').style.opacity = "1";
}
function r2r_stop() {
document.getElementById('r2r_image').style.opacity = "0";
}
r2r_stop()
</script>
</td>
<td style="padding:8px;width:80%;vertical-align:middle">
<a href="https://relight-to-reconstruct.github.io/">
<span class="papertitle">Generative Multiview Relighting for
3D Reconstruction under Extreme Illumination Variation</span>
</a>
<br>
<a href="https://hadizayer.github.io/">Hadi Alzayer</a>,
<a href="https://henzler.github.io/">Philipp Henzler</a>,
<strong>Jonathan T. Barron</strong>,
<a href="https://jbhuang0604.github.io/">Jia-Bin Huang</a>,
<a href="https://pratulsrinivasan.github.io/">Pratul P. Srinivasan</a>,
<a href="https://dorverbin.github.io/">Dor Verbin</a>
<br>
<em>CVPR</em>, 2025   <font color=#FF8080><strong>(Highlight)</strong></font>
<br>
<a href="https://relight-to-reconstruct.github.io/">project page</a>
/
<a href="https://arxiv.org/abs/2412.15211">arXiv</a>
<p></p>
<p>
Images taken under extreme illumination variation can be made consistent with diffusion, and this enables high-quality 3D reconstruction.
</p>
</td>
</tr>
-->