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
|
<!DOCTYPE html>
<html lang="en">
<head>
<title>Jinwei Zhao's Homepage</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="shortcut icon" type="image/jpg" href="static/favicon.ico">
<style>
body {
background: #FFFFFF;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 1em;
}
p { text-align: justify; }
img { border: 0; }
</style>
</head>
<body>
<table>
<tbody>
<tr>
<td>
<img src="./static/photo.jpg" alt="" height="200" >
</td>
<td>
</td>
</tr>
<tr>
<td>
Jinwei <a href="https://en.wikipedia.org/wiki/Zhao_(surname)" target="_blank">Zhao</a><br>
赵锦威
</td>
<td>
clarkzjw at uvic dot ca
</td>
</tr>
<tr>
<td>
MSc student at
</td>
<td>
<a href="https://www.uvic.ca/ecs/computerscience/index.php" target="_blank">Department of Computer Science</a> <br>
<a href="https://www.uvic.ca" target="_blank">University of Victoria</a>, British Columbia, Canada<br>
</td>
</tr>
</tbody>
</table>
<hr>
I am a Master of Science (MSc) student in the Department of Computer Science at the University of Victoria, British
Columbia, Canada, where I am advised by <a href="http://webhome.cs.uvic.ca/~pan/" target="_blank">Dr. Jianping
Pan</a>.
In 2017, I obtained a Bachelor of Engineering in Computer Science and Technology from Zhejiang Gongshang University
in China.
Since then, I spent four years working as a backend software engineer in startup companies in <a
href="https://en.wikipedia.org/wiki/Shanghai" target="_blank">Shanghai</a> and <a
href="https://en.wikipedia.org/wiki/Hangzhou" target="_blank">Hangzhou</a>.
Previously, I conducted research on image processing during my undergraduate study.
My current research interests are concentrated on computer networking applications, including
adaptive video streaming and new protocols like multipath QUIC.
<br>
<br>
<a href="https://cdn.jinwei.me/resume.pdf" target="_blank">Résumé</a> (Last updated on 2023/02/06)<br>
<hr>
<b>Selected Publications</b>
<a href="https://scholar.google.com/citations?user=RQoeKqsAAAAJ&hl=en" target="_blank">Google Scholar</a>
<br><br>
<b>Image Processing</b><br>
<p>
<a href="https://link.springer.com/article/10.1007/s00371-016-1259-3" target="_blank">Texture filtering based
physically plausible image dehazing</a> <a href="./static/viscompute16.pdf" target="_blank">[pdf]</a> <br>
Chunxiao Liu, <u>Jinwei Zhao</u>, Yiyun Shen, Yanggang Zhou, Xun Wang, Yi Ouyang<br>
<i>The Visual Computer, vol. 32, no. 6, pp. 911–920, Jun. 2016, doi: 10.1007/s00371-016-1259-3</i>
<br>
</p>
<p>
<a href="http://www.cjig.cn/jig/ch/reader/view_abstract.aspx?file_no=20160911" target="_blank">Dark Channel
Prior-based Image Dehazing with Atmospheric Light Validation and Halo Elimination</a> <br>
<u>Jinwei Zhao</u>, Yiyun Shen, Chunxiao Liu, Yi Ouyang<br>
<i>Journal of Image and Graphics, vol. 21, no. 9, pp. 1221–1228, Aug. 2016, doi: 10.11834/jig.20160911 (In
Chinese)</i>
<br>
</p>
<p>
<a href="https://onlinelibrary.wiley.com/doi/full/10.1002/cav.1776" target="_blank">Sky detection- and
texture smoothing-based high-visibility haze removal from images and videos</a><br>
Chunxiao Liu, Yiyun Shen, Yaqi Shao, <u>Jinwei Zhao</u>, Xun Wang<br>
<i>Computer Animation and Virtual Worlds, vol. 28, no. 3–4, p. e1776, May 2017, doi: 10.1002/cav.1776</i>
<br>
</p>
<b>Honors and Awards</b>
<ul>
<li>Albert Hung Chao Hong Scholarship, Canada, December, 2022</li>
<li>University of Victoria Graduate Award, Canada, July, 2022</li>
<li>Zhejiang Provincial Government Scholarship, China, December, 2016</li>
</ul>
<b>Teaching</b><br>
<ul>
<li>CSC 595 Research Skills (Graduate), TA for <a href="http://www.neilernst.net/" target="_blank">Prof. Neil Ernst</a>, Fall 2022, University of Victoria, Canada
<li>Introduction to C Programming (Undergraduate), TA for Prof. Chunxiao Liu, Fall 2015, Zhejiang Gongshang
University, China
</ul>
</body>
</html>
|