-
Notifications
You must be signed in to change notification settings - Fork 2
/
people.html
590 lines (532 loc) · 32.6 KB
/
people.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
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
<!DOCTYPE html>
<!-- Template by Quackit.com -->
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="favicon.ico">
<title>Information Processing Lab</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.3/css/bootstrap.min.css" integrity="sha384-MIwDKRSSImVFAZCVLtU0LMDdON6KVCrZHyVQQj6e8wIEJkW4tvwqXrbMIya1vriY" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body data-spy="scroll" data-target="#topNav">
<nav id="topNav" class="navbar navbar-full navbar-fixed-top navbar-dark" style="background-color: #4b2e83;">
<div class="container">
<button class="navbar-toggler hidden-md-up pull-right" type="button" data-toggle="collapse" data-target="#collapsingNavbar">
☰
</button>
<a class="navbar-brand" href="index.html">
<img src="images/logo/ipl-logo-white-50x30.png">
</a>
<div class="collapse navbar-toggleable-sm" id="collapsingNavbar">
<ul class="nav navbar-nav">
<li class="nav-item">
<a class="nav-link active" href="people.html">People</a>
</li>
<li class="nav-item">
<a class="nav-link" href="projects.html">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="publication.html">Publication</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/ipl-uw" target="_blank">Software</a>
</li>
<li class="nav-item">
<a class="nav-link" href="life.html">Life</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Faulty -->
<div class="container">
<h2 id="faculty">Faculty</h2>
<section id="people">
<br><br>
<!-- <h2 class="display-4">People</h2>-->
<br><br>
<h2>Professor</h2><br>
<div class="row people-faulty">
<div class="col-md-3 col-sm-4 col-xs-5">
<img class="img-round" src="images/avatars/hwang.jpg" alt="" width="100%">
</div>
<div class="col-md-9 col-sm-8 col-xs-7">
<h4>Jenq-Neng Hwang</h4>
<p class="text-muted">Professor</p>
<p>
<strong>Office:</strong> M426 EE/CSE Bldg. <br>
<strong>Phone:</strong> (206) 685-1603 <br>
<strong>Email:</strong> [email protected] <br>
</p>
<p style="margin-bottom: 0.2rem;"><strong>Research Interests:</strong>
<ul class="our-ul">
<li>Machine Learning and AI</li>
<li>Computer Vision and Visual Data Analytics</li>
<li>Smart City and Smart Transportation</li>
<li>Multimedia networking and QoS</li>
</ul>
</p>
<a href="mailto:[email protected]" class="btn btn-primary"><i class="fas fa-envelope"></i> Email</a>
<a href="https://people.ece.uw.edu/hwang/" target="_blank" class="btn btn-primary"><i class="fas fa-globe"></i> Web</a>
<a href="files/Jenq-Neng_Hwang_CV.pdf" target="_blank" class="btn btn-primary"><i class="fas fa-file-alt"></i> Curriculum Vitae</a>
</div>
</div>
<br><hr><br>
<!-- phd student -->
<h2>Ph.D. Students</h2>
<br>
<div class="row">
<div class="people-student col-md-3 col-sm-4 col-xs-6">
<a href="http://jinying.io" target="_blank">
<img class="img-circle" src="https://drjinying.github.io/profile.jpg" alt="" width="100%">
</a>
<div class="bio-text">
<h5>Ying Jin</h5>
<h6>Ph.D. Candidate</h6>
<h6 class="text-muted">jinying [at] uw.edu</h6>
<p>
<span class="tag tag-pill tag-info">Human Pose and Face Tracking</span>
<span class="tag tag-pill tag-info">Vision-Language Representation Learning</span>
<span class="tag tag-pill tag-info">Scene & Activity Understanding</span>
</p>
</div>
</div>
<div class="people-student col-md-3 col-sm-4 col-xs-6">
<a href=" https://zhyjiang.github.io/" target="_blank">
<img class="img-circle" src="images/avatars/zhongyu_jiang.jpg" alt="" width="100%">
</a>
<div class="bio-text">
<h5>Zhongyu Jiang</h5>
<h6>Ph.D. Candidate</h6>
<h6 class="text-muted">zyjiang [at] uw.edu</h6>
<p>
<span class="tag tag-pill tag-info">Human Pose Estimation</span>
<span class="tag tag-pill tag-info">Radar Object Detection</span>
</p>
</div>
</div>
<div class="people-student col-md-3 col-sm-4 col-xs-6">
<a href="https://yangchris11.github.io" target="_blank">
<img class="img-circle" src="images/avatars/chris_yang.jpg" alt="" width="100%">
</a>
<div class="bio-text">
<h5>Cheng-Yen (Chris) Yang</h5>
<h6>4th-year Ph.D.</h6>
<h6 class="text-muted">cycyang [at] uw.edu</h6>
<p>
<span class="tag tag-pill tag-info">Mutli-Object Tracking</span>
<span class="tag tag-pill tag-info">Multi-Camera Tracking</span>
</p>
</div>
</div>
<div class="people-student col-md-3 col-sm-4 col-xs-6">
<a href=" https://azheng159.github.io/" target="_blank">
<img class="img-circle" src="images/avatars/aotian_zheng.jpg" alt="" width="100%">
</a>
<div class="bio-text">
<h5>Aotian Zheng</h5>
<h6>4th-year Ph.D.</h6>
<h6 class="text-muted">aotianzheng [at] gmail.com</h6>
<p>
<span class="tag tag-pill tag-info">Machine Learning</span>
<span class="tag tag-pill tag-info">Computer Vision</span>
</p>
</div>
</div>
<div class="people-student col-md-3 col-sm-4 col-xs-6">
<a href=" https://hsiangwei0903.github.io/" target="_blank">
<img class="img-circle" src='images/avatars/Hsiang-Wei_Huang.jpg' width='100%' onmouseover="this.src='images/avatars/Hsiang-Wei_Huang_2.jpg';" onmouseout="this.src='images/avatars/Hsiang-Wei_Huang.jpg';" />
</a>
<div class="bio-text">
<h5>Hsiang-Wei Huang</h5>
<h6>2nd-year Ph.D.</h6>
<h6 class="text-muted">hwhuang [at] uw.edu</h6>
<p>
<span class="tag tag-pill tag-info">Object Tracking</span>
<span class="tag tag-pill tag-info">Action Recognition</span>
</p>
</div>
</div>
<div class="people-student col-md-3 col-sm-4 col-xs-6">
<a href="https://jen-haocheng.com/">
<img class="img-circle" src="images/avatars/andy_cheng.jpg" alt="" width="100%">
</a>
<div class="bio-text">
<h5>Jen-Hao (Andy) Cheng</h5>
<h6>2nd-year Ph.D.</h6>
<h6 class="text-muted">andyhci [at] uw.edu</h6>
<p>
<span class="tag tag-pill tag-info">3D Object Detection</span>
</p>
</div>
</div>
</div>
<br><hr><br>
<!-- master student -->
<h2>Master's Students</h2>
<br>
<div class="row">
<!-- <div class="people-student col-sm-2">
<a href="https://xcharxlie.github.io/" target="_blank">
<img class="img-circle" src="images/avatars/default.png" alt="" width="100%">
</a>
<div class="bio-text">
<h5>Zhuoran Zhou</h5>
<h7>Research Assistant</h7>
<h6 class="text-muted"> zhouz47 [at] uw.edu </h6>
<p>
<span class="tag tag-pill tag-info">Image Captioning</span>
<span class="tag tag-pill tag-info">Visual Language Representation</span>
</p>
</div>
</div> -->
<div class="people-student col-sm-2">
<a href="https://rese1f.github.io/" target="_blank">
<img class="img-circle" src="images/avatars/wenhao_chai.jpg" alt="" width="100%">
</a>
<div class="bio-text">
<h5>Wenhao Chai</h5>
<h7>ECE MS</h7>
<h6 class="text-muted"> wchai [at] uw.edu </h6>
<p>
<span class="tag tag-pill tag-info">Multi-Modality Learning</span>
<span class="tag tag-pill tag-info">Human Pose Estimation</span>
<span class="tag tag-pill tag-info">Video Understanding</span>
</p>
</div>
</div>
<!-- <div class="people-student col-sm-2">
<a href="" target="_blank">
<img class="img-circle" src="images/avatars/default.png" alt="" width="100%">
</a>
<div class="bio-text">
<h5>Wenzheg Zhao</h5>
<h7>ECE MS</h7>
<h6 class="text-muted"> wennie99 [at] uw.edu </h6>
<p>
<span class="tag tag-pill tag-info">Autonomous Driving</span>
</p>
</div>
</div> -->
<div class="people-student col-sm-2">
<a href="" target="_blank">
<img class="img-circle" src="images/avatars/default.png" alt="" width="100%">
</a>
<div class="bio-text">
<h5>Simon Wang</h5>
<h7>ECE Undergrad</h7>
<h6 class="text-muted"> hw228 [at] uw.edu </h6>
<p>
<span class="tag tag-pill tag-info">Domain Adaptation</span>
<span class="tag tag-pill tag-info">Autonomous Driving</span>
</p>
</div>
</div>
<div class="people-student col-sm-2">
<a href="" target="_blank">
<img class="img-circle" src="images/avatars/ciel_sun.jpg" alt="" width="100%">
</a>
<div class="bio-text">
<h5>Ciel Sun</h5>
<h7>ECE MS</h7>
<h6 class="text-muted"> sjc042 [at] uw.edu </h6>
<p>
<span class="tag tag-pill tag-info">Large-scale Image Recognition</span>
<span class="tag tag-pill tag-info">Mutli-Object Tracking</span>
</p>
</div>
</div>
<div class="people-student col-sm-2">
<a href="" target="_blank">
<img class="img-circle" src="images/avatars/default.png" alt="" width="100%">
</a>
<div class="bio-text">
<h5>Chris Chang </h5>
<h7>ECE MS</h7>
<h6 class="text-muted"> juiwei [at] uw.edu </h6>
<p>
<span class="tag tag-pill tag-info">Computer Vision</span>
</p>
</div>
</div>
</div>
<br><hr><br>
<h2>Visiting Student</h2>
<br>
<div class="row">
<div class="people-student col-sm-2">
<a href="https://sites.google.com/view/cihsiang" target="_blank">
<img class="img-circle" src="images/avatars/aaron_chen.jpg" alt="" width="100%">
</a>
<div class="bio-text">
<h5>I-Hsiang (Aaron) Chen</h5>
<h7>Ph.D. Student</h7>
<h7>National Taiwan University, Taiwan</h7>
<h6 class="text-muted">f09921058 [at] g.ntu.edu.tw</h6>
<p>
<span class="tag tag-pill tag-info">Crowd Counting</span>
<span class="tag tag-pill tag-info">Re-identification</span>
<span class="tag tag-pill tag-info">Image Enhancement</span>
</p>
</div>
</div>
</div>
<!-- <br><hr><br>-->
<!-- <!– visiting Scholars–>-->
<!-- <h2>Visiting Scholars</h2>-->
<!-- <br>-->
<!-- <div class="row">-->
<!-- <div class="people-student col-md-3 col-sm-4 col-xs-6">-->
<!-- <!– <a href=""> –>-->
<!-- <img class="img-circle" src="images/avatars/bicao_li.png" alt="" width="100%">-->
<!-- <!– </a> –>-->
<!-- <div class="bio-text">-->
<!-- <h5>Bicao Li</h5>-->
<!-- <h6 class="text-muted">Associate Professor</h6>-->
<!-- <p class="text-muted" font-size='small'>-->
<!-- <i>School of Electronic and Information Engineering, Zhongyuan University of Technology, China</i>-->
<!-- </p>-->
<!-- <h6 class="text-muted">[email protected]</h6>-->
<!-- <p>-->
<!-- <span class="tag tag-pill tag-info">Medical Image Processing</span>-->
<!-- <span class="tag tag-pill tag-info">Computer Vision</span>-->
<!-- <span class="tag tag-pill tag-info">Deep Learning</span>-->
<!-- </p>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="people-student col-md-3 col-sm-4 col-xs-6">-->
<!-- <!– <a href=""> –>-->
<!-- <img class="img-circle" src="images/avatars/shan_gao.jpg" alt="" width="100%">-->
<!-- <!– </a> –>-->
<!-- <div class="bio-text">-->
<!-- <h5>Shan Gao</h5>-->
<!-- <h6 class="text-muted">Associate Professor</h6>-->
<!-- <p class="text-muted" font-size='small'>-->
<!-- <i>College of Information Science and Engineering, Henan University of Technology, China</i>-->
<!-- </p>-->
<!-- <h6 class="text-muted">[email protected]</h6>-->
<!-- <p>-->
<!-- <span class="tag tag-pill tag-info">Recommendation System</span>-->
<!-- <span class="tag tag-pill tag-info">Machine Learning</span>-->
<!-- </p>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <br><hr><br>-->
<!-- Alumnus -->
<br><hr><br>
<h2>Graduated Ph.D. Students</h2>
<br>
<p>
<b>Haotian Zhang</b> |
<i>"Inferring the 3D Information from the Outside World Using Monocular Cameras."</i> | Dec 2022 (Apple AI/ML, Cupertino)
</p>
<p>
<b>Yizhou Wang</b>
<i>"Object 3D Perception via Camera-Radar Cross-Modality Learning for Autonomous Driving."</i> | Dec 2022 (Nvidia, Santa Clara)
</p>
<p>
<b>Jiarui Cai</b> |
<i>"Towards visual recognition in the wild."</i> |
June 2022 (Amazon Research, Seattle)
</p>
<p>
<b>Li Chen</b> |
<i>"Feature extraction and quantification to explore human vasculature"</i> |
August 2021 (Philips Research, Boston)
</p>
<p>
<b>Renshu Gu</b> |
<i>"Towards Multi-Person 3D Pose Estimation in Natural Videos"</i> |
June 2020 (Hangzhou Dianzi University, Hanzhou)
</p>
<p>
<b>Tsung-Wei Huang</b> |
<i>"Automatic Video Analysis for Electronic Monitoring of Fishery Activities"</i> |
September 2019 (Dolby Lab, San Francisco)
</p>
<p>
<b>Gaoang Wang</b> |
<i>"Vision based Analysis in Fishery Applications"</i> |
June 2019 (ZJU-UIUC Institute, Hanzhou)
</p>
<p>
<b>Zheng (Thomas) Tang</b> |
<i>"Robust Video Object Tracking via Camera Self-Calibration"</i> |
June 2019 (Nvidia, Metropolis)
</p>
<p>
<b>Jounsup Park</b> |
<i>"Cross-Layer Optimization of Wireless Video Multicast Systems"</i> |
June 2018 (University of Texas at Tyler)
</p>
<p>
<b>Younggun Lee</b> |
<i>"Robust Video Object Tracking in Distributed Camera Network"</i> |
December 2017 (Korean Air Force Academy, Korea)
</p>
<p>
<b>Xiang Chen</b> |
<i>"Scalable Video Networking over MIMO and Multi-RAT Systems"</i> |
December 2015. (Amazon, Seattle)
</p>
<p>
<b>Kuan-Hui Lee</b> |
<i>"On-Road Pedestrian Tracking across Multiple Driving Recorders"</i> |
December 2015. (Toyota Research Institute, Los Altos)
</p>
<p>
<b>Meng-Che (David) Chuang</b> |
<i>"Automatic Video Analysis for Fishery Survey Systems"</i> |
June 2015. (Skytap Inc., Seattle)
</p>
<p>
<b>Po-Han (Leon) Wu</b> |
<i>"Visual-Quality-Driven Video Networking over 4G Wireless Broadband"</i> |
May 2014. (T-Mobile USA, Bellevue)
</p>
<p>
<b>Shian-Ru (Alex) Ke</b> |
<i>"Recognition of Human Actions based on 3D Pose Estimation via Monocular Video Sequences"</i> |
March 2014. (Apple, Cupertino)
</p>
<p>
<b>Chun-Te (Randy) Chu</b> |
<i>"Robust and Consistent Human Tracking within Camera and Across Multiple Cameras"</i> |
June 2013 (Google, Seattle)
</p>
<br><hr><br>
<!-- <h2>Graduated Students</h2>-->
<!-- <br>-->
<!-- <p><i> <b> Haorui Ji </b></i></p>-->
<!-- <p><i> <b> Henry Yu </b></i></p>-->
<!-- <p><i> <b> Yuchong Liu </b></a> Computer Vision • Deep Learning</i></p>-->
<!-- <p><i> <b> Chengqian Ma </b></a> Computer Vision • Deep Learning</i></p>-->
<!-- <p><i> <b> Xingyun Gao </b></a> Computer Vision • Autonomous Driving </i></p>-->
<!-- <p><i> <b> Yeyun Lu </b></a> Deep Learning • Machine Learning </i></p>-->
<!-- <p><i> <b> Shih-Hao Yeh </b></a> Robotics • Deep Learning • Machine Learning </i></p>-->
<!-- <p><i> <b> Yao-Chung Liang </b></a> Robotics </i></p>-->
<!-- <p><i> <a href="https://sites.google.com/view/xavieryuan1995/" target="_blank"><b> Xinyu (Xavier) Yuan </b></a> Computer Vision • Deep Learning • Machine Learning </i></p>-->
<!-- <p><i> <a href="https://alexxiao95.github.io/" target="_blank"><b> Hao (Alex) Xiao </b></a> Autonomous Driving, Machine Learning </i></p>-->
<!-- <p><i> <b> Wenhuan Wei </b> Image and Signal Processing • Computer Vision </i></p>-->
<!-- <p><i><a href="https://www.linkedin.com/in/adwin-j//" target="_blank"> <b> Adwin Jahn </b></a>Computer Vision </i></p>-->
<!-- <p><i><a href="http://www.qiuyuchen.com/" target="_blank"> <b> Qiuyu Chen </b></a> Computer Vision • 3D Reconstruction </i></p>-->
<!-- <p><i> <b> Pei-An Lee </b> 802.21 Media Independent Handover • Seamless Vertical Handover </i></p>-->
<!-- <p><i> <b> YoungDae Lee </b> Computer Vision </i></p>-->
<!-- <p><i> <b> Ruizhi Sun </b> Computer Vision </i></p>-->
<!-- <p><i> <b> Ibrahim Karliga </b> 3-D Object Modeling and Motion Trajectory Analysis of Golf Video </i></p>-->
<!-- <p><i> <b> Chii-Chang Gau (Victor) </b> Large Scale P2P Multimedia Streaming Networking • Wireless Ad-hoc Networks • Computer Vision </i></p>-->
<!-- <p><i><a href="http://www.ce.ncu.edu.tw/~cwhuang/" target="_blank"> <b> Chih-Wei Huang (Gary) </b></a> QoS for Wireless Multimedia Networking </i></p>-->
<!-- <p><i> <b> Blake Kumabe </b> 3-D Human Body Modeling and Analysis </i></p>-->
<!-- <p><i> <b> Supavadee Aramvith </b> Dissertation: Joint Source Channel Coding </i></p>-->
<!-- <p><i> <a href="http://fox1.csie.ncu.edu.tw/~chengsy/index.shtml" target="_blank"><b> Hsu-Yung Cheng </b></a> Dissertation: Intelligent Video Analysis and Event Detection </i></p>-->
<!-- <p><i><a href="http://www.csie.nctu.edu.tw/~hillhsiao/" target="_blank"> <b> Hsu-Feng Hsiao </b></a> Dissertation: Multimedia Streaming Congestion Control over Hetergeneous Networks: From Distributed Computation to End-to-End Perspective </i></p>-->
<!-- <p><i> <b> Qiang Liu </b> Dissertation: Available Bandwidth Estimation and Rate-Based Congestion Control in Multimedia Communication </i></p>-->
<!-- <p><i> <b> Ying Luo </b> Dissertation: Statistical Semantic Analysis of Spatio-Temporal Image Sequences </i></p>-->
<!-- <p><i> <b> I-Ming Pao </b> Dissertation: Standards Conforming Video Encoder Optimization </i></p>-->
<!-- <p><i> <b> Daniel Gatica-Perez </b> Dissertation: Semantic Video Object Segmentation </i>Dissertation: Recommendation Systems </i></p>-->
<!-- <p><i> <b> Yeping Su </b> Dissertation: Advanced Motion Estimation </i></p>-->
<!-- <p><i> <b> Jun Xin </b> Dissertation: Video Transcoding </i></p>-->
<!-- <p><i> <b> Jeongnam Youn </b> Dissertation: Video Transcoding </i></p>-->
<!-- <p><i> <b> Jian Zhou </b> Dissertation: Multi-Path Transport With MPEG-4 FGS </i></p>-->
<!-- <p><i> <b> Zi Zhou </b> Dissertation: H.264 Optimization </i></p>-->
<!-- Recent Post Doc -->
<br><h2> Recent Postdoctoral Reseracher</h2><br>
<p><i> <b> Dr. Hung-Min Hsu </b> Reserach Center for Information Technology Innovation, Academia Sinica, Taiwan </i></p>
<!-- Recent visiting scholar -->
<br><h2> Recent Visiting Scholars</h2><br>
<b> Prof. Bicao Li </b></a> School of Electronic and Information Engineering, Zhongyuan University of Technology, China</i></p>
<b> Prof. Shan Gao </b></a> College of Information Science and Engineering, Henan University of Technology, China</i></p>
<p><i> <a href="http://exodus.cs.ccu.edu.tw/~rhhwang/English" target="_blank">
<b> Prof. Ren-Hung Hwang </b></a> Department of Computer Science and Information Science, National Chung Cheng University, Taiwan</i></p>
<p><i> <a href="http://www.ee.ntu.edu.tw/profile?id=675" target="_blank">
<b> Dr. Hung-Yu Wei </b></a> Department of Electrical Engineering, National Taiwan University, Taiwan</i></p>
<p><i> <b> Dr. Jie Li </b> School of Computer and Information, Hefei University of Technology, China </i></p>
<p><i> <b> Dr. Qiyue Li </b> School of Electrical Engineering and Automation, Hefei University of Technology, China</i></p>
<p><i> <a href="http://www.etri.re.kr/eng/res/res_06020402.etri" target="_blank">
<b> Dr. Jang-Hee Yoo </b></a> Human Identification Research Section, ETRI, South Korea</i></p>
<p><i> <a href="http://www.cc.ntut.edu.tw/~schuang/" target="_blank">
<b> Prof. Shih-Chia Huang </b></a> Dept. Electronic Engineering, National Taipei University of Technology, Taiwan</i></p>
<p><i> <a href="http://www.cs.nthu.edu.tw/~sryang/" target="_blank">
<b> Prof. Shun-Ren Yang </b></a> Department of Computer Science, National Tsing Hua University, Taiwan</i></p>
<p><i> <b> Prof. Hai-Qing Du </b> School of Information and Communication Engineering, Beijing University of Posts and Telecommunications, China</i></p>
<p><i> <a href="http://www.cs.nccu.edu.tw/~mkshan/Eindex.htm" target="_blank">
<b> Prof. Man-Kwan Shan </b></a> Department of Computer Science, National Chengchi University, Taiwan</i></p>
<p><i> <a href="http://mail.twu.edu.tw/~ann/" target="_blank">
<b> Prof. Chiung-Ying Wang </b></a> Department of Information Management, TransWorld University, Taiwan</i></p>
<p><i> <b> Dr. Bo-Liang Wu </b></i></p>
<p><i> <a href="http://ee2.mokpo.ac.kr/khchoi" target="_blank">
<b> Prof. Kyoung-Ho Choi </b></a> Department of Information and Electronics, Mokpo National University, South Korea</i></p>
<p><i> <a href="http://interface.mokpo.ac.kr/" target="_blank">
<b> Prof. Jonghwa Kim </b></a> Dept. of Computer Engineering, Mokpo National University, South Korea</i></p>
<p><i> <a href="http://www.csie.ncku.edu.tw/new/english/index.php?content=teacher_person&id=9" target="_blank">
<b> Prof. Jyh-Yeong Chang </b></a> Department of Electrical and Control Engineering, National Chiao Tung University, Taiwan</i></p>
<p><i> <a href="http://cc.kangwon.ac.kr/~kyunchoi" target="_blank">
<b> Prof. Kyung Choi </b></a> Kangwan National University, South Korea</i></p>
<p><i> <a href="http://faculty.washington.edu/zhulj/" target="_blank">
<b> Liangjia Zhu </b></a> </i></p>
<!-- Recent visiting students -->
<br><h2> Recent Visiting Students</h2><br>
<p><i> <a href="https://www.zhihu.com/people/summer-73-63-4/activities" target="_blank">
<b> Fangyi Zhu </b></a> Information and Communication Engineering Department, Beijing University of Posts and Telecommunications, China</i></p>
<p><i> <b> Yanting Zhang </b> Information and Communication Engineering Department, Beijing University of Posts and Telecommunications, China</i></p>
<p><i> <b> Ping Zhang </b> Tsinghua University, Beijing, China </i></p>
<p><i> <a href="http://cc.kangwon.ac.kr/~kyunchoi">
<b> Xu Liu </b></a> Institute of Industrial Science, University of Tokyo, Japan</i></p>
<p><i> <b> Wei Huang </b> School of Electronic, Information and Electrical Engineering, Shanghai Jiao Tong University, China </i></p>
<p><i> <b> Junchao Yang (Jesse) </b> School of Communication and Information Engineering, Chongqing University of Posts and Telecommunications, China</i></p>
<p><i> <b> Tao Liu (Tony) </b> Information and Communication Engineering Department, Beijing University of Posts and Telecommunications, China</i></p>
<p><i> <b> Sheng-Ting Shen (Ryan) </b> Department of Electrical Engineeting, National Cheng Kung University, Taiwan</i></p>
<p><i> <a href="https://www.linkedin.com/pub/yen-shuo-lin/71/937/b24" target="_blank">
<b> Yen-Shuo Lin </b></a> Dept. Computer Science, National Chiao Tung University, Taiwan</i></p>
<p><i> <b> Shih-Gu Huang </b> Graduate Institute of Communication Engineering, National Taiwan University, Taiwan</i></p>
<p><i> <b> Shen-Chi Chen </b> Dept. Computer Science, National Taiwan University, Taiwan</i></p>
<p><i> <a href="http://ailab.cs.nchu.edu.tw/wycchen" target="_blank">
<b> Yu-Chi Chen </b></a> Dept. Computer Science, National Chung Hsing University, Taiwan</i></p>
<p><i> <b> Wan Kim </b></i></p>
<p><i> <b> Shiang-Ming Huang </b> Dept. of Computer Science and Information Engineering, National Chiao Tung University, Taiwan</i></p>
<p><i> <b> Guan-Lin Wu </b> Graduate Institute of Electronics Engineering, National Taiwan University, Taiwan</i></p>
<p><i> <a href="http://www.cs.nctu.edu.tw/~mhhsiao/" target="_blank">
<b> Ming-Ho Hsiao </b></a> Dept. of Computer Science and Information Engineering, National Chiao Tung University, Taiwan</i></p>
<p><i> <b> Shiang-Jiun Lin </b> Dept. of Communication Engineering, National Chiao Tung University, Taiwan</i></p>
<p><i> <a href="http://sites.google.com/site/pengjungwu/" target="_blank">
<b> Peng-Jung Wu </b></a> Dept. of Computer Science and Engineering, National Sun Yat-sen University, Taiwan</i></p>
<p><i> <b> Ting-Liang Chou</b> Dept. of Computer Science and Information Engineering, National Chiao Tung University, Taiwan</i></p>
</section>
</div> <!-- /container -->
<div class="container">
<div class="footer">
<br>
<p>© 2021 IPL@UW</p>
<br>
</div>
</div> <!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js" integrity="sha384-THPy051/pYDQGanwU6poAc/hOdQxjnOEXzbT+OuUAFqNqFjL+4IGLBgCJC3ZOShY" crossorigin="anonymous"></script>
<!-- Tether -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.2.0/js/tether.min.js" integrity="sha384-Plbmg8JY28KFelvJVai01l8WyZzrYWG825m+cZ0eDDS1f7d/js6ikvy1+X+guPIB" crossorigin="anonymous"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.3/js/bootstrap.min.js" integrity="sha384-ux8v3A6CPtOTqOzMKiuo3d/DomGaaClxFYdCu2HPMBEkf6x2xiDyJ7gkXU0MWwaD" crossorigin="anonymous"></script>
<!-- Initialize Bootstrap functionality -->
<script>
// Initialize tooltip component
$(function () {
$('[data-toggle="tooltip"]').tooltip()
})
// Initialize popover component
$(function () {
$('[data-toggle="popover"]').popover()
})
</script>
</body>
</html>