-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
569 lines (494 loc) · 23.8 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
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Xin Huang 黄鑫</title>
<link href="./css/style.css" rel="stylesheet" media="all" type="text/css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons/css/academicons.min.css" />
<script type="text/javascript" src="https://code.jquery.com/jquery-2.2.0.min.js"></script>
<script src="https://kit.fontawesome.com/bd3becbd8d.js" crossorigin="anonymous"></script>
<script type="text/javascript">
window.onload = choosePic;
var myPix = new Array("./images/xinhuang.jpg");
function choosePic() {
var randomNum = Math.floor(Math.random() * myPix.length);
document.getElementById("myPicture").src = myPix[randomNum];
}
function lastUpdate() {
var x = document.lastModified.substr(0, 10);
document.getElementById("demo").innerHTML = x;
}
</script>
<script type="text/javascript" src="./js/hidebib.js"></script>
<script type="text/javascript" src="./js/loadtxt.js"></script>
</head>
<body onload="lastUpdate()">
<div class="content">
<div id="container">
<table>
<tbody>
<tr>
<td>
<img id="myPicture" src="./images/xinhuang.jpg" style="float: center; border-radius: 30%" width="150px" />
</td>
<td>
<div id="DocInfo">
<div id="intro">
<h1>Xin Huang 黄鑫</h1>
<a style="color: black" href="https://en.nwpu.edu.cn/">Northwestern Polytechnical University</a><br />
<br />
<a href="mailto: [email protected]">
<span class="fa fa-envelope" style="color: rgb(59, 59, 63); font-size: 20px">
<span style="font-family: Optima Bold">xinhuang</span>
<span class="fa fa-at" style="color: rgb(59, 59, 63); font-size: 20px"><span
style="font-family: Optima Bold">
mail.nwpu.edu.cn</span></span></span></a>
<br />
</div>
<br />
<ul class="icon-list">
<a style="color: black" href="./about/xinhuangCV.pdf">
<span class="ai ai-cv fa-xl"></span>
</a>
<a style="color: black" href="https://github.com/xhuangcv">
<span class="fa fa-github fa-xl"></span>
</a>
<a style="color: black" href="https://scholar.google.com/citations?hl=en&user=Qc0paFUAAAAJ">
<span class="ai ai-google-scholar fa-xl"></span>
</a>
<!-- <a style="color: black" href="">
<span class="ai ai-researchgate fa-xl"></span>
</a>
<span style="color: gray; font-weight: normal">|</span> -->
<!-- <a style="color: black" href="">
<span class="fa fa-linkedin fa-xl"></span>
</a> -->
<a style="color: black" href="https://twitter.com/xinhuang_">
<span class="fa fa-twitter fa-xl"></span>
</a>
<!-- <a style="color: black" href="">
<span class="fa fa-facebook fa-xl"></span>
</a> -->
<a style="color: black" href="https://www.zhihu.com/people/huang-xin-13-42">
<span class="fa-brands fa-zhihu fa-xl"></span>
</a>
<a style="color: black" href="https://www.youtube.com/channel/UCWlOeYp0f24ow7skLIpS__A">
<span class="fa fa-youtube fa-xl"></span>
</a>
<!-- <a style="color: black" href="https://space.bilibili.com/86857008">
<span class="fa-brands fa-bilibili fa-xl"></span>
</a> -->
</ul>
<br />
</div>
<br />
</td>
</tr>
</tbody>
</table>
<table>
<tr>
<td>
<br />
<h1>Biography</h1>
I am currently a final year Ph.D. student in the School of Computer Science of
<a href="https://en.nwpu.edu.cn/">Northwestern Polytechnical University (NPU)</a>,
supervised by <a href="https://teacher.nwpu.edu.cn/qwang.html">Prof. Qing Wang</a>.
My research interests lie in 3D vision and computational photography, with a particular focus on
<u>Neural Radiance Fields (NeRF)</u>, <u>Neural Camera Models</u>, and <u>3D AI-Generated Content (AIGC)</u>.
From 2021 to 2023, I worked as a research intern at the Visual Computing Center,
<a href="https://ai.tencent.com/ailab/en/index">Tencent AI Lab</a>, under the mentorship of
<a href="https://qzhang-cv.github.io/">Qi Zhang</a>. I also interned with the 3D Vision and Computational Photography Group
at <a href="https://liuyebin.com/">Tsinghua University</a>, guided by
<a href="https://liuyebin.com/">Prof. Yebin Liu</a>.
I was a research intern at <a href="https://www.shlab.org.cn/">Shanghai AI Lab</a>,
collaborating with <a href="https://tengfei-wang.github.io/">Tengfei Wang</a> and
<a href="https://liuziwei7.github.io/">Ziwei Liu</a>. I obtained my Bachelor's degree from the School of Computer Science,
NPU, in 2020.
<p style="color: brown">找工作中,如果您对我的工作感兴趣,请联系我。😊</p>
<br />
</td>
</tr>
</table>
<div class="logo">
<a href="https://en.nwpu.edu.cn/"><img src="./images/npu.png" /></a>
<a href="https://ai.tencent.com/ailab/en/index"><img src="./images/ailab.png" /></a>
<a href="https://www.tsinghua.edu.cn/en/"><img src="./images/tsinghua.png" /></a>
<a href="https://www.shlab.org.cn/"><img src="./images/shanghaiailab.png" /></a>
</div>
<h1>News</h1>
[2024/08/23] LTM-NeRF got accepted by <strong style="color: brown">IEEE TPAMI</strong>! 🎉<br>
[2024/02/27] HumanNorm got accepted by <strong style="color: brown">CVPR 2024</strong>! 🎉<br>
[2023/12/26] The code of HumanNorm has been released.<br>
[2023/02/28] Two first-author papers LIRF and NeuCam got accepted by <strong style="color: brown">CVPR 2023</strong>! 🎉🎉<br>
[2022/06/08] The code of HDR-NeRF has been released.<br>
[2022/03/03] One first-author paper HDR-NeRF got accepted by <strong style="color: brown">CVPR 2022</strong>! 🎉<br>
[2021/08/14] I started an internship at Tencent AI Lab.
<br /><br />
<h1 id="citation">Publications</h1>
<!-- Favorite papers are <span style="background-color: lightgoldenrodyellow;">highlighted</span>. <br /> -->
<table class="pub_table">
<!-- Material Anything -->
<tr id="huang2024materialanything">
<td class="pub_td1">
<img src="./about/materialanything.gif" />
</td>
<td class="pub_td2">
<b>Material Anything: Generating Materials for Any 3D Object via Diffusion</b>
<br /><br />
<strong>Xin Huang</strong>,
<a href="https://tengfei-wang.github.io/">Tengfei Wang</a>,
<a href="https://liuziwei7.github.io/">Ziwei Liu</a>,
<a href="https://teacher.nwpu.edu.cn/qwang.html">Qing Wang</a>
<br />
<i>arXiv 2024</i>
<br /><br />
<a href="https://xhuangcv.github.io/MaterialAnything/">
<i class="fas fa-home" aria-hidden="true"> </i>
Home
</a>
<a href="https://arxiv.org/abs/2411.15138">
<i class="fa fa-file-lines" aria-hidden="true"> </i>
Paper
</a>
<a href="https://github.com/3DTopia/MaterialAnything">
<i class="fa fa-github" aria-hidden="true"> </i>
Code
</a>
</td>
</tr>
<!-- LTM-NeRF -->
<tr id="huang2024ltmnerf">
<td class="pub_td1">
<img src="./about/ltmnerf.gif" />
</td>
<td class="pub_td2">
<b>LTM-NeRF: Embedding 3D Local Tone Mapping in HDR Neural Radiance Field </b>
<br /><br />
<strong>Xin Huang</strong>,
<a href="https://qzhang-cv.github.io/">Qi Zhang</a>,
<a href="https://scholar.google.com/citations?user=PhkrqioAAAAJ&hl=en">Ying Feng</a>,
<a href="http://users.cecs.anu.edu.au/~hongdong/">Hongdong Li</a>,
<a href="https://teacher.nwpu.edu.cn/qwang.html">Qing Wang</a>
<br />
<i>IEEE Transactions on Pattern Analysis and Machine Intelligence (<strong style="color: brown">IEEE TPAMI 2024</strong>)</i>
<br /><br />
<a href="https://xhuangcv.github.io/LTM-NeRF/">
<i class="fas fa-home" aria-hidden="true"> </i>
Home
</a>
<a href="https://ieeexplore.ieee.org/document/10645297">
<i class="fa fa-file-lines" aria-hidden="true"> </i>
Paper
</a>
</td>
</tr>
<!-- HumanNorm -->
<tr id="huang2023humannorm">
<td class="pub_td1">
<img src="./about/humannorm.gif" />
</td>
<td class="pub_td2">
<b>HumanNorm: Learning Normal Diffusion Model for High-quality and Realistic 3D Human Generation </b><iframe
src="https://ghbtns.com/github-btn.html?user=xhuangcv&repo=humannorm&type=star&count=true&v=2&size=small"
frameborder="0" scrolling="0" width="100" height="20"></iframe>
<br /><br />
<strong>Xin Huang</strong><sup>*</sup>,
<a href="https://dsaurus.github.io/saurus/">Ruizhi Shao<sup>*</sup>,
<a href="https://qzhang-cv.github.io/">Qi Zhang</a>,
<a href="https://zhanghongwen.cn/">Hongwen Zhang</a>,
<a href="https://scholar.google.com/citations?user=PhkrqioAAAAJ&hl=en">Ying Feng</a>,
<a href="https://www.liuyebin.com/">Yebin Liu</a>,
<a href="https://teacher.nwpu.edu.cn/qwang.html ">Qing Wang</a>
<br />
<i>Computer Vision and Pattern Recognition 2024 (<strong style="color: brown">CVPR 2024</strong>)</i>
<br /><br />
<a href="https://humannorm.github.io/">
<i class="fas fa-home" aria-hidden="true"> </i>
Home
</a>
<a href="https://github.com/xhuangcv/humannorm">
<i class="fa fa-github" aria-hidden="true"> </i>
Code
</a>
<a href="https://arxiv.org/abs/2310.01406">
<i class="fa fa-file-lines" aria-hidden="true"> </i>
arXiv
</a>
<a href="https://www.youtube.com/watch?v=2y-0Kfj5-FI">
<i class="fa fa-video" aria-hidden="true"> </i>
Video
</a>
</td>
</tr>
<!-- Neural Camera -->
<tr id="huang2023neucam">
<td class="pub_td1">
<img src="./about/neucam.gif" />
</td>
<td class="pub_td2">
<b>Inverting the Imaging Process by Learning an Implicit Camera Model </b><iframe
src="https://ghbtns.com/github-btn.html?user=xhuangcv&repo=neucam&type=star&count=true&v=2&size=small"
frameborder="0" scrolling="0" width="100" height="20"></iframe>
<br /><br />
<strong>Xin Huang</strong>,
<a href="https://qzhang-cv.github.io/">Qi Zhang</a>,
<a href="https://scholar.google.com/citations?user=PhkrqioAAAAJ&hl=en">Ying Feng</a>,
<a href="http://users.cecs.anu.edu.au/~hongdong/">Hongdong Li</a>,
<a href="https://teacher.nwpu.edu.cn/qwang.html">Qing Wang</a>
<br />
<i>Computer Vision and Pattern Recognition 2023 (<strong style="color: brown">CVPR 2023</strong>)</i>
<br /><br />
<a href="https://xhuangcv.github.io/neucam/">
<i class="fas fa-home" aria-hidden="true"> </i>
Home
</a>
<a href="https://github.com/xhuangcv/neucam">
<i class="fa fa-github" aria-hidden="true"> </i>
Code
</a>
<a href="https://arxiv.org/abs/2304.12748">
<i class="fa fa-file-lines" aria-hidden="true"> </i>
arXiv
</a>
<a href="">
<i class="fa fa-video" aria-hidden="true"> </i>
Video
</a>
</td>
</tr>
<!-- LIRF -->
<tr id="huang2023lirf">
<td class="pub_td1">
<img src="./about/lirf.gif" />
</td>
<td class="pub_td2">
<b>Local Implicit Ray Function for Generalizable Radiance Field Representation </b>
<br /><br />
<strong>Xin Huang</strong>,
<a href="https://qzhang-cv.github.io/">Qi Zhang</a>,
<a href="https://scholar.google.com/citations?user=PhkrqioAAAAJ&hl=en">Ying Feng</a>,
<a href="https://xiaoyu258.github.io/">Xiaoyu Li</a>,
<a href="https://xuanwangvc.github.io/">Xuan Wang</a>,
<a href="https://teacher.nwpu.edu.cn/qwang.html">Qing Wang</a>
<br />
<i>Computer Vision and Pattern Recognition 2023 (<strong style="color: brown">CVPR 2023</strong>)</i>
<br /><br />
<a href="https://xhuangcv.github.io/lirf/">
<i class="fas fa-home" aria-hidden="true"> </i>
Home
</a>
<!-- <a href="https://github.com/xhuangcv/lirf">
<i class="fa fa-github" aria-hidden="true"> </i>
Code
</a> -->
<a href="https://arxiv.org/abs/2304.12746">
<i class="fa fa-file-lines" aria-hidden="true"> </i>
arXiv
</a>
<a href="">
<i class="fa fa-video" aria-hidden="true"> </i>
Video
</a>
</td>
</tr>
<!-- HDR-NeRF -->
<tr id="huang2022hdrnerf">
<td class="pub_td1">
<img src="./about/hdrnerf.gif" />
</td>
<td class="pub_td2">
<b>HDR-NeRF: High Dynamic Range Neural Radiance Fields </b>
<iframe
src="https://ghbtns.com/github-btn.html?user=xhuangcv&repo=hdr-nerf&type=star&count=true&v=2&size=small"
frameborder="0" scrolling="0" width="100" height="20"></iframe>
<br /><br />
<strong>Xin Huang</strong>,
<a href="https://qzhang-cv.github.io/">Qi Zhang</a>,
Ying Feng,
<a href="http://users.cecs.anu.edu.au/~hongdong/">Hongdong Li</a>,
<a href="https://xuanwangvc.github.io/">Xuan Wang</a>,
<a href="https://teacher.nwpu.edu.cn/qwang.html">Qing Wang</a>
<br />
<i>Computer Vision and Pattern Recognition 2022 (<strong style="color: brown">CVPR 2022</strong>)</i>
<br /><br />
<a href="https://xhuangcv.github.io/hdr-nerf/">
<i class="fas fa-home" aria-hidden="true"> </i>
Home
</a>
<a href="https://github.com/xhuangcv/hdr-nerf">
<i class="fa fa-github" aria-hidden="true"> </i>
Code
</a>
<a href="https://arxiv.org/abs/2111.14451">
<i class="fa fa-file-lines" aria-hidden="true"> </i>
arXiv
</a>
<a href="https://youtu.be/GmxsW9L1O6s">
<i class="fa fa-video" aria-hidden="true"> </i>
Video
</a>
</td>
</tr>
<!-- MHI -->
<tr id="zhang2022mhi">
<td class="pub_td1">
<img src="./about/mhi.gif" />
</td>
<td class="pub_td2">
<b>Stereo Unstructured Magnification: Multiple Homography Image for View Synthesis </b>
<br /><br />
<a href="https://qzhang-cv.github.io/">Qi Zhang</a>,
<strong>Xin Huang</strong>,
Ying Feng,
Xue Wang,
<a href="http://users.cecs.anu.edu.au/~hongdong/">Hongdong Li</a>,
<a href="https://teacher.nwpu.edu.cn/qwang.html">Qing Wang</a>
<br />
<i>arXiv 2022</i>
<br /><br />
<a href="https://arxiv.org/abs/2204.00156">
<i class="fa fa-file-lines" aria-hidden="true"> </i>
arXiv
</a>
</td>
</tr>
<!-- Relighting -->
<tr id="hu2021any">
<td class="pub_td1">
<img src="./about/relighting.png" />
</td>
<td class="pub_td2">
<b>SA-AE for Any-to-Any Relighting </b>
<br /><br />
Zhongyun Hu,
<strong>Xin Huang</strong>,
Yaning Li,
<a href="https://teacher.nwpu.edu.cn/qwang.html">Qing Wang</a>
<br />
<i>European Conference on Computer Vision Workshops: (<strong style="color: brown">ECCV 2020
Workshops</strong>)</i>
<br /><br />
<a href="https://link.springer.com/chapter/10.1007/978-3-030-67070-2_32">
<i class="fa fa-file-lines" aria-hidden="true"> </i>
Paper
</a>
</td>
</tr>
<!-- <tr id="xiu2021icon" class="focus">
<td class="pub_td1">
<img src="./about/icon.jpeg" />
</td>
<td class="pub_td2">
<b>ICON: Implicit Clothed humans Obtained from Normals </b>
<iframe
src="https://ghbtns.com/github-btn.html?user=yuliangxiu&repo=ICON&type=star&count=true&v=2&size=small"
frameborder="0"
scrolling="0"
width="100"
height="20"
></iframe
><a
href="https://colab.research.google.com/drive/1-AWeWhPvCTBX0KfMtgtMk10uPU05ihoA?usp=sharing"
>
<img
style="
height: 20px;
outline: 1px solid grey;
border-radius: 5pt;
"
src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d0/Google_Colaboratory_SVG_Logo.svg/256px-Google_Colaboratory_SVG_Logo.svg.png"
/> </a
> <a href="https://huggingface.co/spaces/Yuliang/ICON">
<img
style="
height: 20px;
outline: 1px solid grey;
border-radius: 5pt;
"
src="https://avatars.githubusercontent.com/u/25720743?s=200&v=4"
/> </a
><br /><br />
<strong>Yuliang Xiu</strong>,
<a href="https://is.mpg.de/~jyang">Jinlong Yang</a>,
<a href="https://ps.is.mpg.de/~dtzionas">Dimitrios Tzionas</a>,
<a href="https://ps.is.mpg.de/~black">Michael J. Black</a>
<br />
<i
>Computer Vision and Pattern Recognition 2022 (<strong
style="color: brown"
>CVPR 2022</strong
>)</i
><br /><br />
<a
shape="rect"
href="javascript:toggleabs('xiu2021icon')"
class="toggleabs"
><i class="fas fa-angle-double-down" aria-hidden="true"
> </i
>Intro </a
>
<a href="https://icon.is.tue.mpg.de"
><i class="fas fa-home" aria-hidden="true"> </i
>Home </a
>
<a href=""
><i class="fa fa-file-lines" aria-hidden="true"> </i></a
>[<a href="https://arxiv.org/abs/2112.09127">arXiv</a>,
<a href="https://readpaper.com/paper/4569785684533977089"
>Reader</a
>]
<a
href="https://www.icloud.com.cn/keynote/01dxNGQJ8mBIIUG6i8O61_UCA#ICON-CVPR2022"
><i class="fas fa-chalkboard-user" aria-hidden="true"> </i
>Slides </a
>
<a href=""
><i class="fa fa-video" aria-hidden="true"> </i
>Video </a
>[<a href="https://youtu.be/hZd6AYin2DE">En</a>,
<a href="https://jmq.xet.tech/s/4qkfFu">中</a>]
<a href="https://zhuanlan.zhihu.com/p/477379718"
><i class="fab fa-quora"> </i>Zhihu </a
>
<a
shape="rect"
href="javascript:togglebib('xiu2021icon')"
class="togglebib"
><i class="fas fa-quote-left" aria-hidden="true"> </i
>Bibtex </a
>
<pre
id="iconbib"
xml:space="preserve"
style="display: none"
></pre>
<span id="iconabs" style="display: none"></span>
</td>
</tr> -->
</table>
<h1>Talks</h1>
<li>高动态范围神经辐射场—HDR-NeRF (<a href="https://www.shenlanxueyuan.com/open/course/158">深蓝学院</a>)</li>
<h1>Honors and Awards</h1>
<li> <b>China National Scholarship</b>, 2024.</li>
<li> <b>Outstanding Graduate Students (6%)</b> in Northwestern Polytechnical University, 2020.</li>
<li> <b>Champion</b> in China Robot Competition - Dancing Robots Project, 08/2019.</li>
<li> <b>Champion</b> in China Robot Competition - Dancing Robots Project, 08/2018.</li>
<li> <b>Meritorious Winner (7.2%)</b> in International Mathematical Contest in Modeling (MCM), 02/2018.</li>
<li> <b>Outstanding Students</b> in Northwestern Polytechnical University, 2017 and 2019.</li>
<li> <b>First Prize ($7,200)</b> in Face Recognition Hackathon, Shaanxi, China, 11/2017.</li>
<br />
<div align="center">
<div style="width: 250px; height: 250px">
<!-- <script type="text/javascript" id="clstr_globe"
src="//clustrmaps.com/globe.js?d=rW3OE8b2mKOjjq_alCSlCohNv0gBVFF6R0Pj4W60HmY"></script> -->
<script type="text/javascript" src="//rf.revolvermaps.com/0/0/8.js?i=5pkd9xbyiaa&m=0&c=00fff6&cr1=ffffff&f=arial&l=33" async="async"></script>
</div>
The source code of this website is borrowed from <a href="https://xiuyuliang.cn/">Yuliang Xiu</a> <br />
<strong>
The page is last updated at <span style="color: rgb(53, 182, 171)" id="demo"></span>
</strong>
</div>
</div>
</div>
</body>
</html>