-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
224 lines (203 loc) · 10.4 KB
/
index.html
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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Yinji ShenTu</title>
<meta name="author" content="Yinji ShenTu">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<link rel="icon" href="images\icon.png">
</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;">
Yinji ShenTu
</p>
<p>I am currently a Ph.D. student in <a href = "https://github.com/zju3dv">ZJU3DV</a> since 2024, advised by <a href = "https://xzhou.me/">Xiaowei Zhou</a> and Wei Hua in Zhejiang University.
I used to work as a research assistant at the group.
Before join ZJU3DV, I received my B.S. degree from <a href="https://www.dlut.edu.cn/">Dalian University of Technology</a>
and MSc degree from <a href="https://www.hku.hk/">The University of Hong Kong</a>.
I used to work as an intern algorithm researcher at <a herf="https://www.hikvision.com/">Hikvision</a> focus on improve the quality of CCTV.
</p>
<p>
My research interests are in computer <i>vision</i> and <strong>graphics</strong>,
especially with deep learning. My vision is to enable computers to better <i>understand</i> and <strong>simulate</strong> the real world, which corresponds to <i>vision</i> -- <strong>graphics</strong> tasks.
In the first two years, I majorly explored the editiability of volumetric video reconstructed, especially reconstructed fron monocular video.
</p>
<p style="text-align:center">
<a href="[email protected]">Email</a> /
<a href="https://scholar.google.com/citations?user=oIrYzk8AAAAJ&hl=en">Google Scholar</a> /
<a href="https://github.com/STLAND-admin">Github</a> /
<a href="https://x.com/STLand_">X</a>
</p>
</td>
<td style="padding:2.5%;width:40%;max-width:40%">
<a href="images/selfyNew.jpg"><img style="width:100%;max-width:100%" alt="profile photo" src="images/selfyNew.jpg" class="hoverZoomLink"></a>
</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:20px;width:100%;vertical-align:middle">
<h2>Research</h2>
<p>
My research interests are mentioned above. Representative papers are <span class="highlight">highlighted</span>.
</p>
</td>
</tr>
</tbody></table>
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<!-- DynE -->
<tr onmouseout="DynE_stop()" onmouseover="DynE_start()" bgcolor="#ffffd0">
<td style="padding:20px;width:25%;vertical-align:baseline">
<div class="one">
<div class="two" id='DynE_image'><video width=100% height=100% muted autoplay loop>
<source src="images/DynE/DynE.mp4" type="video/mp4">
Your browser does not support the video tag.
</video></div>
<img src='images/DynE/DynE.png' width="160" style="padding-top: 35px;"> <!-- algin in this case -->
</div>
<script type="text/javascript">
function DynE_start() {
document.getElementById('DynE_image').style.opacity = "1";
}
function DynE_stop() {
document.getElementById('DynE_image').style.opacity = "0";
}
DynE_stop()
</script>
</td>
<td style="padding:0px;width:75%;vertical-align:middle">
<a href="https://dyn-e.github.io/">
<span class="papertitle">Dyn-E: Local Appearance Editing of Dynamic Neural Radiance Fields</span>
</a>
<br>
<a href="https://zhanghe3z.github.io/">Shangzhan Zhang</a>,
<strong>Yinji ShenTu</strong>,
<a>Mingyue Xu</a>,
<a href="https://pengsida.net/">Sida Peng</a>,
<a href="https://chingswy.github.io/">Shuai Qing</a>,
<a href="https://tianrun-chen.github.io/">Tianrun Chen</a>,
<a href="https://www.yukaicheng.cn/">Kaicheng Yu</a>,
<a href="https://scholar.google.com/citations?user=AZCcDmsAAAAJ">Hujun Bao</a>,
<a href="https://xzhou.me/">Xiaowei Zhou</a>
<br>
<a href="images/DynE/Chinagraph2024 best paper.jpg"><em>Chinagraph</em>, 2024   <font color="red"><strong>(Best Paper Award!)</strong></font></a>
<br>
<a href="https://dyn-e.github.io/">project page</a>
/
<a href="https://dyn-e.github.io/">video</a>
/
<a href="https://arxiv.org/abs/2307.12909">paper</a>
<p></p>
<p>
<font color="green"><strong>DRAW:</strong></font> solution to dynamic appearance edit with only single-image input for volumetric video.
</p>
</td>
</tr>
<!-- DS-Hybird-GS -->
<tr onmouseout="DSGS_stop()" onmouseover="DSGS_start()" >
<td style="padding:20px;width:25%;vertical-align:baseline">
<div class="one">
<img src='images\DSGS\Teaser_v2-1.png' width="160" style="padding-top: 35px;"> <!-- algin in this case -->
</div>
</td>
<td style="padding:0px;width:75%;vertical-align:middle">
<a href="https://openreview.net/forum?id=V3ogrjBbPy¬eId=V3ogrjBbPy">
<span class="papertitle">DS-Hybrid GS: auto-reconstruction and decomposition from monocular video</span>
</a>
<br>
<!-- <strong>Yinji ShenTu</strong>,
-->under review
<br>
<a href="papers\DS_Hybrid_GS.pdf">paper</a>
<p></p>
<p>
<font color="Grey"><strong>REMOVE:</strong></font> automatic reconstruction and decomposition for monocular videos</p>
</td>
</tr>
<!-- Diffusion relighting -->
<tr onmouseout="DiffRender_stop()" onmouseover="DiffRender_start()" >
<td style="padding:20px;width:25%;vertical-align:baseline">
<div class="one">
<img src='images\Diff-render\Teaser.png' width="160" style="padding-top: 35px;"> <!-- algin in this case -->
</div>
</td>
<td style="padding:0px;width:75%;vertical-align:middle">
<a href="papers\DiffRender.pdf">
<span class="papertitle">Diffusion-based Photo-realistic Rendering with Scalable Synthetic-real Paired Data</span>
</a>
<br>
under review
<!-- <a>Junkang Hu</a>,
<strong>Yinji ShenTu</strong>,
<a href="https://pengsida.net/">Sida Peng</a>,
<a>Yida Wang</a>, <a>Haiyang Sun</a>,<a>Kun Zhan</a>, <a>Peng Jia</a>, <a>XianPeng Lang</a>, <a>Ruizhen Hu</a>,
<a href="https://xzhou.me/">Xiaowei Zhou</a> -->
<br>
<a href="papers\DiffRender.pdf">paper</a>
<p></p>
<p>
<font color="purple"><strong>INSERT:</strong></font> Photo-realistic rendering method base diffusion model with Scalable Synthetic-real paired data.
</p>
</td>
</tr>
<!-- Volumetric Video style transfer -->
<tr onmouseout="VolVideoStyle_stop()" onmouseover="VolVideoStyle_start()" >
<td style="padding:20px;width:25%;vertical-align:baseline">
<div class="one">
<div class="two" id='VolVideoStyle_video'><video width=100% height=100% muted autoplay loop>
<source src="images/VolVideoStyle/volVideo.mp4" type="video/mp4">
Your browser does not support the video tag.
</video></div>
<div class="three" id="VolVideoStyle_image">
<img src='images/VolVideoStyle/Teaserv2-1.png' width="160" style="padding-top: 35px;"> <!-- algin in this case -->
</div>
<script type="text/javascript">
function VolVideoStyle_start() {
document.getElementById('VolVideoStyle_video').style.opacity = "1";
document.getElementById('VolVideoStyle_image').style.opacity = "0";
}
function VolVideoStyle_stop() {
document.getElementById('VolVideoStyle_video').style.opacity = "0";
document.getElementById('VolVideoStyle_image').style.opacity = "1";
}
VolVideoStyle_stop()
</script>
</td>
<td style="padding:0px;width:75%;vertical-align:middle">
<a href="https://github.com/STLAND-admin/Vol-Video-Style">
<span class="papertitle">Video style transfer via implicit 4D representation</span>
</a>
<br>
<strong>Yinji ShenTu</strong>,
<a href="https://tianrun-chen.github.io/">Tianrun Chen</a>,
Bojian Wu
<br>
<a href="papers/VolVideoStyle.pdf">paper</a>
<p></p>
<p>
<font color="Blue"><strong>STYLE:</strong></font> Volumetric video stylization </p>
</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:0px">
<br>
<p style="text-align:right;font-size:small;">
Thanks Jon Barron for sharing this website's template <a href="https://github.com/jonbarron/jonbarron_website">source code</a>.
</p>
</td>
</tr>
</tbody></table>
</td>
</tr>
</table>
</body>
</html>