-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
513 lines (488 loc) · 27 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
<!DOCTYPE HTML>
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Kaisiyuan Wang</title>
<meta name="author" content="Jon Barron">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🌐</text></svg>">
</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 style="text-align:center">
<name>Kaisiyuan Wang</name>
</p>
<p>I am currently a research scientist of Baidu VIS. I received my B.S. & M.S. degree from Harbin Institute of Technology, Electrical and Engineering School and Ph.D. degree from the University of Sydney, Electrical and Information Engineering School.
</p>
<p>
Since 2022, I have been a research intern at Department of Computer Vision Technology (VIS), Baidu Inc, working closely with <a href="https://hangz-nju-cuhk.github.io/">Hang Zhou</a> on both audio/video-driven high-fidelity and efficient Video Portrait synthesis techniques. Previously, I also had a pleasant intern experience in Mobile Intelligence Group (MIG), Sensetime working with <a href="https://wywu.github.io/">Wayne Wu</a>, <a href="https://wuqianyi.top/">Qianyi Wu</a> and <a href="https://github.com/jixinya">Xinya Ji</a> on Emotional Talking Face Generation.
</p>
<p style="text-align:center">
<a href="mailto:kaisiyuan.wang@gmail.com">Email</a>  / 
<a href="data/KaisiyuanWang_CV.pdf">CV</a>  / 
<a href="https://scholar.google.com/citations?user=2Pedf3EAAAAJ&hl=zh-CN">Google Scholar</a>  / 
<a href="https://github.com/uniBruce/">Github</a>
</p>
</td>
<td style="padding:2.5%;width:20%;max-width:20%">
<a href="images/kaisiyuan_wang.jpg"><img style="width:100%;max-width:100%" alt="profile photo" src="images/kaisiyuan_wang.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">
<heading>Research</heading>
<p>
My research interests include both human-centric (i.e., 2D/3D Talking Head Synthesis and 3D Human Body Restoration) and object-centric (i.e., Object-Compositional Implicit Scene Reconstruction) topics.
</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> <!-- bgcolor="#ffffd0"-->
<td style="padding-left:20px;padding-top:17px;padding-bottom:7px;width:25%;vertical-align:middle">
<a href="images/showmaker.png"><img src="images/showmaker.png" alt="ShowMaker: Creating High-Fidelity 2D Human Video via Fine-Grained Diffusion Modeling" width="200"></a>
</td>
<td style="padding:20px;width:75%;vertical-align:middle">
<a href="https://orcid.org/0000-0003-3997-0031">
<papertitle>ShowMaker: Creating High-Fidelity 2D Human Video via Fine-Grained Diffusion Modeling</papertitle>
</a>
<br>
<a href="https://orcid.org/0000-0003-3997-0031">Quanwei Yang</a>,
<a href="https://guanjz20.github.io/">Jiazhi Guan</a>,
<strong>Kaisiyuan Wang</strong>,
<a href="https://xiaoyun4.github.io/">Lingyun Yu</a>,
<a href="https://scholar.google.com/citations?user=1Ae0CMgAAAAJ&hl=en">Wenqing Chu</a>,
<a href="https://hangz-nju-cuhk.github.io/">Hang Zhou</a>,
<a href="https://scholar.google.com/citations?user=1wzEtxcAAAAJ&hl=en">Errui Ding</a>,
<a href="https://jingdongwang2017.github.io/">Jingdong Wang</a>,
<a href="https://scholar.google.com/citations?user=lAxit1AAAAAJ&hl=zh-CN">Hongtao Xie</a>
<br>
<em>NeurlPS</em>2024
<br>
<a href="https://orcid.org/0000-0003-3997-0031">project page</a>
/
<a href="https://orcid.org/0000-0003-3997-0031">pdf</a>
/
<a href="https://orcid.org/0000-0003-3997-0031">code</a>
</td>
</tr>
<tr> <!-- bgcolor="#ffffd0"-->
<td style="padding-left:20px;padding-top:17px;padding-bottom:7px;width:25%;vertical-align:middle">
<a href="images/talkact.png"><img src="images/talkact.png" alt="TALK-Act: Enhance Textural-Awareness for 2D Speaking Avatar Reenactment with Diffusion Model" width="200"></a>
</td>
<td style="padding:20px;width:75%;vertical-align:middle">
<a href="https://guanjz20.github.io/projects/TALK-Act/">
<papertitle>TALK-Act: Enhance Textural-Awareness for 2D Speaking Avatar Reenactment with Diffusion Model</papertitle>
</a>
<br>
<a href="https://guanjz20.github.io/">Jiazhi Guan</a>,
Quanwei Yang,
<strong>Kaisiyuan Wang</strong>,
<a href="https://hangz-nju-cuhk.github.io/">Hang Zhou</a>,
Shengyi He,
Zhiliang Xu,
Haocheng Feng,
<a href="https://scholar.google.com/citations?user=1wzEtxcAAAAJ&hl=en">Errui Ding</a>,
<a href="https://jingdongwang2017.github.io/">Jingdong Wang</a>,
<a href="https://scholar.google.com/citations?user=lAxit1AAAAAJ&hl=zh-CN">Hongtao Xie</a>,
<a href="https://www.cs.tsinghua.edu.cn/csen/info/1309/4355.htm">Youjian Zhao</a>,
<a href="https://liuziwei7.github.io/">Ziwei Liu</a>
<br>
<em>Siggraph Asia</em>2024
<br>
<a href="https://guanjz20.github.io/projects/TALK-Act/">project page</a>
/
<a href="https://arxiv.org/pdf/2410.10696">pdf</a>
/
<a href="https://guanjz20.github.io/projects/TALK-Act/">code</a>
</td>
</tr>
<tr> <!-- bgcolor="#ffffd0"-->
<td style="padding-left:20px;padding-top:17px;padding-bottom:7px;width:25%;vertical-align:middle">
<a href="images/resyncer.png"><img src="images/resyncer.png" alt="ReSyncer: Rewiring Style-based Generator for Unified Audio-Visually Synced Facial Performer" width="200"></a>
</td>
<td style="padding:20px;width:75%;vertical-align:middle">
<a href="https://guanjz20.github.io/projects/ReSyncer/">
<papertitle>ReSyncer: Rewiring Style-based Generator for Unified Audio-Visually Synced Facial Performer</papertitle>
</a>
<br>
<a href="https://guanjz20.github.io/">Jiazhi Guan</a>,
Zhiliang Xu,
<a href="https://hangz-nju-cuhk.github.io/">Hang Zhou</a>,
<strong>Kaisiyuan Wang</strong>,
Shengyi He,
Zhanwang Zhang,
Borong Liang,
Haocheng Feng,
<a href="https://scholar.google.com/citations?user=1wzEtxcAAAAJ&hl=en">Errui Ding</a>,
<a href="https://scholar.google.com/citations?hl=en&user=tVV3jmcAAAAJ&view_op=list_works&sortby=pubdate">Jingtuo Liu</a>,
<a href="https://jingdongwang2017.github.io/">Jingdong Wang</a>,
<a href="https://www.cs.tsinghua.edu.cn/csen/info/1309/4355.htm">Youjian Zhao</a>,
<a href="https://liuziwei7.github.io/">Ziwei Liu</a>
<br>
<em>ECCV</em>2024
<br>
<a href="https://guanjz20.github.io/projects/ReSyncer/">project page</a>
/
<a href="https://arxiv.org/pdf/2408.03284">pdf</a>
/
<a href="https://arxiv.org/pdf/2408.03284">code</a>
</td>
</tr>
<tr> <!-- bgcolor="#ffffd0"-->
<td style="padding-left:20px;padding-top:17px;padding-bottom:7px;width:25%;vertical-align:middle">
<a href="images/radnerf.png"><img src="images/radnerf.png" alt="Real-time Neural Radiance Talking Portrait Synthesis via Audio-spatial Decomposition" width="200"></a>
</td>
<td style="padding:20px;width:75%;vertical-align:middle">
<a href="https://me.kiui.moe/radnerf/">
<papertitle>Real-time Neural Radiance Talking Portrait Synthesis via Audio-spatial Decomposition</papertitle>
</a>
<br>
<a href="https://me.kiui.moe/">Jiaxiang Tang</a>,
<strong>Kaisiyuan Wang</strong>,
<a href="https://hangz-nju-cuhk.github.io/">Hang Zhou</a>,
<a href="https://charlescxk.github.io/">Xiaokang Chen</a>,
<a href="https://scholar.google.com/citations?user=ui6DYGoAAAAJ">Dongliang He</a>,
Tianshu Hu,
<a href="https://scholar.google.com/citations?hl=en&user=tVV3jmcAAAAJ&view_op=list_works&sortby=pubdate">Jingtuo Liu</a>,
<a href="https://www.cis.pku.edu.cn/info/1177/1378.htm">Gang Zeng</a>,
<a href="https://jingdongwang2017.github.io/">Jingdong Wang</a>
<br>
<em>Arxiv</em>
<br>
<a href="https://me.kiui.moe/radnerf/">project page</a>
/
<a href="https://arxiv.org/abs/2211.12368">pdf</a>
/
<a href="https://github.com/ashawkey/RAD-NeRF">code</a>
</td>
</tr>
<tr> <!-- bgcolor="#ffffd0"-->
<td style="padding-left:20px;padding-top:17px;padding-bottom:7px;width:25%;vertical-align:middle">
<a href="images/objsdfplusplus.png"><img src="images/objsdfplusplus.png" alt="Objectsdf++: Improved Object-Compositional Neural Implicit Surfaces" width="200"></a>
</td>
<td style="padding:20px;width:75%;vertical-align:middle">
<a href="https://wuqianyi.top/">
<papertitle>Objectsdf++: Improved Object-Compositional Neural Implicit Surfaces</papertitle>
</a>
<br>
<a href="https://wuqianyi.top/">Qianyi Wu</a>,
<strong>Kaisiyuan Wang</strong>,
<a href="https://likojack.github.io/kejieli/">Kejie Li</a>
<a href="https://personal.ntu.edu.sg/asjmzheng/">Jianmin Zheng</a>
<a href="https://jianfei-cai.github.io/">Jianfei Cai</a>
<br>
<em>ICCV</em>, 2023
<br>
<a href="https://wuqianyi.top/">project page</a>
/
<a href="https://wuqianyi.top/">pdf</a>
/
<a href="https://wuqianyi.top/">code</a>
</td>
</tr>
<tr> <!-- bgcolor="#ffffd0"-->
<td style="padding-left:20px;padding-top:17px;padding-bottom:7px;width:25%;vertical-align:middle">
<a href="images/stylesync.png"><img src="images/stylesync.png" alt="StyleSync: High-Fidelity Generalized and Personalized Lip Sync in Style-based Generator" width="200"></a>
</td>
<td style="padding:20px;width:75%;vertical-align:middle">
<a href="https://hangz-nju-cuhk.github.io/projects/StyleSync">
<papertitle>StyleSync: High-Fidelity Generalized and Personalized Lip Sync in Style-based Generator</papertitle>
</a>
<br>
Jiazhi Guan,
Zhanwang Zhang,
<a href="https://hangz-nju-cuhk.github.io/">Hang Zhou</a>,
Tianshu Hu,
<strong>Kaisiyuan Wang</strong>,
<a href="https://scholar.google.com/citations?user=ui6DYGoAAAAJ">Dongliang He</a>,
Haocheng Feng,
<a href="https://scholar.google.com/citations?hl=en&user=tVV3jmcAAAAJ&view_op=list_works&sortby=pubdate">Jingtuo Liu</a>,
<a href="https://scholar.google.com/citations?user=1wzEtxcAAAAJ&hl=en">Errui Ding</a>,
<a href="https://liuziwei7.github.io/">Ziwei Liu</a>,
<a href="https://jingdongwang2017.github.io/">Jingdong Wang</a>
<br>
<em>CVPR</em>, 2023
<br>
<a href="https://hangz-nju-cuhk.github.io/">project page</a>
/
<a href="https://openaccess.thecvf.com/content/CVPR2023/papers/Guan_StyleSync_High-Fidelity_Generalized_and_Personalized_Lip_Sync_in_Style-Based_Generator_CVPR_2023_paper.pdf">pdf</a>
/
<a href="https://github.com/guanjz20/StyleSync">code</a>
</td>
</tr>
<tr> <!-- bgcolor="#ffffd0"-->
<td style="padding-left:20px;padding-top:17px;padding-bottom:7px;width:25%;vertical-align:middle">
<a href="images/vpgc.png"><img src="images/vpgc.png" alt="Efficient Video Portrait Reenactment via Grid-based Codebook" width="200"></a>
</td>
<td style="padding:20px;width:75%;vertical-align:middle">
<a href="https://github.com/uniBruce/VPGC_Pytorch">
<papertitle>Efficient Video Portrait Reenactment via Grid-based Codebook</papertitle>
</a>
<br>
<strong>Kaisiyuan Wang</strong>,
<a href="https://hangz-nju-cuhk.github.io/">Hang Zhou</a>,
<a href="https://wuqianyi.top/">Qianyi Wu</a>,
<a href="https://me.kiui.moe/">Jiaxiang Tang</a>,
Tianshu Hu,
Zhiliang Xu,
Borong Liang,
Tianshu Hu,
<a href="https://scholar.google.com/citations?user=1wzEtxcAAAAJ&hl=en">Errui Ding</a>,
<a href="https://scholar.google.com/citations?hl=en&user=tVV3jmcAAAAJ&view_op=list_works&sortby=pubdate">Jingtuo Liu</a>,
<a href="https://liuziwei7.github.io/">Ziwei Liu</a>,
<a href="https://jingdongwang2017.github.io/">Jingdong Wang</a>
<br>
<em>Siggraph</em>, 2023
<br>
<a href="https://wuqianyi.top/">project page</a>
/
<a href="https://wuqianyi.top/">pdf</a>
/
<a href="https://github.com/uniBruce/VPGC_Pytorch">code</a>
</td>
</tr>
<tr> <!-- bgcolor="#ffffd0"-->
<td style="padding-left:20px;padding-top:7px;padding-bottom:7px;width:25%;vertical-align:middle">
<a href="images/vpnq.png"><img src="images/vpnq.png" alt="Robust Video Portrait Reenactment via Personalized Representation Quantization" width="200"></a>
</td>
<td style="padding:20px;width:75%;vertical-align:middle">
<a href="https://github.com/uniBruce/VPNQ_Pytorch">
<papertitle>Robust Video Portrait Reenactment via Personalized Representation Quantization</papertitle>
</a>
<br>
<strong>Kaisiyuan Wang</strong>,
Changcheng Liang,
<a href="https://hangz-nju-cuhk.github.io/">Hang Zhou</a>,
<a href="https://me.kiui.moe/">Jiaxiang Tang</a>,
<a href="https://wuqianyi.top/">Qianyi Wu</a>,
<a href="https://scholar.google.com/citations?user=ui6DYGoAAAAJ&hl=en">Dongliang He</a>,
<a href="https://www.linkedin.com/in/zhibin-hong-8275154b/?originalSubdomain=au">Zhibin Hong</a>,
<a href="https://scholar.google.com/citations?hl=en&user=tVV3jmcAAAAJ&view_op=list_works&sortby=pubdate">Jingtuo Liu</a>,
<a href="https://scholar.google.com/citations?user=1wzEtxcAAAAJ&hl=en">Errui Ding</a>,
<a href="https://liuziwei7.github.io/">Ziwei Liu</a>,
<a href="https://jingdongwang2017.github.io/">Jingdong Wang</a>
<br>
<em>AAAI</em>, 2023
<br>
<a href="https://wuqianyi.top/">project page</a>
/
<a href="https://wuqianyi.top/">pdf</a>
/
<a href="https://github.com/uniBruce/VPNQ_Pytorch">code</a>
</td>
</tr>
<tr> <!-- bgcolor="#ffffd0"-->
<td style="padding-left:20px;padding-top:17px;padding-bottom:7px;width:25%;vertical-align:middle">
<a href="images/vpu.png"><img src="images/vpu.png" alt="VPU: A Video-based Point cloud Upsampling framework" width="200"></a>
</td>
<td style="padding:20px;width:75%;vertical-align:middle">
<a href="https://ieeexplore.ieee.org/document/9759233">
<papertitle>VPU: A Video-based Point cloud Upsampling framework</papertitle>
</a>
<br>
<strong>Kaisiyuan Wang</strong>,
<a href="https://lucassheng.github.io/">Lu Sheng</a>,
<a href="https://github.com/ShuhangGu">Shuhang Gu</a>,
<a href="https://www.cs.hku.hk/index.php/people/academic-staff/dongxu">Dong Xu</a>,
<br>
<em>TIP</em>, 2022
<br>
<a href="https://github.com/uniBruce">project page</a>
/
<a href="https://ieeexplore.ieee.org/document/9759233">pdf</a>
/
<a href="https://github.com/uniBruce">code</a>
</td>
</tr>
<tr> <!-- bgcolor="#ffffd0"-->
<td style="padding-left:20px;padding-top:7px;padding-bottom:7px;width:25%;vertical-align:middle">
<a href="images/masklipsync.png"><img src="images/masklipsync.png" alt="Masked lip-sync prediction by audio-visual contextual exploitation in transformers" width="200"></a>
</td>
<td style="padding:20px;width:75%;vertical-align:middle">
<a href="https://hangz-nju-cuhk.github.io/projects/AV-CAT">
<papertitle>Masked lip-sync prediction by audio-visual contextual exploitation in transformers</papertitle>
</a>
<br>
<a href="https://scholar.google.com/citations?user=Vrq1yOEAAAAJ">Yasheng Sun</a>*,
<a href="https://hangz-nju-cuhk.github.io/">Hang Zhou</a>*,
<strong>Kaisiyuan Wang</strong>,
<a href="https://wuqianyi.top/">Qianyi Wu</a>,
<a href="https://www.linkedin.com/in/zhibin-hong-8275154b/?originalSubdomain=au">Zhibin Hong</a>,
<a href="https://scholar.google.com/citations?hl=en&user=tVV3jmcAAAAJ&view_op=list_works&sortby=pubdate">Jingtuo Liu</a>,
<a href="https://scholar.google.com/citations?user=1wzEtxcAAAAJ&hl=en">Errui Ding</a>,
<a href="https://jingdongwang2017.github.io/">Jingdong Wang</a>,
<a href="https://liuziwei7.github.io/">Ziwei Liu</a>,
<a href="https://www.vogue.cs.titech.ac.jp/koike">Koike Hideki</a>
<br>
<em>Siggraph Asia</em>, 2022
<br>
<a href="https://hangz-nju-cuhk.github.io/projects/AV-CAT">project page</a>
/
<a href="https://dl.acm.org/doi/abs/10.1145/3550469.3555393">pdf</a>
/
<a href="https://hangz-nju-cuhk.github.io/projects/AV-CAT">code</a>
</td>
</tr>
<tr> <!-- bgcolor="#ffffd0"-->
<td style="padding-left:20px;padding-top:7px;padding-bottom:7px;width:25%;vertical-align:middle">
<a href="images/eamm.png"><img src="images/eamm.png" alt="EAMM: One-Shot Emotional Talking Face via Audio-Based Emotion-Aware Motion Model" width="200"></a>
</td>
<td style="padding:20px;width:75%;vertical-align:middle">
<a href="https://jixinya.github.io/projects/EAMM/">
<papertitle>EAMM: One-Shot Emotional Talking Face via Audio-Based Emotion-Aware Motion Model</papertitle>
</a>
<br>
Xinya Ji,
<a href="https://hangz-nju-cuhk.github.io/">Hang Zhou</a>,
<strong>Kaisiyuan Wang</strong>,
<a href="https://wuqianyi.top/">Qianyi Wu</a>,
<a href="https://wywu.github.io/">Wayne Wu</a>,
<a href="http://xufeng.site/">Feng Xu</a>,
<a href="https://cite.nju.edu.cn/People/Faculty/20190621/i5054.html">Xun Cao</a>
<br>
<em>Siggraph</em>, 2022
<br>
<a href="https://jixinya.github.io/projects/EAMM/">project page</a>
/
<a href="https://jixinya.github.io/projects/EAMM/resources/EAMM_SIG2022.pdf">pdf</a>
/
<a href="https://github.com/jixinya/EAMM">code</a>
</td>
</tr>
<tr> <!-- bgcolor="#ffffd0"-->
<td style="padding-left:20px;padding-top:7px;padding-bottom:7px;width:25%;vertical-align:middle">
<a href="images/evp.png"><img src="images/evp.png" alt="Audio-Driven Emotional Video Portraits" width="200"></a>
</td>
<td style="padding:20px;width:75%;vertical-align:middle">
<a href="https://jixinya.github.io/projects/EAMM/">
<papertitle>Audio-Driven Emotional Video Portraits</papertitle>
</a>
<br>
Xinya Ji,
<a href="https://jixinya.github.io/projects/evp/">Hang Zhou</a>,
<strong>Kaisiyuan Wang</strong>,
<a href="https://wuqianyi.top/">Qianyi Wu</a>,
<a href="https://wywu.github.io/">Wayne Wu</a>,
<a href="https://www.mmlab-ntu.com/person/ccloy/">Chen Change Loy</a>,
<a href="https://cite.nju.edu.cn/People/Faculty/20190621/i5054.html">Xun Cao</a>,
<a href="http://xufeng.site/">Feng Xu</a>
<br>
<em>CVPR</em>, 2021
<br>
<a href="https://jixinya.github.io/projects/evp/">project page</a>
/
<a href="https://arxiv.org/abs/2104.07452">pdf</a>
/
<a href="https://github.com/jixinya/EVP#audio-driven-emotional-video-portraits-cvpr2021">code</a>
</td>
</tr>
<tr> <!-- bgcolor="#ffffd0"-->
<td style="padding-left:20px;padding-top:7px;padding-bottom:7px;width:25%;vertical-align:middle">
<a href="images/mead.png"><img src="images/mead.png" alt="MEAD: A Large-scale Audio-visual Dataset for Emotional Talking-face Generation" width="200"></a>
</td>
<td style="padding:20px;width:75%;vertical-align:middle">
<a href="https://wywu.github.io/projects/MEAD/MEAD.html">
<papertitle>MEAD: A Large-scale Audio-visual Dataset for Emotional Talking-face Generation</papertitle>
</a>
<br>
<strong>Kaisiyuan Wang</strong>,
<a href="https://wuqianyi.top/">Qianyi Wu</a>,
<a href="https://github.com/Linsen13">Linsen Song</a>,
<a href="https://yzhq97.github.io/">Zhuoqian Yang</a>,
<a href="https://wywu.github.io/">Wayne Wu</a>,
<a href="https://scholar.google.com/citations?user=AerkT0YAAAAJ&hl=zh-CN">Chen Qian</a>,
<a href="https://rhe-web.github.io/">Ran He</a>,
<a href="https://mmlab.siat.ac.cn/yuqiao/">Yu Qiao</a>,
<a href="https://www.mmlab-ntu.com/person/ccloy/">Chen Change Loy</a>,
<br>
<em>ECCV</em>, 2020
<br>
<a href="https://wywu.github.io/projects/MEAD/MEAD.html">project page</a>
/
<a href="https://www.ecva.net/papers/eccv_2020/papers_ECCV/papers/123660698.pdf">pdf</a>
/
<a href="https://github.com/uniBruce/Mead">code</a>
</td>
</tr>
</tbody></table>
<hr class="soft"/>
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="10"><tbody>
<tr>
<td>
<heading>Intern Experience</heading>
<br>
</td>
</tr>
</tbody></table>
<table width="100%" align="center" border="0" cellpadding="20"><tbody>
<tr>
<td style="padding-left:40px;padding-top:7px;padding-bottom:17px;width:25%;vertical-align:middle">
<a href="https://dreameronair.github.io/"/><img src="images/baidu.png" alt="baidu" width="100" ></a>
</td>
<td width="75%" valign="center">
<!--a href="https://www.bearrobotics.ai/">Robotics Software Engineer, Seoul, South Korea</a-->
<papertitle style="color:gray">
<big>Research Intern for Digital Human</big>
</papertitle>
<papertitle>
<big> | VIS, Baidu Inc.</big>
</papertitle>
<br>
Beijing, China | Feb. 2022 ~ Now
<ul>
<li>
Personalized Video Portrait Reenactment
</li>
<li>
Person-agnostic Audio-driven Talking Head Synthesis
</li>
</ul>
</td>
</tr>
<tr>
<td style="padding-left:40px;padding-top:7px;padding-bottom:17px;width:25%;vertical-align:middle">
<a href="https://www.sensetime.com/en"/><img src="images/sensetime.png" alt="sensetime" width="100" ></a>
</td>
<td width="75%" valign="center">
<!--a href="https://www.bearrobotics.ai/">Robotics Software Engineer, Seoul, South Korea</a-->
<papertitle style="color:gray">
<big>Research Intern for Digital Human</big>
</papertitle>
<papertitle>
<big> | MIG, Sensetime</big>
</papertitle>
<br>
Beijing, China | Apr. 2019 ~ Jun. 2020
<ul>
<li>
2D/3D Emotional Facial Expression Generation
</li>
<li>
Audio-driven Emotional Talking Head Synthesis
</li>
</ul>
</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:center;font-size:small;">
This website is adapted from Jon Barron's template.
</p>
</td>
</tr>
</tbody></table>
</td>
</tr>
</table>
</body>
</html>